Searched refs:tok1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c106 char *tok1, *tok2; local
111 tok1 = strsep(&tok2, "\t");
112 if (tok1 == NULL || strcmp(tok1, file) != 0)
119 tok1 = strsep(&tok2, "\t");
120 tok1 = strsep(&tok2, "\t");
121 if (tok1 != NULL)
122 return atoi(tok1);
/freebsd-10.1-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.c831 #define GRAB_INT(key, tok1, tok2, v) \
832 if (tok1 && tok2 && strncmp(tok1, key, sizeof(key)) == 0) { \
833 v = strtol(tok2, &tok1, 10); \
834 if (tok1 == tok2) \
840 #define GRAB_STR(key, tok1, tok2, v, len) \
841 if (tok1 && tok2 && strncmp(tok1, key, sizeof(key)) == 0) { \
845 tok1 = strsep(&tok2, "\""); \
848 strncpy(v, tok1, le
[all...]
/freebsd-10.1-release/contrib/bmake/
H A Djob.c2845 char tok = JOB_TOKENS[aborting], tok1;
2854 while (tok != '+' && read(tokenWaitJob.inPipe, &tok1, 1) == 1)
2945 char tok, tok1;
2973 while (read(tokenWaitJob.inPipe, &tok1, 1) == 1)
2844 char tok = JOB_TOKENS[aborting], tok1; local
2944 char tok, tok1; local
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c1686 char *tok1 = strtok(opt, "-"); local
1689 if (tok1 && tok2) {
1690 sgid = strdup(tok1);

Completed in 74 milliseconds