Searched refs:sepstr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c47 static const char sepstr[] = "\t\n"; variable
283 vfstab_line, sepstr, &tmp);
285 NULL, sepstr, &tmp);
287 NULL, sepstr, &tmp);
289 NULL, sepstr, &tmp);
291 NULL, sepstr, &tmp);
293 NULL, sepstr, &tmp);
295 NULL, sepstr, &tmp);
296 if (strtok_r(NULL, sepstr, &tmp) != NULL) {
407 vfstab_line, sepstr,
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c46 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)
H A Dgetmntent.c51 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)
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c45 if ((xx = strtok(ll, sepstr)) == NULL) \
53 static char sepstr[] = " \t\n"; variable
228 if (strtok(NULL, sepstr) != NULL)
283 if (strtok(NULL, sepstr) != NULL)
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c3030 char *sepstr; local
3081 sepstr = NULL;
3084 sepstr = COMMASEP;
3086 sepstr = SEMISEP;
3090 (AuthType_t)(ptr->ns_pi[i])), sepstr))
3097 sepstr = NULL;
3099 sepstr = SPACESEP;
3102 (CredLevel_t)ptr->ns_pi[i]), sepstr))
3141 sepstr = NULL;
3143 sepstr
[all...]
H A Dns_confmgr.c837 char *sepstr; local
919 sepstr = NULL;
921 sepstr = SPACESEP;
923 if (__print2buf(&buffer, attrval[m], sepstr))

Completed in 209 milliseconds