Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/plan9/sys/src/cmd/gs/src/
H A Dttload.h90 ( error = TT_Use_Stream( original, &duplicate ) )
114 TT_Error error; \
120 TT_Error error; \
125 TT_Error error; \
131 TT_Error error; \
136 TT_Error error; \
142 ( error = TT_Access_Frame( stream, &frame, _size_ ) )
144 ( error = TT_Check_And_Access_Frame( stream, &frame, _size_ ) )
146 ( error = TT_Forget_Frame( &frame ) )
151 ( error = TT_Seek_File( stream, _position_ ) )
[all …]
/plan9/sys/src/cmd/postscript/postio/
H A Difdef.c63 error(FATAL, "ioctl error - %s", DKSTREAMS); in setupline()
65 error(FATAL, "ioctl error - ldterm"); in setupline()
73 error(FATAL, "can't open %s", line); in setupline()
76 error(FATAL, "can't dup file descriptor for %s", line); in setupline()
83 error(FATAL, "fcntl error - F_SETFL"); in setupline()
86 error(FATAL, "ioctl error - TCGETA"); in setupline()
95 error(FATAL, "ioctl error - TCSETA"); in setupline()
98 error(FATAL, "ioctl error - TCFLSH"); in setupline()
124 error(FATAL, "fcntl error - F_GETFL"); in resetline()
129 error(FATAL, "fcntl error - F_SETFL"); in resetline()
[all …]
/plan9/sys/src/cmd/cwfs/
H A D9p2.c166 int error; in auth() local
171 error = 0; in auth()
181 error = Efidinuse; in auth()
186 error = Ebadspc; in auth()
200 error = Eauthfile; in auth()
206 if((cons.flags & attachflag) && error) in auth()
208 f->uname, time(nil), errstr9p[error]); in auth()
211 if(error) in auth()
214 return error; in auth()
279 int error, u; in attach() local
[all …]
/plan9/sys/src/cmd/disk/kfs/
H A D9p2.c236 int error, u; in fsattach() local
245 error = Efidinuse; in fsattach()
252 error = Eauth; in fsattach()
257 error = Ebadu; in fsattach()
265 error = Ebadspc; in fsattach()
269 if(error = checkattach(chan, afile, file, fs)) in fsattach()
276 error = Ealloc; in fsattach()
280 error = Eaccess; in fsattach()
287 error = Eaccess; in fsattach()
315 if(error) in fsattach()
[all …]
/plan9/sys/src/cmd/unix/drawterm/libauthsrv/
H A D_asrdresp.c11 char error[64]; in _asrdresp() local
27 if(readn(fd, error, sizeof error) != sizeof error){ in _asrdresp()
31 error[sizeof error-1] = '\0'; in _asrdresp()
32 werrstr("remote: %s", error); in _asrdresp()
35 if(readn(fd, error, 5) != 5){ in _asrdresp()
39 error[5] = 0; in _asrdresp()
40 n = atoi(error); in _asrdresp()
/plan9/sys/src/libauthsrv/
H A D_asrdresp.c11 char error[64]; in _asrdresp() local
27 if(readn(fd, error, sizeof error) != sizeof error){ in _asrdresp()
31 error[sizeof error-1] = '\0'; in _asrdresp()
32 werrstr("remote: %s", error); in _asrdresp()
35 if(readn(fd, error, 5) != 5){ in _asrdresp()
39 error[5] = 0; in _asrdresp()
40 n = atoi(error); in _asrdresp()
/plan9/sys/src/cmd/acid/
H A Dbuiltin.c144 error("match(obj, list): arg count"); in match()
148 error("match(obj, list): need list"); in match()
179 error("match(obj, list): not defined for list"); in match()
200 error("newproc(): arg not string"); in newproc()
202 error("newproc(): too many arguments"); in newproc()
214 error("newproc: too many arguments"); in newproc()
233 error("startstop(pid): no pid"); in startstop()
236 error("startstop(pid): arg type"); in startstop()
250 error("waitstop(pid): no pid"); in waitstop()
253 error("waitstop(pid): arg type"); in waitstop()
[all …]
H A Dexec.c10 error(char *fmt, ...) in error() function
71 error("interrupted"); in execute()
102 error("local not in function"); in execute()
105 error("%s declared twice", sl->name); in execute()
118 error("return not in function"); in execute()
147 error("loop must have integer start"); in execute()
151 error("loop must have integer end"); in execute()
220 error("bad pointer format '%c' for *", fmt); in indir()
227 error("indir: %r"); in indir()
239 error("indir: %r"); in indir()
[all …]
H A Dexpr.c54 error("no size for i fmt pointer ++/--"); in fmtsize()
59 error("%r"); in fmtsize()
69 error("need l-value"); in chklval()
84 error("bad type for eval"); in oeval()
92 error("%s is not a complex type", n->sym->name); in ocast()
110 error("bad type for *"); in oindm()
112 error("no map for *"); in oindm()
128 error("bad type for @"); in oindc()
130 error("no map for @"); in oindc()
148 error("colon: %r"); in oframe()
[all …]
/plan9/sys/src/cmd/lp/
H A Dlpsend.c57 error(int level, char *s1, ...) in error() function
89 error(int level, char *s1, ...) in error() function
123 error(0, "read error in readline, fd=%d\n", inpfd); in readline()
146 error(0, "read error during pass, %d remaining\n", bcnt); in pass()
149 error(0, "write error during pass, %d remaining\n", bcnt); in pass()
168 error(0, "read error while making temp file\n"); in prereadfile()
171 error(0, "write error while making temp file\n"); in prereadfile()
192 error(0, "cannot create temp file %s\n", tmpf); in tempfile()
201 error(0, "cannot open temp file %s\n", tmpf); in tempfile()
215 error(0, "failed to receive ACK, "); in recvACK()
[all …]
/plan9/sys/src/cmd/ext2srv/
H A Dext2fs.c42 goto error; in rattach()
46 goto error; in rattach()
50 goto error; in rattach()
59 error: in rattach()
94 goto error; in rwalk1()
98 goto error; in rwalk1()
111 goto error; in rwalk1()
119 goto error; in rwalk1()
125 goto error; in rwalk1()
127 goto error; in rwalk1()
[all …]
/plan9/sys/src/cmd/
H A Dkprof.c15 error(int perr, char *s) in error() function
56 error(0, "usage: kprof text data"); in main()
62 error(1, argv[1]); in main()
64 error(1, "read text header"); in main()
66 error(0, "text file not an a.out"); in main()
68 error(1, "syminit"); in main()
75 error(1, argv[2]); in main()
78 error(1, "stat"); in main()
81 error(0, "data file too short"); in main()
84 error(1, "malloc"); in main()
[all …]
H A Dtprof.c15 error(int perr, char *s) in error() function
56 error(0, "usage: tprof pid [binary]"); in main()
68 error(1, file); in main()
71 error(1, "read text header"); in main()
73 error(0, "text file not an a.out"); in main()
76 error(1, "syminit"); in main()
84 error(1, file); in main()
88 error(1, "stat"); in main()
91 error(0, "data file too short"); in main()
94 error(1, "malloc"); in main()
[all …]
H A Dstrip.c7 error(char* fmt, ...) in error() function
24 error("usage: %s -o ofile file\n\t%s file ...\n", argv0, argv0); in usage()
40 error("%s: open: %r", file); in strip()
45 error("%s: %r", file); in strip()
54 error("%s: not a recognizeable binary", file); in strip()
60 error("%s: stat: %r", file); in strip()
68 error("%s: already stripped", file); in strip()
75 error("%s: strange length", file); in strip()
85 error("%s: malloc failure", file); in strip()
91 error("%s: read: %r", file); in strip()
[all …]
H A Dsh.C42 void error(char *s, char *t);
66 error(": can't open", argv[1]); in main()
82 error("syntax error", ""); in main()
100 error("node storage overflow", ""); in alloc()
117 error(": bad directory", np->argv[0]); in builtin()
123 error("usage: bind new old", ""); in builtin()
125 error("bind failed", ""); in builtin()
130 error("usage: unmount [new] old", ""); in builtin()
133 error("unmount:", ""); in builtin()
135 error("unmount", ""); in builtin()
[all …]
/plan9/sys/lib/
H A Dscsicodes22 0014 audio play operation stopped due to error
67 0802 logical unit communication parity error
68 0803 logical unit communication crc error (ultra-dma/32)
70 0900 track following error
75 0a00 error log overflow
80 0b04 warning - background pre-scan detected medium error
81 0b05 warning - background medium scan detected medium error
85 0c00 write error
86 0c01 write error - recovered with auto reallocation
87 0c02 write error - auto reallocation failed
[all …]
/plan9/sys/src/cmd/cpp/
H A Dcpp.c56 error(ERROR, in process()
65 error(ERROR, "Unterminated #if/#ifdef/#ifndef"); in process()
95 error(ERROR, "Unidentifiable control line"); in control()
99 error(WARNING, "Unknown preprocessor control %t", tp); in control()
117 error(FATAL, "#if too deeply nested"); in control()
139 error(ERROR, "Syntax error in #undef"); in control()
144 error(ERROR, "#defined token %t can't be undefined", tp); in control()
158 error(FATAL, "#if too deeply nested"); in control()
169 error(ERROR, "#elif with no #if"); in control()
173 error(ERROR, "#elif after #else"); in control()
[all …]
/plan9/sys/src/9/boot/
H A Ddoauthenticate.c30 static char error[2*ERRMAX]; in fromauth() local
36 sprint(error, "%s: %r", ccmsg); in fromauth()
37 return error; in fromauth()
42 sprint(error, "%s: %r", pbmsg); in fromauth()
43 return error; in fromauth()
49 sprint(error, "%s: %r", pbmsg); in fromauth()
50 msg = error; in fromauth()
54 if(readn(afd, error, ERRMAX) < 0) { in fromauth()
55 sprint(error, "%s: %r", pbmsg); in fromauth()
56 msg = error; in fromauth()
[all …]
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevaudio-none.c15 error("no audio support"); in audiodevopen()
21 error("no audio support"); in audiodevclose()
27 error("no audio support"); in audiodevread()
34 error("no audio support"); in audiodevwrite()
41 error("no audio support"); in audiodevsetvol()
47 error("no audio support"); in audiodevgetvol()
H A Ddevdraw.c493 error(Eoldname); in drawlookup()
528 error(Enodrawscreen); in drawlookupscreen()
637 error(Enodrawimage); in drawfreedscreen()
723 error(Enodrawimage); in drawuninstall()
737 error(Enodrawimage); in drawuninstall()
749 error(Enameused); in drawaddname()
839 error(Enoclient); in drawclient()
850 error(Enodrawimage); in drawimage()
964 error("no frame buffer"); in drawattach()
974 error("no frame buffer"); in drawwalk()
[all …]
/plan9/sys/src/cmd/9nfs/
H A Dnfsserver.c113 return error(reply, NFSERR_STALE); in nfsgetattr()
143 return error(reply, NFSERR_STALE); in nfssetattr()
145 return error(reply, NFSERR_PERM); in nfssetattr()
149 return error(reply, NFSERR_PERM); in nfssetattr()
151 return error(reply, NFSERR_PERM); in nfssetattr()
153 return error(reply, NFSERR_PERM); in nfssetattr()
166 return error(reply, NFSERR_PERM); in nfssetattr()
169 return error(reply, NFSERR_STALE); in nfssetattr()
205 return error(reply, NFSERR_STALE); in nfslookup()
208 return error(reply, NFSERR_NOTDIR); in nfslookup()
[all …]
/plan9/sys/src/9/port/
H A Ddevsrv.c110 error(Eperm); in srvopen()
112 error(Eisdir); in srvopen()
126 error(Eshutdown); in srvopen()
129 error("srv file already exists"); in srvopen()
131 error(Eperm); in srvopen()
148 error(Eperm); in srvcreate()
164 error(Enomem); in srvcreate()
166 error(Eexist); in srvcreate()
191 error(Eperm); in srvremove()
206 error(Enonexist); in srvremove()
[all …]
/plan9/sys/src/cmd/fax/
H A Dsubr.c24 error(char *fmt, ...) in error() function
51 seterror(Modem *m, int error) in seterror() argument
53 if(error == Esys) in seterror()
54 sprint(m->error, "%s: %r", errors[Esys]); in seterror()
56 strcpy(m->error, errors[error]); in seterror()
57 verbose("seterror: %s", m->error); in seterror()
58 return error; in seterror()
/plan9/sys/src/cmd/fossil/
H A D9p.c145 goto error; in rTwstat()
164 goto error; in rTwstat()
171 goto error; in rTwstat()
178 goto error; in rTwstat()
182 goto error; in rTwstat()
195 goto error; in rTwstat()
210 goto error; in rTwstat()
228 goto error; in rTwstat()
255 goto error; in rTwstat()
259 goto error; in rTwstat()
[all …]
/plan9/sys/src/cmd/postscript/tr2post/
H A Ddevcntl.c120 error(FATAL, "incomplete devcntl line\n"); in devcntl()
122 error(FATAL, "incomplete devcntl line\n"); in devcntl()
130 error(FATAL, "InlinePicture not implemented yet.\n"); in devcntl()
141 error(FATAL, "NewBaseline not implemented yet.\n"); in devcntl()
144 error(FATAL, "DrawText not implemented yet.\n"); in devcntl()
147 error(FATAL, "SetText not implemented yet.\n"); in devcntl()
150 error(FATAL, "SetColor not implemented yet.\n"); in devcntl()
154 error(FATAL, "INFO not implemented yet.\n"); in devcntl()
163 error(FATAL, "ExportPS not implemented yet.\n"); in devcntl()

12345678910>>...33