Searched defs:out (Results 1 - 15 of 15) sorted by relevance

/seL4-test-master/projects/musllibc/src/linux/
H A Dadjtime.c7 int adjtime(const struct timeval *in, struct timeval *out) argument
/seL4-test-master/tools/seL4/elfloader-tool/src/drivers/uart/
H A Dcommon.c14 void uart_set_out(struct elfloader_device *out) argument
/seL4-test-master/tools/riscv-pk/pk/
H A Dconsole.c11 char out[256]; // XXX local
/seL4-test-master/tools/nanopb/examples/using_double_on_avr/
H A Ddouble_conversion.c67 conversion_t out; local
/seL4-test-master/projects/musllibc/src/stat/
H A Dstatvfs.c29 static void fixup(struct statvfs *out, const struct statfs *in) argument
[all...]
/seL4-test-master/tools/riscv-pk/util/
H A Dsnprintf.c8 int vsnprintf(char* out, size_t n, const char* s, va_list vl) argument
91 snprintf(char* out, size_t n, const char* s, ...) argument
[all...]
/seL4-test-master/projects/musllibc/src/network/
H A Dgetaddrinfo.c21 } *out; local
[all...]
/seL4-test-master/projects/util_libs/libpci/src/
H A Dpci.c46 int libpci_find_device_all(uint16_t vendor_id, uint16_t device_id, libpci_device_t** out) { argument
/seL4-test-master/projects/musllibc/src/locale/
H A Diconv.c154 size_t iconv(iconv_t cd0, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) argument
[all...]
/seL4-test-master/projects/sel4test/apps/sel4test-tests/src/tests/
H A Dschedcontext.c525 sched_context_0011_proxy_fn(seL4_CPtr in, seL4_CPtr out, seL4_CPtr reply) argument
H A Dfaults.c997 timeout_fault_proxy_fn(seL4_CPtr in, seL4_CPtr out, seL4_CPtr ro) argument
/seL4-test-master/projects/musllibc/src/stdio/
H A Dvfwprintf.c150 static void out(FILE *f, const wchar_t *s, size_t l) function
H A Dvfprintf.c159 static void out(FILE *f, const char *s, size_t l) function
[all...]
/seL4-test-master/projects/musllibc/src/crypt/
H A Dcrypt_des.c849 static void des_cipher(const unsigned char *in, unsigned char *out, argument
/seL4-test-master/kernel/src/machine/
H A Dio.c41 static void putchar_wrap(out_wrap_t *out, char c) argument
197 static void out(out_wrap_t *f, const char *s, word_t l) function
568 vprintf(out_wrap_t *out, const char *fmt, va_list ap) argument
592 out_wrap_t out = { kernel_out_fn, NULL, 0, -1 }; local
605 out_wrap_t out = { buf_out_fn, str, 0, size }; local
[all...]

Completed in 117 milliseconds