Home
last modified time | relevance | path

Searched refs:file (Results 1 – 22 of 22) sorted by relevance

/posix/
A Dexecvpe.c60 new_argv[1] = (char *) file; in maybe_script_execute()
75 if (*file == '\0') in __execvpe_common()
82 if (strchr (file, '/') != NULL) in __execvpe_common()
84 __execve (file, argv, envp); in __execvpe_common()
87 maybe_script_execute (file, argv, envp); in __execvpe_common()
98 size_t file_len = __strnlen (file, NAME_MAX) + 1; in __execvpe_common()
134 memcpy (pend + (p < subp), file, file_len); in __execvpe_common()
188 __execvpe (const char *file, char *const argv[], char *const envp[]) in __execvpe() argument
190 return __execvpe_common (file, argv, envp, true); in __execvpe()
196 __execvpex (const char *file, char *const argv[], char *const envp[]) in weak_alias()
[all …]
A Dspawnp.c25 __posix_spawnp (pid_t *pid, const char *file, in __posix_spawnp() argument
30 return __spawni (pid, file, file_actions, attrp, argv, envp, in __posix_spawnp()
39 __posix_spawnp_compat (pid_t *pid, const char *file, in __posix_spawnp_compat() argument
44 return __spawni (pid, file, file_actions, attrp, argv, envp, in __posix_spawnp_compat()
A Dtst-execvpe1.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
A Dtst-execvpe2.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
A Dtst-execvpe3.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
A Dtst-execvpe4.c19 #define EXECVP(file, argv) execvpe (file, argv, NULL) argument
A Dexecvp.c24 execvp (const char *file, char *const argv[]) in execvp() argument
26 return __execvpe (file, argv, __environ); in execvp()
A Dtst-execvp1.c7 # define EXECVP(file, argv) execvp (file, argv) argument
A Dtst-regex.input82 * misc/sys/file.h: Likewise.
281 * grp/putgrent.c: New file.
296 the input file has.
330 or a file descriptor.
1677 temp file.
1931 * db/Versions: New file.
1942 * io/Versions: New file.
1957 * rt/Versions: New file.
9044 the ctype locale file.
11342 * FAQ.in: New file.
[all …]
A Dtst-execvp3.c16 # define EXECVP(file, argv) execvp (file, argv) argument
A Dtst-execvp4.c9 # define EXECVP(file, argv) execvp (file, argv) argument
A Dexeclp.c28 execlp (const char *file, const char *arg, ...) in execlp() argument
56 return __execvpe (file, argv, __environ); in execlp()
A Dspawn.c39 __posix_spawn_compat (pid_t *pid, const char *file, in libc_hidden_def()
44 return __spawni (pid, file, file_actions, attrp, argv, envp, in libc_hidden_def()
A Dtst-execvp2.c18 # define EXECVP(file, argv) execvp (file, argv) argument
A Dtst-getconf.sh240 eval:(defun frobme () (set-file-modes buffer-file-name file-mode))
A Dglobtest.sh744 'dir3\*/file1' 'dir3\*/file2' 'dir1/file\1_1' 'dir1/file\1_9' \
745 'dir2\/' 'nondir\/' 'dir4[a/fil*1' 'di*r4[a/file2' 'dir5[ab]/file[12]' \
826 eval:(defun frobme () (set-file-modes buffer-file-name file-mode))
A Dspawni.c35 __spawni (pid_t *pid, const char *file, in __spawni() argument
A DPTESTS2C.sed2 # the input file, not in the usual alternate-choice regex meaning.
A Dtst-regex.c59 const char *file; in do_test() local
71 file = "./tst-regex.input"; in do_test()
72 fd = open (file, O_RDONLY); in do_test()
74 error (EXIT_FAILURE, errno, "cannot open %s", basename (file)); in do_test()
77 error (EXIT_FAILURE, errno, "cannot stat %s", basename (file)); in do_test()
A Dposix-envs.def3 This file is part of the GNU C Library.
19 /* Before including this file, the including file must have included
A Dtst-fnmatch.input3 # This file is part of the GNU C Library.
1140 C "file.c" "*.c?(c)" 0 EXTMATCH
1141 C "file.C" "*.c?(c)" NOMATCH EXTMATCH
1142 C "file.cc" "*.c?(c)" 0 EXTMATCH
1143 C "file.ccc" "*.c?(c)" NOMATCH EXTMATCH
1270 C.UTF-8 "file.c" "*.c?(c)" 0 EXTMATCH
1271 C.UTF-8 "file.C" "*.c?(c)" NOMATCH EXTMATCH
1272 C.UTF-8 "file.cc" "*.c?(c)" 0 EXTMATCH
1273 C.UTF-8 "file.ccc" "*.c?(c)" NOMATCH EXTMATCH
A DBOOST.tests3 ; this file contains a script of tests to run through regress.exe

Completed in 44 milliseconds