gonzui


Format: Advanced Search

SearchGoogle itResults 41 - 47 of 47 for funcall:strlen from t2ex (0.02 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_console.c - 12.8KB - 444 lines
99: 
100:         len = strlen(coninf->connm);
101:         if (*name++ == '/' && strncmp(coninf->connm, name, len) == 0) {
More results from fimp_console.c
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
3610:         /* Remove trailing ' ' and '.' of pathname */
3611:         utf8len = strlen((B*)utf8nm);
3612:         while (utf8nm[utf8len - 1] == ' ' ||
More results from fimp_fat.c
t2ex_source/t2ex/fs/fs/src/fs_attach.c - 4.7KB - 143 lines
83:         /* devnm == NULL is OK (for "root" ) */
84:         return (devnm != NULL && strlen(devnm) > L_DEVNM) ? -1 : 0;
85: }
t2ex_source/t2ex/fs/fs/src/fs_getcd.c - 2.5KB - 74 lines
61:         fs_lock_lock(LOCKNUM_CDIR);
62:         len = strlen(env->t_ctx->x_curdir);
63:         if (len < size) {
t2ex_source/t2ex/fs/fs/src/fs_parse.c - 6.0KB - 177 lines
121:                 if (str[1] != '\0') {
122:                         len = strlen(str);
123:                         (void)memcpy(buf, str, len);
t2ex_source/t2ex/fs/fs/src/fs_root.c - 9.2KB - 312 lines
210:                 /* Calcurate actual entry length and check buffer space */
211:                 nlen = strlen(con->c_coninf.connm);
212:                 if (nlen > NAME_MAX) nlen = NAME_MAX;
t2ex_source/t2ex/network/net/src/netmain/tkn_resctl.c - 9.2KB - 311 lines
85: 
86:         new->table.host = (char *)malloc( strlen(x->host) + 1, M_RTABLE,
87:                                           M_NOWAIT|M_ZERO );
More results from tkn_resctl.c