Searched refs:mesg (Results 1 - 17 of 17) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c113 char mesg[1024]; local
117 sprintf(mesg, "File: %s\n", mmdc->file ); write(fd, mesg, strlen(mesg));
118 sprintf(mesg, "Project: %10d\n", mmdc->proj); write(fd, mesg, strlen(mesg));
119 sprintf(mesg, "Memory: %#010lx\n", mmdc->mmvm); write(fd, mesg, strlen(mesg));
[all...]
H A Dvmdebug.c81 static void vmdbwarn(Vmalloc_t* vm, char* mesg, int n) argument
83 static void vmdbwarn(vm, mesg, n)
85 char* mesg;
91 write(Dbfd,mesg,n);
/ast/src/lib/libpz/
H A Dsfdczip.c55 const char* mesg; local
106 mesg = ERROR_dictionary("unknown compress discipline method");
111 mesg = ERROR_dictionary("compress discipline error");
192 mesg = ERROR_dictionary("partition file operand required");
207 (*errorf)(NiL, NiL, 2, "%s: %s: %s", path, meth, mesg);
/ast/src/cmd/std/
H A Dmesg.c22 * mesg.c
28 "[-?\n@(#)$Id: mesg (AT&T Research) 1999-04-28 $\n]"
30 "[+NAME?mesg - permit or deny messages to the terminal]"
55 static int mesg(int mode) function
90 error_info.id = "mesg";
108 return mesg(n);
H A DMakefile25 mesg :: mesg.c LICENSE=since=1995,author=dgk
/ast/src/cmd/mailx/
H A Dlist.c114 sender(char* name, int mesg) argument
118 if (!*name || !(s = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
127 matchto(char* name, int mesg) argument
139 mp = state.msg.list + mesg - 1;
166 matchfield(char* str, int mesg) argument
177 mp = state.msg.list + mesg - 1;
181 return matchto(s, mesg);
212 matchsender(register char* s, int mesg) argument
216 if (*s && (t = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
300 unmark(int mesg) argument
632 check(int mesg, int f) argument
[all...]
H A Dcmd1.c82 printhead(int mesg, int who) argument
95 mp = state.msg.list + mesg - 1;
155 name = grab(mp, (state.var.news ? GNEWS : state.var.showto && sender(state.var.user, mesg) ? GTO : GREPLY)|GDISPLAY, NiL);
160 curind, dispc, mesg, name, hl.l_date, sizes,
164 curind, dispc, mesg, name, hl.l_date, sizes);
177 register int mesg; local
206 for (mesg = mp - state.msg.list; mp < state.msg.list + state.msg.count; mp++) {
207 mesg++;
210 CALL(printhead)(mesg, !!state.var.justfrom);
H A Dlex.c114 if (!(state.msg.op = fileopen(state.tmp.mesg, "EIw")))
116 if (!(state.msg.ip = fileopen(state.tmp.mesg, "EIr")))
118 rm(state.tmp.mesg);
H A Dquit.c97 filetemp(state.tmp.mesg, sizeof(state.tmp.mesg), 'G', 0);
H A Dmailx.h773 char mesg[256]; member in struct:__anon136::__anon146
/ast/src/cmd/vczip/
H A Dvczip.c230 vcsferror(const char* mesg) argument
232 error(2, "%s", mesg);
540 static void error(const char* mesg, ...) argument
543 va_start(args, mesg);
545 sfvprintf(sfstderr,mesg,args);
551 static void vcsferror(const char* mesg) argument
552 { sfprintf(sfstderr,"%s: %s\n", Program, mesg);
/ast/src/lib/libast/cdt/
H A Dcdtlib.h129 #define DTERROR(dt, mesg) (!((dt)->disc && (dt)->disc->eventf) ? 0 : \
130 (*(dt)->disc->eventf)((dt),DT_ERROR,(Void_t*)(mesg),(dt)->disc) )
/ast/src/cmd/sortlib/vcodex/
H A Dvcodex.c100 vcsferror(const char* mesg) argument
102 error(2, "%s", mesg);
/ast/src/cmd/coshell/
H A Dservice.h306 char* mesg; member in struct:__anon66
H A Dcommand.c455 sfprintf(state.string, "%3d mesg %s %s\n", n, ffmtmode(n, 0), state.mesg);
501 sfprintf(state.string, " mesg %s\n", state.mesg);
H A Dshell.c89 sfprintf(vp, "%s=%s %s=%s %s='%s %s' COINIT='%s' %s /dev/fd/4 >/dev/null 2>&1 3<%s 4<&3 5>&- 6>&- 7>&- 8>&- 9>&- &", CO_ENV_HOST, sp->name, CO_ENV_TYPE, sp->type, CO_ENV_SHELL, opt_info.argv[0], state.service, (sp->flags & SETRATING) ? "rating=0;" : "", sh, state.mesg);
95 sfprintf(vp, "%s -c 'trap \"\" HUP; %s=%s %s=%s %s= COINIT='\\''%s%s'\\'' %s /dev/fd/4 >/dev/null 2>&1 3<%s 4<&3 5>&- 6>&- 7>&- 8>&- 9>&- &'", sh, CO_ENV_HOST, sp->name, CO_ENV_TYPE, sp->type, CO_ENV_SHELL, (sp->flags & SETRATING) ? "rating=0;" : "", state.profile ? state.profile : "", sh, state.mesg);
H A Dmain.c211 * set up the mesg and pump connect streams
214 state.mesg = stream(MESG, "mesg");

Completed in 73 milliseconds