Lines Matching refs:strtok
348 mst = strtok(buf, " "); /* master */ in iiboot_lintmain()
349 shd = strtok(NULL, " "); /* shadow */ in iiboot_lintmain()
350 (void) strtok(NULL, " "); /* bitmap */ in iiboot_lintmain()
351 (void) strtok(NULL, " "); /* mode */ in iiboot_lintmain()
352 (void) strtok(NULL, " "); /* overflow */ in iiboot_lintmain()
353 ctag = strtok(NULL, " "); /* cnode */ in iiboot_lintmain()
494 mst = strtok(buf, " "); in read_resume_cfg()
495 shd = strtok(NULL, " "); in read_resume_cfg()
496 bmp = strtok(NULL, " "); in read_resume_cfg()
497 (void) strtok(NULL, " "); /* mode */ in read_resume_cfg()
498 (void) strtok(NULL, " "); /* overflow */ in read_resume_cfg()
499 ctag = strtok(NULL, " "); /* ctag */ in read_resume_cfg()
502 opt = strtok(NULL, " "); in read_resume_cfg()