Searched defs:sepstr (Results 1 - 6 of 6) sorted by relevance
/osnet-11/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)
|
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)
|
/osnet-11/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); 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...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_confmgr.c | 840 char *sepstr; local 922 sepstr = NULL; 924 sepstr = SPACESEP; 926 if (__print2buf(&buffer, attrval[m], sepstr))
|
H A D | ns_config.c | 3054 char *sepstr; local 3105 sepstr = NULL; 3108 sepstr = COMMASEP; 3110 sepstr = SEMISEP; 3114 (AuthType_t)(ptr->ns_pi[i])), sepstr)) 3121 sepstr = NULL; 3123 sepstr = SPACESEP; 3126 (CredLevel_t)ptr->ns_pi[i]), sepstr)) 3165 sepstr = NULL; 3167 sepstr [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 1129 char *sepstr = ","; local 1136 if ((zone = strtok_r(zoneoptstr, sepstr, &last)) == NULL) 1159 } while ((zone = strtok_r(NULL, sepstr, &last)) != NULL);
|
Completed in 34 milliseconds