Home
last modified time | relevance | path

Searched refs:CHARS_SPACE (Results 1 – 24 of 24) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/postlogd/
H A Dpostlogd.c161 (void) mystrtok(&bp, CHARS_SPACE); /* month */ in postlogd_service()
162 (void) mystrtok(&bp, CHARS_SPACE); /* day */ in postlogd_service()
163 (void) mystrtok(&bp, CHARS_SPACE); /* time */ in postlogd_service()
164 (void) mystrtok(&bp, CHARS_SPACE); /* host */ in postlogd_service()
165 progname_pid = mystrtok(&bp, ":" CHARS_SPACE); /* name[pid] sans ':' */ in postlogd_service()
166 bp += strspn(bp, CHARS_SPACE); in postlogd_service()
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dconfig_known_tcp_ports.c98 if ((rhs = mystrtok(&bp, CHARS_SPACE)) == 0) { in config_known_tcp_ports()
100 } else if (mystrtok(&bp, CHARS_SPACE) != 0) { in config_known_tcp_ports()
107 if ((lhs = mystrtok(&bp, CHARS_SPACE)) == 0) { in config_known_tcp_ports()
109 } else if (mystrtok(&bp, CHARS_SPACE) != 0) { in config_known_tcp_ports()
H A Dverify_clnt.c241 if ((addr = mystrtok(&cp, CHARS_SPACE)) == 0 in update()
242 || (status_text = mystrtok(&cp, CHARS_SPACE)) == 0) { in update()
296 if ((command = mystrtok(&cp, CHARS_SPACE)) == 0) in main()
H A Dquote_822_local.c257 if ((cmd = mystrtok(&bp, CHARS_SPACE)) != 0) { in main()
270 if ((cmd = mystrtok(&bp, CHARS_SPACE)) == 0) { in main()
H A Dcompat_level.c367 name = mystrtok(&cp, CHARS_SPACE "="); in test_expand()
368 value = mystrtok(&cp, CHARS_SPACE "="); in test_expand()
H A Dfold_addr.c118 cmd = argv_split(STR(line_buffer), CHARS_SPACE); in main()
H A Dscache.c382 argv = argv_split(STR(buf), CHARS_SPACE); in main()
H A Dpipe_command.c550 argv = argv_split(args.shell, CHARS_SPACE); in pipe_command()
H A Dmail_addr_find.c554 if ((cmd = mystrtok(&bp, CHARS_SPACE)) == 0 || *cmd == '#') in main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dmystrtok.c227 actual = mystrtok(&cp, CHARS_SPACE); in main()
229 actual = mystrtokq(&cp, CHARS_SPACE, CHARS_BRACE); in main()
231 actual = mystrtokdq(&cp, CHARS_SPACE); in main()
H A Dmac_expand.c258 #define MAC_EXP_WHITESPACE CHARS_SPACE
816 name = mystrtok(&cp, CHARS_SPACE "="); in main()
817 value = mystrtok(&cp, CHARS_SPACE "="); in main()
H A Dstrcasecmp_utf8.c175 cmd = argv_split(STR(buffer), CHARS_SPACE); in main()
H A Dspawn_command.c279 argv = argv_split(args.shell, CHARS_SPACE); in spawn_command()
H A Dcasefold.c275 cmd = mystrtok(&bp, CHARS_SPACE); in main()
H A Dvstream_popen.c258 argv = argv_split(args.shell, CHARS_SPACE); in vstream_popen()
H A Dvbuf_print.c325 ARGV *args = argv_split(vstring_str(ibuf), CHARS_SPACE); in main()
H A Dsys_defs.h1770 #define CHARS_SPACE " \t\r\n" /* word separator */ macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/postfix/
H A Dpostfix.c652 my_argv = argv_split(var_multi_wrapper, CHARS_SPACE); in main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_map11.c223 if ((cmd = mystrtok(&bp, CHARS_SPACE)) == 0 || *cmd == '#') in main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_mgr.c429 argv = argv_split(STR(inbuf), CHARS_SPACE); in main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postconf/
H A Dpostconf_edit.c237 vstring_strncpy(key, cp, strcspn(cp, CHARS_SPACE "=")); in pcf_edit_main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/master/
H A Dmaster_ent.c118 static char master_blanks[] = CHARS_SPACE; /* field delimiters */
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd_check.c6112 args = argv_splitq(bp, CHARS_SPACE, CHARS_BRACE); in main()
/dports/mail/postfix-current/postfix-3.7-20211107/
H A DHISTORY20686 with CHARS_SPACE, CHARS_COMMA_SP, and CHARS_BRACE. Files: