OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mystrtokdq_cw
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
stringops.h
38
extern char *
mystrtokdq_cw
(char **, const char *, const char *);
43
#define mystrtokdq(cp, sp)
mystrtokdq_cw
((cp), (sp), (char *) 0)
mystrtok.c
35
/* char *
mystrtokdq_cw
(bufp, delimiters, blame)
60
/* mystrtok_cw(), mystrtokq_cw(), and
mystrtokdq_cw
, log a
197
return (
mystrtokdq_cw
(src, sep, (char *) 0));
200
/*
mystrtokdq_cw
- safe tokenizer, double quote and backslash support */
202
char *
mystrtokdq_cw
(char **src, const char *sep, const char *blame)
function
281
{"
mystrtokdq_cw
", "#after text"},
282
{"
mystrtokdq_cw
", "\"before text\" #after text", {"\"before text\""}},
321
} else if (strcmp(tp->action, "
mystrtokdq_cw
") == 0) {
322
actual =
mystrtokdq_cw
(&cp, CHARS_SPACE, "test");
Completed in 15 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026