Home
last modified time | relevance | path

Searched refs:script (Results 1 – 6 of 6) sorted by relevance

/posix/
A Dtst-vfork3.c37 run_script (const char *script, char *const argv[]) in run_script() argument
46 execvp (script, argv); in run_script()
56 FAIL_EXIT1 ("%s failed with status %d\n", script, in run_script()
59 FAIL_EXIT1 ("%s killed by signal %d\n", script, in run_script()
130 create_script (const char *script, const char *contents, size_t size) in create_script() argument
132 int fd = open (script, O_WRONLY | O_CREAT, 0700); in create_script()
136 FAIL_EXIT1 ("could not write %s\n", script); in create_script()
A Dtst-spawn4.c35 const char script[] = "echo it should not happen"; in do_test() local
36 xwrite (fd, script, sizeof (script) - 1); in do_test()
A Dtst-spawn4-compat.c41 const char script[] = "exit 65"; in do_test() local
42 xwrite (fd, script, sizeof (script) - 1); in do_test()
A DVersions118 # under GLIBC_2.0; the first instance in the script is taken as the
A Dtst-regex.input969 generated version script, instead look in $(verson-maps).
1643 script if lddlibc4 failed.
2611 script.
2613 * iconvdata/gen-8bit.sh: Clean up sed script.
3470 local script by default.
6683 * config.make.in (ldd-rewrite-script): New variable.
6684 * configure.in: Substitute ldd-rewrite-script.
6685 * elf/Makefile: Rewrite rules to generate ldd script.
7237 (Reporting Bugs): Mention glibcbug script.
9633 * nscd/nscd.init: New, example for a startup script.
[all …]
A DBOOST.tests3 ; this file contains a script of tests to run through regress.exe

Completed in 20 milliseconds