Searched refs:strtok (Results 26 - 50 of 305) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dval_lgrp.c44 extern char *strtok();
67 while ((ptr = strtok((i || n_invalid || dup_prim)? NULL: list, ","))) {
H A Dfuncs.c245 authname = strtok(tmp, AUTH_SEP);
295 authname = strtok(NULL, AUTH_SEP);
321 profname = strtok(tmp, PROF_SEP);
329 profname = strtok(NULL, PROF_SEP);
357 rolename = strtok(tmp, ROLE_SEP);
376 rolename = strtok(NULL, ROLE_SEP);
/illumos-gate/usr/src/cmd/mail/
H A Dadd_recip.c104 for (name = strtok(namelist, " \t"); name; name = strtok((char*)0, " \t"))
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipf_dotuning.c25 for (s = strtok(tuneargs, ","); s != NULL; s = strtok(NULL, ",")) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c93 uxstate = strtok(&putmpx->ut_line[10], " \t\n");
96 if ((pt = strtok(pt, " \t\n, ")) == NULL)
103 } while (pt = strtok(NULL, " \t\n, "));
112 pt = strtok(rstates, " \t\n, ");
119 } while (pt = strtok(NULL, " \t\n, "));
/illumos-gate/usr/src/cmd/dispadmin/
H A Diadispadmin.c273 if ((tokp = strtok(buf, " \t")) == NULL)
288 if ((tokp = strtok(NULL, " \t")) == NULL)
299 if ((tokp = strtok(NULL, " \t")) == NULL)
311 if ((tokp = strtok(NULL, " \t")) == NULL)
344 if ((tokp = strtok(buf, " \t")) == NULL)
369 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
379 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
389 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
398 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
408 if ((tokp = strtok(NUL
[all...]
H A Dtsdispadmin.c269 if ((tokp = strtok(buf, " \t")) == NULL)
284 if ((tokp = strtok(NULL, " \t")) == NULL)
295 if ((tokp = strtok(NULL, " \t")) == NULL)
307 if ((tokp = strtok(NULL, " \t")) == NULL)
340 if ((tokp = strtok(buf, " \t")) == NULL)
365 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
375 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
385 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
394 if ((tokp = strtok(NULL, " \t")) == NULL || tokp[0] == '#')
404 if ((tokp = strtok(NUL
[all...]
H A Drtdispadmin.c267 if ((tokp = strtok(buf, " \t")) == NULL)
282 if ((tokp = strtok(NULL, " \t")) == NULL)
293 if ((tokp = strtok(NULL, " \t")) == NULL)
305 if ((tokp = strtok(NULL, " \t")) == NULL)
338 if ((tokp = strtok(buf, " \t")) == NULL)
362 if ((tokp = strtok(NULL, " \t")) != NULL && tokp[0] != '#')
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c295 (void) strtok(buf, " "); /* phost */
296 (void) strtok(NULL, " "); /* primary */
297 (void) strtok(NULL, " "); /* pbitmap */
298 shost = strtok(NULL, " ");
299 secondary = strtok(NULL, " ");
302 (void) strtok(NULL, " "); /* sbitmap */
303 (void) strtok(NULL, " "); /* type */
304 (void) strtok(NULL, " "); /* mode */
305 (void) strtok(NULL, " "); /* group */
306 cnode = strtok(NUL
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c348 mst = strtok(buf, " "); /* master */
349 shd = strtok(NULL, " "); /* shadow */
350 (void) strtok(NULL, " "); /* bitmap */
351 (void) strtok(NULL, " "); /* mode */
352 (void) strtok(NULL, " "); /* overflow */
353 ctag = strtok(NULL, " "); /* cnode */
494 mst = strtok(buf, " ");
495 shd = strtok(NULL, " ");
496 bmp = strtok(NULL, " ");
497 (void) strtok(NUL
[all...]
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c310 if ((cmd = strtok(buf, " ")) == NULL)
328 if ((type = strtok(NULL, " ")) == NULL) {
374 tmp = strtok(NULL, " ");
396 tmp = strtok(NULL, " ");
418 tmp = strtok(NULL, " ");
448 tmp = strtok(NULL, "/");
458 tmp = strtok(NULL, " ");
498 if ((tmp = strtok(NULL, " ")) == NULL) {
561 if ((*buf = strtok(NULL, " ")) == NULL) {
565 if ((cnt = strtok(NUL
[all...]
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c187 part = strtok(fullname, ".");
230 if ((npart = strtok(NULL, ".")) == NULL)
365 for (n = 1, word = strtok(line, " \t"); word != NULL;
366 word = strtok(NULL, " \t"), n++) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh62 CANTREAD2(strtok, "doogle")
63 CANTREAD2ARG1(strtok, "doogle")
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h78 extern char *strtok(char *, const char *);
/illumos-gate/usr/src/common/util/
H A Dstring.h75 extern char *strtok(char *, const char *);
/illumos-gate/usr/src/cmd/wracct/
H A Dwracct.c133 for (idlp = strtok(id_sequence, ", \t\n"); idlp != NULL;
134 idlp = strtok(NULL, ", \t\n")) {
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c66 tok = strtok(envstr, comma);
76 tok = strtok(NULL, comma);
101 tok = strtok(envstr, comma);
104 tok = strtok(NULL, comma);
121 for (tok = strtok(envstr, comma);
123 tok = strtok(NULL, comma)) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c508 * no error checking and what was originally in buf is clobbered by strtok().
545 p = strtok(buf, " \n");
568 p1 = strtok(NULL, " \n");
571 p1 = strtok(NULL, " \n");
574 p1 = strtok(NULL, " \n");
583 p = strtok(p, "\"\n");
586 p = strtok(NULL, " \n");
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c90 extern char *strcpy(), *strtok(), *strchr(), *strsave();
165 /* strtok's of this buf continue in tokenize() */
166 tok = strtok(buf, " \t");
216 /* strtok's of this buf continue in tokenize() */
217 tok = strtok(buf, " \t");
219 tok = strtok((char *)0, " \t");
281 * can't use strtok() in the following because scansys(),
282 * scancfg() do an initializing call to strtok() before
283 * coming here and then CONTINUE calling strtok() in tokenize(),
297 * initializing call to strtok mus
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c193 /* strtok's of this buf continue in tokenize() */
194 tok = strtok(buf, " \t");
243 /* strtok's of this buf continue in tokenize() */
244 tok = strtok(buf, " \t");
246 tok = strtok((char *)0, " \t");
304 * can't use strtok() in the following because scansys(),
305 * scancfg() do an initializing call to strtok() before
306 * coming here and then CONTINUE calling strtok() in tokenize(),
320 * initializing call to strtok must have been made before calling
329 while ((tok = strtok(NUL
[all...]
/illumos-gate/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c207 if ((type = strtok(line, " \t\n")) == NULL) {
211 if ((layout = strtok(NULL, " \t\n")) == NULL) {
215 if ((keymap = strtok(NULL, " \t\n")) == NULL) {
220 model = strtok(NULL, " \t\n");
224 xkblay = strtok(NULL, " \t\n");
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c345 for (ptr = strtok(arg, LSEP); ptr != NULL; ptr = strtok(NULL, LSEP)) {
368 for (ptr = strtok(arg, LSEP); ptr != NULL; ptr = strtok(NULL, LSEP)) {
398 for (ptr = strtok(arg, LSEP); ptr != NULL; ptr = strtok(NULL, LSEP)) {
430 for (ptr = strtok(arg, LSEP); ptr != NULL; ptr = strtok(NULL, LSEP)) {
471 for (ptr = strtok(arg, LSEP); ptr != NULL; ptr = strtok(NUL
[all...]
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c283 /* save the entry since strtok will chop it up */
286 if ((item = strtok(fullEntry, dilims)) == NULL)
356 if ((item = strtok(NULL, dilims)) == NULL)
370 if ((item = strtok(NULL, dilims)) == NULL)
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutil.c105 (void)strtok(tp, " \t");
189 for ( i = 0, modp = strtok(modp, ",");
190 modp != NULL; i++, modp = strtok(NULL, ",") ) {
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c166 p = strtok(kustring, ",");
174 p = strtok(NULL, ",");
207 p = strtok(ekulist, ",");
229 p = strtok(NULL, ",");
252 p = strtok(ekulist, ",");
268 p = strtok(NULL, ",");

Completed in 64 milliseconds

1234567891011>>