OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tok_end
(Results
1 - 5
of
5
) sorted by relevancy
/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/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/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);
Completed in 43 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026