Searched defs:tokenize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libgenutil/
H A DStr.cc153 Str::tokenize(Str& token, const Str& separators, Str& remainder) function in class:Str
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c70 static char *tokenize(char *);
557 if ((p = tokenize(NULL)) == NULL) {
567 } while ((p = tokenize(line)) == NULL);
576 * tokenize -- a version of the standard strtok with specific behavior.
579 tokenize(char *line) function
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c52 static void tokenize(), nameparse(), setfile(), setioctl(),
165 /* strtok's of this buf continue in tokenize() */
168 tokenize();
216 /* strtok's of this buf continue in tokenize() */
221 tokenize();
283 * coming here and then CONTINUE calling strtok() in tokenize(),
296 * tokenize() continues pulling tokens out of a buffer -- the
298 * tokenize() -- and starts stuffing 'em into tokptr.
301 tokenize() function
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c55 static void tokenize(void);
193 /* strtok's of this buf continue in tokenize() */
196 tokenize();
243 /* strtok's of this buf continue in tokenize() */
248 tokenize();
306 * coming here and then CONTINUE calling strtok() in tokenize(),
319 * tokenize() continues pulling tokens out of a buffer -- the
321 * tokenize() -- and starts stuffing 'em into tokptr.
324 tokenize(void) function
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c15714 * tokenize()
15720 tokenize(char *str, const char *sep) function
15804 pgs = tokenize(str, ",");
15862 pgs = tokenize(str, ",");
16121 events = tokenize(str, ",");

Completed in 114 milliseconds