Searched refs:tok1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/geom/linux_lvm/ |
| H A D | g_linux_lvm.c | 848 #define GRAB_INT(key, tok1, tok2, v) \ argument 849 if (tok1 && tok2 && strncmp(tok1, key, sizeof(key)) == 0) { \ 850 v = strtol(tok2, &tok1, 10); \ 851 if (tok1 == tok2) \ 857 #define GRAB_STR(key, tok1, tok2, v, len) \ argument 858 if (tok1 && tok2 && strncmp(tok1, key, sizeof(key)) == 0) { \ 862 tok1 = strsep(&tok2, "\""); \ 865 strncpy(v, tok1, len); \
|
| /freebsd/contrib/bmake/ |
| H A D | job.c | 2672 char tok = JOB_TOKENS[aborting], tok1; in TokenPool_Add() local 2685 while (tok != '+' && read(tokenPoolJob.inPipe, &tok1, 1) == 1) in TokenPool_Add() 2758 char tok, tok1; in TokenPool_Take() local 2784 while (read(tokenPoolJob.inPipe, &tok1, 1) == 1) in TokenPool_Take()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 26 OPENSSL_s390xcap="<tok1>;<tok2>;..."
|