Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 86) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dmknod.c15 int mknod(const char *path, mode_t mode, dev_t dev) in mknod()
20 int mknod(const char *path, mode_t mode, dev_t dev) in mknod()
A Dchmod.c16 int chmod(const char *path, mode_t mode) in chmod()
23 static __inline__ _syscall2(int, __syscall_chmod, const char *, path, __kernel_mode_t, mode) in _syscall2() argument
A Dmkfifo.c26 mkfifo (const char *path, mode_t mode) in mkfifo()
A Dtruncate.c17 int truncate(const char *path, __off_t length) in truncate()
A Dmkfifoat.c13 int mkfifoat(int fd, const char *path, mode_t mode) in mkfifoat()
A Dreadlink.c15 ssize_t readlink (const char *path, char *buf, size_t len) in readlink()
A Dstatfs.c19 int __libc_statfs(const char *path, struct statfs *buf) in __libc_statfs()
A Dchown.c16 int chown(const char *path, uid_t owner, gid_t group) in chown()
A Dlchown.c16 int lchown(const char *path, uid_t owner, gid_t group) in lchown()
A Dmknodat.c13 int mknodat(int fd, const char *path, mode_t mode, dev_t dev) in mknodat()
A Dchroot.c17 static __inline__ _syscall1(int, __syscall_chroot, const char *, path) in _syscall1() argument
A Dgetcwd.c170 char *path; local
/l4re-core-master/l4re_vfs/include/impl/
A Dns_fs_impl.h60 Ns_dir::get_ds(const char *path, L4Re::Unique_cap<L4Re::Dataspace> *ds) throw() in get_ds()
77 Ns_dir::get_entry(const char *path, int flags, mode_t mode, in get_entry()
103 Ns_dir::faccessat(const char *path, int mode, int flags) throw() in faccessat()
221 Env_dir::get_ds(const char *path, L4Re::Unique_cap<L4Re::Dataspace> *ds) throw() in get_ds()
256 Env_dir::get_entry(const char *path, int flags, mode_t mode, in get_entry()
282 Env_dir::faccessat(const char *path, int mode, int flags) throw() in faccessat()
/l4re-core-master/lua/lib/contrib/src/
A Dloadlib.c133 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load()
209 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load()
245 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load()
302 const char *path = getenv(nver); /* try versioned name */ in setpath() local
335 static void *checkclib (lua_State *L, const char *path) { in checkclib()
349 static void addtoclib (lua_State *L, const char *path, void *plib) { in addtoclib()
412 const char *path = luaL_checkstring(L, 1); in ll_loadlib() local
447 static const char *getnextfilename (char **path, char *end) { in getnextfilename()
471 static void pusherrornotfound (lua_State *L, const char *path) { in pusherrornotfound()
482 const char *path, in searchpath()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dbasename.c12 char *basename(const char *path) in basename()
A D__xpg_basename.c10 char *__xpg_basename(register char *path) in __xpg_basename()
A Ddirname.c12 char *dirname(char *path) in dirname()
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dspawn.c116 char *const envp[], const char *path) in __spawni()
244 int posix_spawn (pid_t *pid, const char *path, in posix_spawn()
260 const char *path = getenv("PATH"); in posix_spawnp() local
A Dspawn_faction_addopen.c28 int fd, const char *path, int oflag, in posix_spawn_file_actions_addopen()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dfs_path.h70 class path; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dpathconf.c42 pathconf (const char *path, int name) in pathconf()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dfs_path.h66 class path; in _GLIBCXX_VISIBILITY() local
/l4re-core-master/libc_backends/lib/fs_noop/
A Dfs.c24 int statfs(const char *path, struct statfs *buf) in statfs()
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dchroot_realpath.c29 char *chroot_realpath(const char *root, const char *path, in chroot_realpath()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Drealpath.c39 char *realpath(const char *path, char got_path[]) in realpath()

Completed in 26 milliseconds

1234