Home
last modified time | relevance | path

Searched refs:off_cvt_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Doff_cvt.c73 off_t off_cvt_string(const char *str) in off_cvt_string() function
149 if ((offset = off_cvt_string(STR(buf))) < 0) { in main()
H A Doff_cvt.h25 extern off_t off_cvt_string(const char *);
H A Drecord.c352 if ((offset = off_cvt_string(buf)) < 0) { in rec_goto()
/netbsd-src/external/ibm-public/postfix/dist/src/pipe/
H A Dpipe.c986 if ((attr->size_limit = off_cvt_string(size)) < 0) in get_service_attr()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c586 session->size_limit = off_cvt_string(word); in smtp_helo()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c2608 if ((state->msg_size = off_cvt_string(arg + 5)) < 0) { in mail_cmd()
3922 || (chunk_size = off_cvt_string(argv[1].strval)) < 0 in bdat_cmd()