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
232 xfree((char *)(intptr_t)mesg[i].pname); in mesginit()
233 mesg[i].pname = NULL; in mesginit()
241 if (mesg[SIGNULL].pname == NULL) { in mesginit()
242 mesg[SIGNULL].iname = "NULL"; in mesginit()
243 mesg[SIGNULL].pname = CSAVS(2, 1, "Null signal"); in mesginit()
248 if (mesg[SIGHUP].pname == NULL) { in mesginit()
249 mesg[SIGHUP].iname = "HUP"; in mesginit()
250 mesg[SIGHUP].pname = CSAVS(2, 2, "Hangup"); in mesginit()
255 if (mesg[SIGINT].pname == NULL) { 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()
359 printf("%d: Invalid message number\n", mesg); in check()
362 mp = &message[mesg-1]; in check()
364 printf("%d: Inappropriate message\n", mesg); in check()
646 matchsender(char *str, int mesg) in matchsender() argument
654 cp = nameof(&message[mesg - 1], 0); in matchsender()
666 matchto(char *str, int mesg) in matchto() argument
677 mp = &message[mesg - 1]; in matchto()
702 matchfield(char *str, int mesg) in matchfield() 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/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() argument
255 if (d->cookie == mesg->header.typecookie && in csock_handle()
257 (*d->func)(mesg, path, id, d->arg); in csock_handle()
260 free(mesg); in csock_handle()
269 struct ng_mesg *mesg; in csock_read() local
272 if ((mesg = malloc(resbufsiz + 1)) == NULL) { in csock_read()
278 if ((ret = NgRecvMsg(csock, mesg, resbufsiz + 1, path)) < 0) { in csock_read()
280 free(mesg); in csock_read()
297 free(mesg); in csock_read()
[all …]
/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.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 DMakefile88 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.h538 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.depend263 usr.bin/mesg \

12