Searched refs:sepstr (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | fs_mount_defaults.c | 47 static const char sepstr[] = "\t\n"; variable 283 vfstab_line, sepstr, &tmp); in fs_edit_mount_defaults() 285 NULL, sepstr, &tmp); in fs_edit_mount_defaults() 287 NULL, sepstr, &tmp); in fs_edit_mount_defaults() 289 NULL, sepstr, &tmp); in fs_edit_mount_defaults() 291 NULL, sepstr, &tmp); in fs_edit_mount_defaults() 293 NULL, sepstr, &tmp); in fs_edit_mount_defaults() 295 NULL, sepstr, &tmp); in fs_edit_mount_defaults() 296 if (strtok_r(NULL, sepstr, &tmp) != NULL) { in fs_edit_mount_defaults() 407 vfstab_line, sepstr, &tmp); in fs_del_mount_default_ent() [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 46 if ((vp->xx = (char *)strtok_r(ll, sepstr, tmp)) == NULL)\ 51 if ((vp->xx = strtok(ll, sepstr)) == NULL)\ 63 static const char sepstr[] = " \t\n"; variable 192 if (strtok_r(NULL, sepstr, &tmp) != NULL) in getvfsent()
|
H A D | getmntent.c | 51 if ((mp->xx = (char *)strtok_r(ll, sepstr, tmp)) == NULL)\ 65 static const char sepstr[] = " \t\n"; variable 385 if (strtok_r(NULL, sepstr, &tmp) != NULL) in getmntent_compat()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | _open.c | 45 if ((xx = strtok(ll, sepstr)) == NULL) \ 53 static char sepstr[] = " \t\n"; variable 228 if (strtok(NULL, sepstr) != NULL) in putmline() 283 if (strtok(NULL, sepstr) != NULL) in putfline()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 3030 char *sepstr; in __s_api_strValue() local 3081 sepstr = NULL; in __s_api_strValue() 3084 sepstr = COMMASEP; in __s_api_strValue() 3086 sepstr = SEMISEP; in __s_api_strValue() 3090 (AuthType_t)(ptr->ns_pi[i])), sepstr)) in __s_api_strValue() 3097 sepstr = NULL; in __s_api_strValue() 3099 sepstr = SPACESEP; in __s_api_strValue() 3102 (CredLevel_t)ptr->ns_pi[i]), sepstr)) in __s_api_strValue() 3141 sepstr = NULL; in __s_api_strValue() 3143 sepstr = COMMASEP; in __s_api_strValue() [all …]
|
H A D | ns_confmgr.c | 837 char *sepstr; in __ns_ldap_make_config() local 919 sepstr = NULL; in __ns_ldap_make_config() 921 sepstr = SPACESEP; in __ns_ldap_make_config() 923 if (__print2buf(&buffer, attrval[m], sepstr)) in __ns_ldap_make_config()
|