HomeSort by: relevance | last modified time | path
    Searched refs:mystrtokdq (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
stringops.h 35 extern char *mystrtokdq(char **, const char *);
43 #define mystrtokdq(cp, sp) mystrtokdq_cw((cp), (sp), (char *) 0) macro
mystrtok.c 20 /* char *mystrtokdq(bufp, delimiters)
49 /* mystrtokdq() is like mystrtok() but will not split text
191 /* mystrtokdq - ABI compatibility wrapper */
193 #undef mystrtokdq macro
195 char *mystrtokdq(char **src, const char *sep) function
271 {"mystrtokdq", ""},
272 {"mystrtokdq", " foo ", {"foo"}},
273 {"mystrtokdq", " foo bar ", {"foo", "bar"}},
274 {"mystrtokdq", " foo\\ bar ", {"foo\\ bar"}},
275 {"mystrtokdq", " foo \\\" bar", {"foo", "\\\"", "bar"}}
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
login_sender_match.c 206 && (sender_pattern = mystrtokdq(&cp, CHARS_COMMA_SP)) != 0) {

Completed in 61 milliseconds