Search | Google it | Results 1 - 1 of 1 for funcall:strlen from t2ex/t2ex_source/t2ex/fs/fimp/src/fimp_console.c (0.00 seconds) |
99: 100: len = strlen(coninf->connm); 101: if (*name++ == '/' && strncmp(coninf->connm, name, len) == 0) { 102: /* connm is matched */ 103: if (strlen(name) == len) return ROOT_FID; 104: if (name[len] == '/') { 320: /* Calcurate actual entry length and check buffer space */ 321: if ((nlen = strlen(fname)) > NAME_MAX) nlen = NAME_MAX; 322: reclen = RECLEN_DIRENT(nlen);