Searched refs:sepstr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | fs_mount_defaults.c | 45 static const char sepstr[] = "\t\n"; variable 281 vfstab_line, sepstr, &tmp); in fs_edit_mount_defaults() 283 NULL, 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() 294 if (strtok_r(NULL, sepstr, &tmp) != NULL) { in fs_edit_mount_defaults() 405 vfstab_line, sepstr, &tmp); in fs_del_mount_default_ent() [all …]
|
/illumos-gate/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 384 if (strtok_r(NULL, sepstr, &tmp) != NULL) in getmntent_compat()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 3027 char *sepstr; in __s_api_strValue() local 3078 sepstr = NULL; in __s_api_strValue() 3081 sepstr = COMMASEP; in __s_api_strValue() 3083 sepstr = SEMISEP; in __s_api_strValue() 3087 (AuthType_t)(ptr->ns_pi[i])), sepstr)) in __s_api_strValue() 3094 sepstr = NULL; in __s_api_strValue() 3096 sepstr = SPACESEP; in __s_api_strValue() 3099 (CredLevel_t)ptr->ns_pi[i]), sepstr)) in __s_api_strValue() 3138 sepstr = NULL; in __s_api_strValue() 3140 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()
|