Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/plan9-contrib/sys/src/ape/lib/ap/stdio/
H A Dvfscanf.c63 int c, width, type, store; in vfscanf() local
107 static int icvt_n(FILE *f, va_list *args, int store, int width, int type){ in icvt_n()
134 int store, int width, int type, int unsgned, int base){ in icvt_fixed()
212 static int icvt_d(FILE *f, va_list *args, int store, int width, int type){ in icvt_d()
215 static int icvt_x(FILE *f, va_list *args, int store, int width, int type){ in icvt_x()
218 static int icvt_o(FILE *f, va_list *args, int store, int width, int type){ in icvt_o()
221 static int icvt_i(FILE *f, va_list *args, int store, int width, int type){ in icvt_i()
224 static int icvt_u(FILE *f, va_list *args, int store, int width, int type){ in icvt_u()
227 static int icvt_p(FILE *f, va_list *args, int store, int width, int type){ in icvt_p()
231 static int icvt_f(FILE *f, va_list *args, int store, int width, int type){ in icvt_f()
[all …]
/plan9-contrib/sys/src/libstdio/
H A Dvfscanf.c61 int c, width, type, store; in vfscanf() local
105 static int icvt_n(FILE *f, va_list *args, int store, int width, int type){ in icvt_n()
132 int store, int width, int type, int unsgned, int base){ in icvt_fixed()
210 static int icvt_d(FILE *f, va_list *args, int store, int width, int type){ in icvt_d()
213 static int icvt_x(FILE *f, va_list *args, int store, int width, int type){ in icvt_x()
216 static int icvt_o(FILE *f, va_list *args, int store, int width, int type){ in icvt_o()
219 static int icvt_i(FILE *f, va_list *args, int store, int width, int type){ in icvt_i()
222 static int icvt_u(FILE *f, va_list *args, int store, int width, int type){ in icvt_u()
225 static int icvt_p(FILE *f, va_list *args, int store, int width, int type){ in icvt_p()
229 static int icvt_f(FILE *f, va_list *args, int store, int width, int type){ in icvt_f()
[all …]
/plan9-contrib/sys/src/cmd/sam/
H A Dmesg.c190 inmesg(Tmesg type) in inmesg()
650 outT0(Hmesg type) in outT0()
657 outTl(Hmesg type, long l) in outTl()
665 outTs(Hmesg type, int s) in outTs()
690 outTsS(Hmesg type, int s1, String *s) in outTsS()
699 outTslS(Hmesg type, int s1, Posn l1, String *s) in outTslS()
711 outTS(Hmesg type, String *s) in outTS()
719 outTsllS(Hmesg type, int s1, Posn l1, Posn l2, String *s) in outTsllS()
732 outTsll(Hmesg type, int s, Posn l1, Posn l2) in outTsll()
744 outTsl(Hmesg type, int s, Posn l) in outTsl()
[all …]
/plan9-contrib/sys/src/cmd/venti/
H A Dcopy.c24 int type; member
46 havevisited(uchar score[VtScoreSize], int type) in havevisited()
58 markvisited(uchar score[VtScoreSize], int type) in markvisited()
79 walk(uchar score[VtScoreSize], uint type, int base) in walk()
177 int type, n; in main() local
/plan9-contrib/sys/src/cmd/samterm/
H A Dmesg.c94 inmesg(Hmesg type, int count) in inmesg()
328 startnewfile(int type, Text *t) in startnewfile()
359 outT0(Tmesg type) in outT0()
366 outTl(Tmesg type, long l) in outTl()
374 outTs(Tmesg type, int s) in outTs()
382 outTss(Tmesg type, int s1, int s2) in outTss()
391 outTsll(Tmesg type, int s1, long l1, long l2) in outTsll()
401 outTsl(Tmesg type, int s1, long l1) in outTsl()
410 outTsv(Tmesg type, int s1, vlong v1) in outTsv()
419 outTv(Tmesg type, vlong v1) in outTv()
[all …]
/plan9-contrib/sys/src/cmd/gs/src/
H A Djmcorig.h184 #define METHODDEF(type) static type argument
186 #define LOCAL(type) static type argument
188 #define GLOBAL(type) type argument
190 #define EXTERN(type) extern type argument
200 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist argument
202 #define JMETHOD(type,methodname,arglist) type (*methodname) () argument
/plan9-contrib/sys/src/cmd/rc/
H A Dtree.c37 tree1(int type, tree *c0) in tree1()
43 tree2(int type, tree *c0, tree *c1) in tree2()
49 tree3(int type, tree *c0, tree *c1, tree *c2) in tree3()
128 token(char *str, int type) in token()
/plan9-contrib/sys/src/9k/k10/
H A Dasm.c51 asmnew(uintmem addr, uintmem size, int type) in asmnew()
73 asmfree(uintmem addr, uintmem size, int type) in asmfree()
137 asmalloc(uintmem addr, uintmem size, int type, int align) in asmalloc()
198 asminsert(uintmem addr, uintmem size, int type) in asminsert()
222 asmmapinit(uintmem addr, uintmem size, int type) in asmmapinit()
/plan9-contrib/sys/src/libventi/
H A Dzero.c6 vtzeroextend(int type, uchar *buf, uint n, uint nn) in vtzeroextend()
27 vtzerotruncate(int type, uchar *buf, uint n) in vtzerotruncate()
H A Dclient.c61 vtreadpacket(VtConn *z, uchar score[VtScoreSize], uint type, int n) in vtreadpacket()
92 vtread(VtConn *z, uchar score[VtScoreSize], uint type, uchar *buf, int n) in vtread()
107 vtwritepacket(VtConn *z, uchar score[VtScoreSize], uint type, Packet *p) in vtwritepacket()
133 vtwrite(VtConn *z, uchar score[VtScoreSize], uint type, uchar *buf, int n) in vtwrite()
/plan9-contrib/sys/src/liboventi/
H A Dzero.c13 vtZeroExtend(int type, uchar *buf, int n, int nn) in vtZeroExtend()
44 vtZeroTruncate(int type, uchar *buf, int n) in vtZeroTruncate()
H A Dclient.c203 vtWrite(VtSession *z, uchar score[VtScoreSize], int type, uchar *buf, int n) in vtWrite()
212 vtWritePacket(VtSession *z, uchar score[VtScoreSize], int type, Packet *p) in vtWritePacket()
249 vtRead(VtSession *z, uchar score[VtScoreSize], int type, uchar *buf, int n) in vtRead()
263 vtReadPacket(VtSession *z, uchar score[VtScoreSize], int type, int n) in vtReadPacket()
/plan9-contrib/sys/src/cmd/ip/httpd/
H A Dsendfd.c25 sendfd(HConnect *c, int fd, Dir *dir, HContent *type, HContent *enc) in sendfd()
240 printtype(Hio *hout, HContent *type, HContent *enc) in printtype()
303 notaccept(HConnect *c, HContent *type, HContent *enc, char *which) in notaccept()
343 checkreq(HConnect *c, HContent *type, HContent *enc, long mtime, char *etag) in checkreq()
/plan9-contrib/sys/src/9/teg2/
H A Dcaches-v7.c14 l1iptype(uint type) in l1iptype()
40 cacheinfo(int level, Memcache *cp, int ext, int type) in cacheinfo()
/plan9-contrib/sys/src/cmd/5i/
H A Dbpt.c54 int type; in breakpoint() local
109 brkchk(ulong addr, int type) in brkchk()
/plan9-contrib/sys/src/cmd/vi/
H A Dbpt.c55 int type; in breakpoint() local
110 brkchk(ulong addr, int type) in brkchk()
/plan9-contrib/sys/src/cmd/ki/
H A Dbpt.c55 int type; in breakpoint() local
110 brkchk(ulong addr, int type) in brkchk()
/plan9-contrib/sys/src/cmd/eqn/
H A Dmatrix.c3 startcol(int type) /* mark start of column in lp[] array */ in startcol()
15 int i, type; in column() local
/plan9-contrib/sys/src/cmd/qi/
H A Dbpt.c55 int type; in breakpoint() local
110 brkchk(ulong addr, int type) in brkchk()
/plan9-contrib/sys/src/libmach/
H A Dsetmach.c12 short type; /* executable type */ member
152 machbytype(int type) in machbytype()
/plan9-contrib/sys/src/libsec/port/
H A Ddecodepem.c9 decodePEM(char *s, char *type, int *len, char **new_s) in decodePEM()
66 decodepemchain(char *s, char *type) in decodepemchain()
/plan9-contrib/sys/src/cmd/usb/lib/
H A Ddev.c152 int type; in loaddevconf() local
221 int type, langid, nr; in loaddevstr() local
241 int type; in loaddevdesc() local
339 reqstr(int type, int req) in reqstr()
374 cmdreq(Dev *d, int type, int req, int value, int index, uchar *data, int count) in cmdreq()
431 usbcmd(Dev *d, int type, int req, int value, int index, uchar *data, int count) in usbcmd()
/plan9-contrib/sys/src/games/mahjongg/
H A Dlevel.c61 indextype(int type) in indextype()
81 indexpt(int type) in indexpt()
/plan9-contrib/sys/src/9/pc/
H A Dmp.h10 uchar type; /* MP system configuration type */ member
31 uchar type; /* entry type (0) */ member
41 uchar type; /* entry type (1) */ member
47 uchar type; /* entry type (2) */ member
55 uchar type; /* entry type ([34]) */ member
65 uchar type; /* entry type (128) */ member
74 uchar type; /* entry type (129) */ member
83 uchar type; /* entry type (130) */ member
141 uchar type; member
157 int type; member
/plan9-contrib/sys/src/cmd/cec/
H A Dmux.c6 char type; member
13 int type; member
56 muxproc(Mux *m, Muxproc *p, int fd, void (*f)(int, int), int type) in muxproc() argument

12345678910>>...31