Home
last modified time | relevance | path

Searched refs:mesg (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/tcsh/
H A Dsh.init.c221 struct mesg mesg[NUMSIG]; /* Arrays start at [0] so we initialize from */ variable
233 mesg[i].pname = NULL; in mesginit()
249 mesg[SIGHUP].iname = "HUP"; in mesginit()
256 mesg[SIGINT].iname = "INT"; in mesginit()
270 mesg[SIGILL].iname = "ILL"; in mesginit()
291 mesg[SIGIOT].iname = "IOT"; in mesginit()
307 mesg[SIGERR].iname = "ERR"; in mesginit()
314 mesg[SIGEMT].iname = "EMT"; in mesginit()
321 mesg[SIGFPE].iname = "FPE"; in mesginit()
466 mesg[SIGIO].iname = "IO"; in mesginit()
[all …]
H A Dtw.init.c979 if (mesg[tw_index].iname == NULL) in tw_sig_next()
982 for (ptr = mesg[tw_index].iname; *ptr != '\0'; ptr++) in tw_sig_next()
H A Dsh.proc.c1103 ptr = (char *)(intptr_t)mesg[pp->p_reason & 0177].pname; in pprint()
1447 if ((name = mesg[signum].iname) != NULL) { in dokill()
1476 if (mesg[signum].iname && in dokill()
1477 eq(sigptr, str2short(mesg[signum].iname))) in dokill()
H A Dsh.h1178 extern struct mesg { struct
1181 } mesg[]; argument
/freebsd/contrib/one-true-awk/
H A Dmain.c65 const char *mesg = NULL; in fpecatch() local
69 mesg = "Integer divide by zero"; in fpecatch()
72 mesg = "Integer overflow"; in fpecatch()
75 mesg = "Floating point divide by zero"; in fpecatch()
78 mesg = "Floating point overflow"; in fpecatch()
81 mesg = "Floating point underflow"; in fpecatch()
84 mesg = "Floating point inexact result"; in fpecatch()
87 mesg = "Invalid Floating point operation"; in fpecatch()
90 mesg = "Subscript out of range"; in fpecatch()
94 mesg = "Unknown error"; in fpecatch()
[all …]
/freebsd/usr.bin/mail/
H A Dlist.c354 check(int mesg, int f) in check() argument
358 if (mesg < 1 || mesg > msgCount) { in check()
362 mp = &message[mesg-1]; in check()
666 matchto(char *str, int mesg) in matchto() argument
677 mp = &message[mesg - 1]; in matchto()
712 mp = &message[mesg-1]; in matchfield()
721 return (matchto(cp, mesg)); in matchfield()
740 mark(int mesg) in mark() argument
744 i = mesg; in mark()
754 unmark(int mesg) in unmark() argument
[all …]
H A Dcmd1.c52 int n, mesg, flag, size; in headers() local
67 mesg = mp - &message[0]; in headers()
71 mesg++; in headers()
76 printhead(mesg); in headers()
160 printhead(int mesg) in printhead() argument
169 mp = &message[mesg-1]; in printhead()
195 curind, dispc, mesg, name, hl.l_date, wcount); in printhead()
198 curind, dispc, mesg, name, hl.l_date, wcount, in printhead()
H A Dcmd3.c283 int *ip, mesg; in preserve() local
291 mesg = *ip; in preserve()
292 mp = &message[mesg-1]; in preserve()
325 int *ip, mesg; in messize() local
328 mesg = *ip; in messize()
329 mp = &message[mesg-1]; in messize()
330 printf("%d: %ld/%ld\n", mesg, mp->m_lines, mp->m_size); in messize()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.h118 kmp_msg_t __kmp_msg_error_mesg(char const *mesg);
124 #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() argument
782 msg.str = __kmp_str_format("%s", mesg); in __kmp_msg_error_mesg()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c79 struct ng_mesg *mesg; member
260 free(mesg); in csock_handle()
269 struct ng_mesg *mesg; in csock_read() local
280 free(mesg); in csock_read()
297 free(mesg); in csock_read()
301 return (mesg); in csock_read()
307 struct ng_mesg *mesg; in csock_input() local
371 mesg = NULL; in ng_dialog()
396 free(mesg); in ng_dialog()
399 b->mesg = mesg; in ng_dialog()
[all …]
/freebsd/usr.bin/mesg/
H A DMakefile1 PROG= mesg
/freebsd/bin/csh/
H A Dcsh.login11 # mesg y
/freebsd/sbin/fsdb/
H A Dfsdb.h34 extern void rwerror(const char *mesg, ufs2_daddr_t blk);
/freebsd/contrib/ldns/drill/
H A Derror.c60 mesg(const char *fmt, ...) in mesg() function
H A Ddrill.c786 mesg("No answer in packet"); in main()
795 mesg("Chase successful"); in main()
800 mesg("Chase failed."); in main()
922 mesg("No packet received"); in main()
H A Ddrill.h93 void mesg(const char *fmt, ...);
H A Dchasetrace.c365 mesg("No name to chase"); in do_chase()
/freebsd/bin/sh/
H A Dprofile13 # mesg y
/freebsd/usr.bin/
H A DMakefile90 mesg \
/freebsd/usr.sbin/crunch/examples/
H A Dreally-big.conf45 progs login logname look m4 machine mail make man mesg mkfifo
/freebsd/sbin/fsck_ffs/
H A Dfsck.h542 void rwerror(const char *mesg, ufs2_daddr_t blk);
H A Dfsutil.c593 rwerror(const char *mesg, ufs2_daddr_t blk) in rwerror() argument
600 pfatal("CANNOT %s: %ld", mesg, (long)blk); in rwerror()
/freebsd/contrib/tnftp/src/
H A Dcmds.c891 togglevar(int argc, char *argv[], int *var, const char *mesg) in togglevar() argument
903 if (mesg) in togglevar()
904 fprintf(ttyout, "%s %s.\n", mesg, onoff(*var)); in togglevar()
/freebsd/targets/pseudo/userland/
H A DMakefile.depend264 usr.bin/mesg \

12