Searched defs:new (Results 1 - 25 of 43) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/linux/
H A Dpivot_root.c3 int pivot_root(const char *new, const char *old) argument
H A Dtimerfd.c9 int timerfd_settime(int fd, int flags, const struct itimerspec *new, struct itimerspec *old) argument
/seL4-refos-master/libs/libmuslc/src/locale/
H A Dduplocale.c8 locale_t new = malloc(sizeof *new); local
H A Duselocale.c5 locale_t __uselocale(locale_t new) argument
H A Dlocale_map.c32 struct __locale_map *new = 0; local
[all...]
/seL4-refos-master/libs/libmuslc/src/mq/
H A Dmq_setattr.c4 int mq_setattr(mqd_t mqd, const struct mq_attr *restrict new, struct mq_attr *restrict old) argument
/seL4-refos-master/libs/libmuslc/src/signal/
H A Dsetitimer.c4 int setitimer(int which, const struct itimerval *restrict new, struct itimerval *restrict old) argument
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Drename.c5 int rename(const char *old, const char *new) argument
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_setcancelstate.c3 int __pthread_setcancelstate(int new, int *old) argument
H A Dpthread_setcanceltype.c3 int pthread_setcanceltype(int new, int *old) argument
H A Dsem_trywait.c8 int new = val-1-(val==1 && sem->__val[1]); local
H A Dpthread_rwlock_unlock.c5 int val, cnt, waiters, new, priv = rw->_rw_shared^128; local
H A Dpthread_atfork.c35 struct atfork_funcs *new = malloc(sizeof *new); local
[all...]
/seL4-refos-master/libs/libmuslc/src/time/
H A Dmktime.c6 struct tm new; local
[all...]
H A Dtimegm.c9 struct tm new; local
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Ddup2.c6 int dup2(int old, int new) argument
H A Dlink.c5 int link(const char *existing, const char *new) argument
H A Dsymlink.c5 int symlink(const char *existing, const char *new) argument
H A Dsymlinkat.c4 int symlinkat(const char *existing, int fd, const char *new) argument
H A Ddup3.c8 int __dup3(int old, int new, int flags) argument
H A Drenameat.c4 int renameat(int oldfd, const char *old, int newfd, const char *new) argument
H A Dlinkat.c4 int linkat(int fd1, const char *existing, int fd2, const char *new, int flag) argument
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dexpand_heap.c14 static int traverses_stack_p(uintptr_t old, uintptr_t new) argument
H A Dlite_malloc.c30 char *new = __expand_heap(&m); local
H A Dmemalign.c12 unsigned char *mem, *new, *end; local
[all...]

Completed in 164 milliseconds

12