Searched refs:tok2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.c830 #define GRAB_INT(key, tok1, tok2, v) \
831 if (tok1 && tok2 && strncmp(tok1, key, sizeof(key)) == 0) { \
832 v = strtol(tok2, &tok1, 10); \
833 if (tok1 == tok2) \
839 #define GRAB_STR(key, tok1, tok2, v, len) \
840 if (tok1 && tok2 && strncmp(tok1, key, sizeof(key)) == 0) { \
841 strsep(&tok2, "\""); \
842 if (tok2 == NULL) \
844 tok1 = strsep(&tok2, "\""); \
845 if (tok2
[all...]
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c1687 char *tok2 = strtok(NULL, "\0"); local
1689 if (tok1 && tok2) {
1691 dgid = strdup(tok2);

Completed in 103 milliseconds