Searched defs:name (Results 1 - 25 of 153) sorted by relevance

1234567

/seL4-refos-master/libs/libmuslc/src/env/
H A Dgetenv.c5 char *getenv(const char *name) argument
H A Dunsetenv.c8 int unsetenv(const char *name) argument
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dsem_unlink.c4 int sem_unlink(const char *name) argument
/seL4-refos-master/libs/libmuslc/src/conf/
H A Dconfstr.c5 size_t confstr(int name, char *buf, size_t len) argument
H A Dfpathconf.c5 long fpathconf(int fd, int name) argument
H A Dpathconf.c3 long pathconf(const char *path, int name) argument
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dsethostname.c5 int sethostname(const char *name, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/locale/
H A Dcatopen.c3 nl_catd catopen (const char *name, int oflag) argument
H A Dnewlocale.c11 locale_t __newlocale(int mask, const char *name, locale_t loc) argument
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dsetdomainname.c5 int setdomainname(const char *name, size_t len) argument
H A Dgetdomainname.c7 int getdomainname(char *name, size_t len) argument
/seL4-refos-master/libs/libmuslc/src/mq/
H A Dmq_unlink.c5 int mq_unlink(const char *name) argument
H A Dmq_open.c6 mqd_t mq_open(const char *name, int flags, ...) argument
/seL4-refos-master/libs/libmuslc/src/network/
H A Dgethostbyname.c8 struct hostent *gethostbyname(const char *name) argument
H A Dif_nametoindex.c8 unsigned if_nametoindex(const char *name) argument
H A Dnetname.c8 struct netent *getnetbyname(const char *name) argument
H A Dgethostbyname2.c8 struct hostent *gethostbyname2(const char *name, int af) argument
H A Dgethostbyname_r.c6 int gethostbyname_r(const char *name, argument
H A Dgetservbyname.c4 struct servent *getservbyname(const char *name, const char *prots) argument
H A Dif_indextoname.c9 char *if_indextoname(unsigned index, char *name) argument
H A Dlookup_ipliteral.c14 int __lookup_ipliteral(struct address buf[static 1], const char *name, int family) argument
H A Dres_query.c8 int __res_query(const char *name, int class, int type, unsigned char *dest, int len) argument
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dgethostname.c4 int gethostname(char *name, size_t len) argument
H A Dgetlogin_r.c5 int getlogin_r(char *name, size_t size) argument
/seL4-refos-master/libs/libmuslc/src/dirent/
H A Dopendir.c8 DIR *opendir(const char *name) argument

Completed in 220 milliseconds

1234567