| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| expand_path.c | 467 char *tok_begin, *tok_end, *append; local 535 tok_end = strchr(tok_begin, '}'); 536 if (tok_end == NULL) { 546 if (_expand_token(context, tok_begin, tok_end, extra_tokens, 555 path_left = tok_end + 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| break-cond-parse.c | 55 const char *tok_start, *tok_end; local 64 tok_end = *curr - 1; 73 tok_end = *curr; 81 return std::string_view (tok_start, tok_end - tok_start + 1);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| break-cond-parse.c | 54 const char *tok_start, *tok_end; local 63 tok_end = *curr - 1; 72 tok_end = *curr; 80 return std::string_view (tok_start, tok_end - tok_start + 1);
|
| /src/lib/libedit/ |
| histedit.h | 248 void tok_end(Tokenizer *);
|
| Makefile | 49 editline.3 tok_end.3 \
|
| readline.c | 2233 tok_end(tok);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| s390xcap.c | 673 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; local 686 tok_end = strtok(NULL, ";"); 737 tok_begin = tok_end; 738 tok_end = strtok(NULL, ";");
|
| /src/lib/libedit/TEST/ |
| tc1.c | 300 tok_end(tok);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| s390xcap.c | 460 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; local 473 tok_end = strtok(NULL, ";"); 515 tok_begin = tok_end; 516 tok_end = strtok(NULL, ";");
|
| /src/external/bsd/ntp/dist/libjsmn/ |
| jsmn_test.c | 30 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \ 32 && (t).end == tok_end \
|