Searched refs:conv_time (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dconv_time.h8 /* conv_time 3h
12 /* #include <conv_time.h>
19 extern int conv_time(const char *, int *, int);
H A Dconv_time.c5 /* conv_time 3
9 /* #include <conv_time.h>
11 /* int conv_time(strval, timval, def_unit);
16 /* conv_time() converts a numerical time value with optional
55 #include <conv_time.h>
62 /* conv_time - convert time value */
64 int conv_time(const char *strval, int *timval, int def_unit) function
H A Dmail_conf_time.c92 #include "conv_time.h"
103 if (conv_time(strval, intval, def_unit) == 0)
H A DMakefile.in4 clnt_stream.c conv_time.c db_common.c debug_peer.c debug_process.c \
36 clnt_stream.o conv_time.o db_common.o debug_peer.o debug_process.o \
68 conv_time.h db_common.h debug_peer.h debug_process.h defer.h \
652 conv_time.o: ../../include/msg.h
653 conv_time.o: ../../include/sys_defs.h
654 conv_time.o: conv_time.c
655 conv_time.o: conv_time.h
1217 mail_conf_time.o: conv_time
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/lib/global/
H A DMakefile14 clnt_stream.c conv_time.c db_common.c debug_peer.c debug_process.c \
/netbsd-6-1-5-RELEASE/bin/sh/
H A Deval.c1207 conv_time(clock_t ticks, char *seconds, size_t l) function
1244 u = conv_time(tms.tms_utime, us, sizeof(us));
1245 s = conv_time(tms.tms_stime, ss, sizeof(ss));
1246 cu = conv_time(tms.tms_cutime, cus, sizeof(cus));
1247 cs = conv_time(tms.tms_cstime, css, sizeof(css));
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c86 #include <conv_time.h>
376 } else if (conv_time(optional_text, &defer_delay, 's') == 0) {
H A DMakefile.in936 cleanup_message.o: ../../include/conv_time.h
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A DMakefile.in254 smtpd_check.o: ../../include/conv_time.h
H A Dsmtpd_check.c241 #include <conv_time.h>
2068 if (conv_time(cmd_text, &defer_delay, 's') == 0) {

Completed in 216 milliseconds