Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 25 of 28) sorted by relevance

12

/sysdeps/unix/sysv/linux/
A Dupdwtmp.c21 #define TRANSFORM_UTMP_FILE_NAME(file_name) \ argument
22 ((strcmp (file_name, _PATH_UTMP) == 0 \
25 : ((strcmp (file_name, _PATH_WTMP) == 0 \
28 : ((strcmp (file_name, _PATH_UTMP "x") == 0 \
31 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
34 : file_name))))
A Dutmp_file.c21 #define TRANSFORM_UTMP_FILE_NAME(file_name) \ argument
22 ((strcmp (file_name, _PATH_UTMP) == 0 \
25 : ((strcmp (file_name, _PATH_WTMP) == 0 \
28 : ((strcmp (file_name, _PATH_UTMP "x") == 0 \
31 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
34 : file_name))))
/sysdeps/gnu/
A Dupdwtmp.c21 #define TRANSFORM_UTMP_FILE_NAME(file_name) \ argument
22 ((strcmp (file_name, _PATH_UTMP "x") == 0 \
25 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
28 : file_name))
A Dutmp_file.c21 #define TRANSFORM_UTMP_FILE_NAME(file_name) \ argument
22 ((strcmp (file_name, _PATH_UTMP "x") == 0 \
25 : ((strcmp (file_name, _PATH_WTMP "x") == 0 \
28 : file_name))
/sysdeps/mach/hurd/
A Dexecveat.c29 __execveat (int dirfd, const char *file_name, char *const argv[], in __execveat() argument
36 file_t file = __file_name_lookup_at (dirfd, flags, file_name, O_EXEC, 0); in __execveat()
40 if (file_name[0] == '/') in __execveat()
43 abs_path = file_name; in __execveat()
70 int res = __asprintf (&concat_name, "%s/%s", cwd, file_name); in __execveat()
83 file_name, abs_path, argv, envp); in __execveat()
A Dgetcwd.c47 char *file_name; in __hurd_canonicalize_directory_name_internal() local
81 file_name = buf; in __hurd_canonicalize_directory_name_internal()
84 file_name = malloc (size); in __hurd_canonicalize_directory_name_internal()
85 if (file_name == NULL) in __hurd_canonicalize_directory_name_internal()
89 file_namep = file_name + size; in __hurd_canonicalize_directory_name_internal()
236 buf = realloc (file_name, size); in __hurd_canonicalize_directory_name_internal()
239 free (file_name); in __hurd_canonicalize_directory_name_internal()
243 file_name = buf; in __hurd_canonicalize_directory_name_internal()
247 file_name + size - file_namep); in __hurd_canonicalize_directory_name_internal()
269 memmove (file_name, file_namep, file_name + size - file_namep); in __hurd_canonicalize_directory_name_internal()
[all …]
A Dmkdir.c26 __mkdir (const char *file_name, mode_t mode) in __mkdir() argument
31 if (!strcmp (file_name, "/")) in __mkdir()
33 parent = __directory_name_split (file_name, (char **) &name); in __mkdir()
A Dchdir.c25 __chdir (const char *file_name) in __chdir() argument
28 file_name); in __chdir()
A Dexecve.c27 __execve (const char *file_name, char *const argv[], char *const envp[]) in __execve() argument
29 return __execveat (AT_FDCWD, file_name, argv, envp, 0); in __execve()
A Dxmknod.c29 __xmknod (int vers, const char *file_name, mode_t mode, dev_t *dev) in __xmknod() argument
34 return __mknodat (AT_FDCWD, file_name, mode, *dev); in __xmknod()
A Drevoke.c24 __revoke (const char *file_name) in __revoke() argument
27 file_t file = __file_name_lookup (file_name, 0, 0); in __revoke()
A Drmdir.c25 __rmdir (const char *file_name) in __rmdir() argument
29 file_t parent = __directory_name_split (file_name, (char **) &name); in __rmdir()
A Dtruncate.c26 __truncate (const char *file_name, off_t length) in __truncate() argument
29 file_t file = __file_name_lookup (file_name, O_WRITE, 0); in __truncate()
A Dtruncate64.c26 __truncate64 (const char *file_name, off64_t length) in __truncate64() argument
29 file_t file = __file_name_lookup (file_name, O_WRITE, 0); in __truncate64()
A Dreadlink.c28 __readlink (const char *file_name, char *buf, size_t len) in __readlink() argument
34 file = __file_name_lookup (file_name, O_READ | O_NOLINK, 0); in __readlink()
A Dreadlinkat.c29 readlinkat (int fd, const char *file_name, char *buf, size_t len) in readlinkat() argument
35 file = __file_name_lookup_at (fd, 0, file_name, O_READ | O_NOLINK, 0); in readlinkat()
/sysdeps/unix/sysv/linux/powerpc/
A Dreadelflib.c20 int process_elf32_file (const char *file_name, const char *lib,
24 int process_elf64_file (const char *file_name, const char *lib,
31 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
39 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
43 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/unix/sysv/linux/s390/
A Dreadelflib.c19 int process_elf32_file (const char *file_name, const char *lib,
23 int process_elf64_file (const char *file_name, const char *lib,
30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
38 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
42 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/unix/sysv/linux/ia64/
A Dreadelflib.c19 int process_elf32_file (const char *file_name, const char *lib,
23 int process_elf64_file (const char *file_name, const char *lib,
30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
38 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
42 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/unix/sysv/linux/sparc/
A Dreadelflib.c19 int process_elf32_file (const char *file_name, const char *lib,
23 int process_elf64_file (const char *file_name, const char *lib,
30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
38 return process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
42 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/unix/sysv/linux/x86/
A Dreadelflib.c18 int process_elf32_file (const char *file_name, const char *lib,
22 int process_elf64_file (const char *file_name, const char *lib,
29 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
65 file_name, elf_header->e_machine); in process_elf_file()
70 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
73 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/unix/sysv/linux/arm/
A Dreadelflib.c19 int process_elf32_file (const char *file_name, const char *lib,
23 int process_elf64_file (const char *file_name, const char *lib,
30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
41 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
60 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/unix/sysv/linux/riscv/
A Dreadelflib.c20 int process_elf32_file (const char *file_name, const char *lib,
24 int process_elf64_file (const char *file_name, const char *lib,
42 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
57 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
63 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/unix/sysv/linux/mips/
A Dreadelflib.c19 int process_elf32_file (const char *file_name, const char *lib,
23 int process_elf64_file (const char *file_name, const char *lib,
30 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
46 ret = process_elf32_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
63 ret = process_elf64_file (file_name, lib, flag, osversion, isa_level, in process_elf_file()
/sysdeps/ieee754/ldbl-128ibm-compat/
A Dieee128-error.c41 const char *file_name, in IEEE128_ALIAS()
47 __error_at_line_internal (status, errnum, file_name, line_number, in IEEE128_ALIAS()

Completed in 14 milliseconds

12