Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 53) sorted by relevance

123

/plan9/sys/src/cmd/postscript/psencoding/
H A DLatin1.enc3 % The 18 characters missing from ROM based fonts on older printers are noted
174 /brokenbar % missing
184 /degree % missing
185 /plusminus % missing
186 /twosuperior % missing
187 /threesuperior % missing
189 /mu % missing
193 /onesuperior % missing
196 /onequarter % missing
197 /onehalf % missing
[all …]
/plan9/sys/lib/postscript/prologues/
H A DLatin1.enc3 % The 18 characters missing from ROM based fonts on older printers are noted
174 /brokenbar % missing
184 /degree % missing
185 /plusminus % missing
186 /twosuperior % missing
187 /threesuperior % missing
189 /mu % missing
193 /onesuperior % missing
196 /onequarter % missing
197 /onehalf % missing
[all …]
/plan9/sys/src/cmd/venti/srv/
H A Dcheckindex.c5 static int extra, missing, wrong; variable
84 missing++; in checkbucket()
139 werrstr("%d spurious entries, %d missing, %d wrong", extra, missing, wrong); in checkindex()
170 int i, n, extra, missing; in checkbloom() local
188 missing = 0; in checkbloom()
193 missing += countbits(a2[i] & ~a1[i]); in checkbloom()
196 if(extra || missing) in checkbloom()
198 extra, missing); in checkbloom()
201 if(!fix && missing){ in checkbloom()
205 if(fix && (missing || extra)){ in checkbloom()
/plan9/sys/src/cmd/tcs/font/
H A Dbbits.c23 …static uchar missing[32] = {0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x08, 0x00, 0x04, 0x00, 0x02, 0x00… in breadbits() local
57 Bread(bf, buf, sizeof(missing)); in breadbits()
58 if(memcmp(buf, missing, sizeof(missing)) == 0){ in breadbits()
/plan9/sys/src/9/omap/
H A Darchomap.c1326 missing(ulong addr, char *name) in missing() function
1345 missing(PHYSSCM, "scm"); in chkmissing()
1346 missing(KZERO, "dram"); in chkmissing()
1347 missing(PHYSL3, "l3 config"); in chkmissing()
1348 missing(PHYSINTC, "intr ctlr"); in chkmissing()
1349 missing(PHYSTIMER1, "timer1"); in chkmissing()
1350 missing(PHYSCONS, "console uart2"); in chkmissing()
1351 missing(PHYSUART0, "uart0"); in chkmissing()
1352 missing(PHYSUART1, "uart1"); in chkmissing()
1353 missing(PHYSETHER, "smc9221"); /* not on beagle */ in chkmissing()
[all …]
/plan9/sys/src/9/teg2/
H A Darchtegra.c807 missing(ulong addr, char *name) in missing() function
831 missing(KZERO, "dram"); in chkmissing()
832 missing(soc.intr, "intr ctlr"); in chkmissing()
833 missing(soc.intrdist, "intr distrib"); in chkmissing()
834 missing(soc.tmr[0], "tegra timer1"); in chkmissing()
835 missing(soc.uart[0], "console uart"); in chkmissing()
836 missing(soc.pci, "pcie"); in chkmissing()
837 missing(soc.ether, "ether8169"); in chkmissing()
838 missing(soc.µs, "µs counter"); in chkmissing()
/plan9/sys/src/cmd/
H A Dhistory.c107 int toggle, started, missing; in ysearch() local
178 missing = 0; in ysearch()
187 if(!missing) in ysearch()
189 missing = 1; in ysearch()
/plan9/sys/lib/troff/font/devutf/
H A DLINKFILE2 # Creates missing width tables from existing ones.
/plan9/sys/lib/dist/
H A Dsetup26 missing >[1=2]
/plan9/sys/src/cmd/unix/drawterm/
H A DMake.osx7 CFLAGS=-m32 -Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -D_THREAD…
H A DMake.pthread9 CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/inclu…
H A DMake.osx-x118 CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/inclu…
H A DMake.unix9 CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/inclu…
H A DMake.irix10 #CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/incl…
H A DMake.win3213 CFLAGS=-Wall -Wno-missing-braces -I$(ROOT)/include -I$(ROOT) -I$(ROOT)/kern -c -D_X86_ -DIS_32 -DWI…
/plan9/sys/src/cmd/cfs/
H A Dnotes17 ? how do we resolve access to missing parts when running
/plan9/sys/src/cmd/disk/kfs/
H A Dchk.c43 static void missing(void);
199 missing(); in check()
612 missing(void) in missing() function
/plan9/sys/src/cmd/cwfs/
H A Dchk.c48 static void missing(void);
236 missing(); in cmd_check()
796 missing(void) in missing() function
/plan9/sys/src/9/pc/
H A Dboot.fs183 echo /$cputype missing!
/plan9/sys/src/cmd/upas/smtp/
H A Drfc822.y666 missing(Node *p) in missing() function
714 missing(p); in newfield()
/plan9/sys/src/ape/cmd/diff/
H A DChangeLog122 (prepare_text_end): -B no longer ignores missing newlines.
866 (memchr): New function (if memchr is missing).
979 (memchr): New function (if memchr is missing).
1281 * analyze.c (diff_2_files): Print missing newline messages last.
1282 Return 2 if a newline is missing.
1304 * io.c (find_and_hash_each_line): Deal with missing final newline
1351 Change syntax of "missing newline" message.
1359 * analyze.c (diff_2_files): Report missing newline in either
1365 * util.c (print_1_line): Change format of missing-newline msg.
1616 diffs to be sensitive to missing final newline. Because
[all …]
/plan9/sys/src/cmd/ip/
H A Dpptpd.c104 int missing; member
703 c->stat.dropped, c->stat.missing, c->stat.sendwait, c->stat.sendtimeout); in callclose()
940 c->stat.missing += n-1; in greread()
/plan9/sys/src/cmd/gs/jpeg/
H A Djconfig.doc89 * actually get "missing structure definition" warnings or errors while
H A Dconfig.sub50 echo Configuration name missing. 1>&2
/plan9/sys/src/cmd/postscript/mpictures/
H A Dpictures.sr36 . \" Default frame dimensions if missing, zero, or null.

123