| /plan9-contrib/riscv64/include/ape/ |
| H A D | stdarg.h | 7 #define va_start(list, start) list =\ argument 11 #define va_end(list)\ argument 13 #define va_arg(list, mode)\ argument
|
| /plan9-contrib/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-contrib/amd64/include/ape/ |
| H A D | stdarg.h | 6 #define va_start(list, start) list = (sizeof(start)<8 ? (char *)((long long *)&(start)+1) : \ argument 8 #define va_end(list) argument 9 #define va_arg(list, mode)\ argument
|
| /plan9-contrib/power64/include/ape/ |
| H A D | stdarg.h | 6 #define va_start(list, start) list = (char *)(&(start)+1) argument 7 #define va_end(list) argument 8 #define va_arg(list, mode) (sizeof(mode)==1 ? ((mode *) (list += 4))[-4] : \ argument
|
| /plan9-contrib/mips64/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-contrib/riscv/include/ape/ |
| H A D | stdarg.h | 6 #define va_start(list, start) list =\ argument 10 #define va_end(list) argument 12 #define va_arg(list, mode)\ argument
|
| /plan9-contrib/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-contrib/spim/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-contrib/spim64/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-contrib/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-contrib/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-contrib/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-contrib/sys/src/9k/port/ |
| H A D | sysproc.c | 14 sysr1(Ar0* ar0, va_list list) in sysr1() 22 sysrfork(Ar0* ar0, va_list list) in sysrfork() 241 sysexec(Ar0* ar0, va_list list) in sysexec() 623 syssleep(Ar0* ar0, va_list list) in syssleep() 646 sysalarm(Ar0* ar0, va_list list) in sysalarm() 660 sysexits(Ar0*, va_list list) in sysexits() 689 sys_wait(Ar0* ar0, va_list list) in sys_wait() 722 sysawait(Ar0* ar0, va_list list) in sysawait() 785 syserrstr(Ar0* ar0, va_list list) in syserrstr() 804 sys_errstr(Ar0* ar0, va_list list) in sys_errstr() [all …]
|
| H A D | sysfile.c | 173 sysfd2path(Ar0* ar0, va_list list) in sysfd2path() 198 syspipe(Ar0* ar0, va_list list) in syspipe() 240 sysdup(Ar0* ar0, va_list list) in sysdup() 286 sysopen(Ar0* ar0, va_list list) in sysopen() 346 sysclose(Ar0* ar0, va_list list) in sysclose() 675 read(va_list list, int ispread) in read() 760 sys_read(Ar0* ar0, va_list list) in sys_read() 769 syspread(Ar0* ar0, va_list list) in syspread() 778 write(va_list list, int ispwrite) in write() 833 sys_write(Ar0* ar0, va_list list) in sys_write() [all …]
|
| H A D | sysseg.c | 137 syssegbrk(Ar0* ar0, va_list list) in syssegbrk() 168 sysbrk_(Ar0* ar0, va_list list) in sysbrk_() 267 syssegattach(Ar0* ar0, va_list list) in syssegattach() 288 syssegdetach(Ar0* ar0, va_list list) in syssegdetach() 340 syssegfree(Ar0* ar0, va_list list) in syssegfree() 381 syssegflush(Ar0* ar0, va_list list) in syssegflush()
|
| H A D | sysauth.c | 23 sysfversion(Ar0* ar0, va_list list) in sysfversion() 58 sys_fsession(Ar0* ar0, va_list list) in sys_fsession() 79 sysfauth(Ar0* ar0, va_list list) in sysfauth()
|
| /plan9-contrib/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()
|
| /plan9-contrib/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-contrib/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-contrib/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-contrib/riscv/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-contrib/riscv64/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
|