/plan9/sparc/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list =\ argument 10 #define va_end(list) argument 11 #define va_arg(list, mode)\ argument
|
/plan9/386/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list = (sizeof(start)<4 ? (char *)((int *)&(start)+1) : \ argument 8 #define va_end(list) argument 9 #define va_arg(list, mode)\ argument
|
/plan9/arm/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list = (sizeof(start)<4 ? (char *)((int *)&(start)+1) : \ argument 8 #define va_end(list) argument 9 #define va_arg(list, mode)\ argument
|
/plan9/mips/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list =\ argument 10 #define va_end(list) argument 11 #define va_arg(list, mode)\ argument
|
/plan9/power/include/ape/ |
H A D | stdarg.h | 6 #define va_start(list, start) list =\ argument 10 #define va_end(list) argument 11 #define va_arg(list, mode)\ argument
|
/plan9/sys/src/cmd/gs/src/ |
H A D | zfdcte.c | 48 dict_param_list list; in zDCTE() local 110 dict_param_list list; in zdcteparams() local
|
H A D | gdevhl7x.c | 970 private void initByteList(ByteList *list, Byte *array, short maxSize, short initCurrent) { in initByteList() 979 private void addByte(ByteList *list,Byte value ) { in addByte() 991 private void addArray(ByteList *list, Byte *source, short nb){ in addArray() 1006 private void addNBytes(ByteList * list, Byte value, short nb){ in addNBytes() 1023 private Byte * currentPosition(ByteList * list) { in currentPosition() 1034 private void addCodedNumber(ByteList * list, short number){ in addCodedNumber() 1048 private int isThereEnoughRoom(ByteList * list, short biggest){ in isThereEnoughRoom() 1054 private short roomLeft(ByteList * list){ in roomLeft() 1061 private void dumpToPrinter(ByteList * list,FILE * printStream){ in dumpToPrinter()
|
H A D | ziodev2.c | 66 stack_param_list list; in zgetdevparams() local 91 stack_param_list list; in zputdevparams() local
|
H A D | gzspotan.c | 56 free_trap_list(gs_memory_t *mem, gx_san_trap **list) in free_trap_list() 68 free_cont_list(gs_memory_t *mem, gx_san_trap_contact **list) in free_cont_list() 146 band_list_last(const gx_san_trap *list) in band_list_last() 153 cont_list_last(const gx_san_trap_contact *list) in cont_list_last() 160 band_list_remove(gx_san_trap **list, gx_san_trap *t) in band_list_remove() 175 band_list_insert_last(gx_san_trap **list, gx_san_trap *t) in band_list_insert_last() 191 cont_list_insert_last(gx_san_trap_contact **list, gx_san_trap_contact *t) in cont_list_insert_last() 207 trap_is_last(const gx_san_trap *list, const gx_san_trap *t) in trap_is_last() 314 check_band_list(const gx_san_trap *list) in check_band_list()
|
H A D | ztrap.c | 34 dict_param_list list; in zsettrapparams() local
|
/plan9/sys/src/cmd/scuzz/ |
H A D | scsireq.c | 102 SRrblimits(ScsiReq *rp, uchar *list) in SRrblimits() 370 SRmodeselect6(ScsiReq *rp, uchar *list, long nbytes) in SRmodeselect6() 388 SRmodeselect10(ScsiReq *rp, uchar *list, long nbytes) in SRmodeselect10() 407 SRmodesense6(ScsiReq *rp, uchar page, uchar *list, long nbytes) in SRmodesense6() 424 SRmodesense10(ScsiReq *rp, uchar page, uchar *list, long nbytes) in SRmodesense10() 669 uchar list[MaxDirData]; in wormdevopen() local
|
/plan9/sys/src/cmd/upas/send/ |
H A D | log.c | 9 logdelivery(dest *list, char *rcvr, message *mp) in logdelivery() 33 loglist(dest *list, message *mp, char *tag) in loglist()
|
/plan9/386/include/ |
H A D | u.h | 54 #define va_start(list, start) list =\ argument 58 #define va_end(list)\ argument 60 #define va_arg(list, mode)\ argument
|
/plan9/sparc/include/ |
H A D | u.h | 54 #define va_start(list, start) list =\ argument 58 #define va_end(list)\ argument 60 #define va_arg(list, mode)\ argument
|
/plan9/arm/include/ |
H A D | u.h | 55 #define va_start(list, start) list =\ argument 59 #define va_end(list)\ argument 61 #define va_arg(list, mode)\ argument
|
/plan9/mips/include/ |
H A D | u.h | 58 #define va_start(list, start) list =\ argument 62 #define va_end(list)\ argument 64 #define va_arg(list, mode)\ argument
|
/plan9/amd64/include/ |
H A D | u.h | 59 #define va_start(list, start) list =\ argument 63 #define va_end(list)\ argument 65 #define va_arg(list, mode)\ argument
|
/plan9/sys/src/cmd/rc/ |
H A D | exec.h | 24 struct list{ struct 26 list *next; argument
|
/plan9/sys/src/cmd/venti/srv/www/ |
H A D | stats.js | 245 function graphtable(bigcell, list, infolist, fill) { argument 342 function setof(name, val, list) { argument 353 function loglinks(list) { argument
|
/plan9/sys/src/cmd/usb/disk/ |
H A D | scsireq.c | 156 SRrblimits(ScsiReq *rp, uchar *list) in SRrblimits() 424 SRmodeselect6(ScsiReq *rp, uchar *list, long nbytes) in SRmodeselect6() 442 SRmodeselect10(ScsiReq *rp, uchar *list, long nbytes) in SRmodeselect10() 461 SRmodesense6(ScsiReq *rp, uchar page, uchar *list, long nbytes) in SRmodesense6() 478 SRmodesense10(ScsiReq *rp, uchar page, uchar *list, long nbytes) in SRmodesense10() 901 uchar list[MaxDirData]; in wormdevopen() local
|
/plan9/sys/src/libip/ |
H A D | testreadipifc.c | 8 Ipifc *ifc, *list; in main() local
|
/plan9/sys/src/libhttpd/ |
H A D | checkcontent.c | 7 hcheckcontent(HContent *me, HContent *oks, char *list, int size) in hcheckcontent()
|
/plan9/sys/src/9/port/ |
H A D | syscallfmt.c | 55 syscallfmt(int syscallno, ulong pc, va_list list) in syscallfmt() 312 sysretfmt(int syscallno, va_list list, long ret, uvlong start, uvlong stop) in sysretfmt()
|
/plan9/power/include/ |
H A D | u.h | 74 #define va_start(list, start) list =\ argument 78 #define va_end(list)\ argument 80 #define va_arg(list, mode)\ argument
|
/plan9/power64/include/ |
H A D | u.h | 74 #define va_start(list, start) list =\ argument 78 #define va_end(list)\ argument 80 #define va_arg(list, mode)\ argument
|