Home
last modified time | relevance | path

Searched defs:mesg (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/mail/
H A Dlist.c354 check(int mesg, int f) in check()
646 matchsender(char *str, int mesg) in matchsender()
666 matchto(char *str, int mesg) in matchto()
702 matchfield(char *str, int mesg) in matchfield()
740 mark(int mesg) in mark()
754 unmark(int mesg) in unmark()
H A Dcmd1.c52 int n, mesg, flag, size; in headers() local
160 printhead(int mesg) in printhead()
H A Dcmd3.c283 int *ip, mesg; in preserve() local
325 int *ip, mesg; in messize() local
/freebsd/contrib/tcsh/
H A Dsh.init.c221 struct mesg mesg[NUMSIG]; /* Arrays start at [0] so we initialize from */ variable
H A Dsh.h1178 extern struct mesg { struct
1181 } mesg[]; argument
/freebsd/contrib/ldns/drill/
H A Derror.c60 mesg(const char *fmt, ...) in mesg() function
/freebsd/contrib/one-true-awk/
H A Dmain.c65 const char *mesg = NULL; in fpecatch() local
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c79 struct ng_mesg *mesg; member
240 csock_handle(struct ng_mesg *mesg, const char *path) in csock_handle()
269 struct ng_mesg *mesg; in csock_read() local
307 struct ng_mesg *mesg; in csock_input() local
355 struct ng_mesg *mesg; in ng_dialog() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.h124 #define KMP_SYSERRMESG(mesg) __kmp_msg_error_mesg(mesg) argument
H A Dkmp_i18n.cpp777 kmp_msg_t __kmp_msg_error_mesg(char const *mesg) { in __kmp_msg_error_mesg()
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c593 rwerror(const char *mesg, ufs2_daddr_t blk) in rwerror()
/freebsd/contrib/tnftp/src/
H A Dcmds.c891 togglevar(int argc, char *argv[], int *var, const char *mesg) in togglevar()