Searched refs:code (Results 1 – 8 of 8) sorted by relevance
/posix/ |
A D | gai_strerror.c | 22 gai_strerror (int code) in gai_strerror() argument 25 snprintf (buffer, sizeof buffer, "Unknown error (%d)", code); in gai_strerror()
|
A D | tst-wait-skeleton.c | 63 check_sigchld (int code, int status, pid_t pid) in check_sigchld() argument 70 TEST_COMPARE (siginfo.si_code, code); in check_sigchld()
|
A D | getopt.c | 593 int code; in _getopt_internal_r() local 595 code = process_long_option (argc, argv, optstring, longopts, in _getopt_internal_r() 598 if (code != -1) in _getopt_internal_r() 599 return code; in _getopt_internal_r()
|
A D | tst-waitid.c | 65 check_sigchld (int code, int status, pid_t pid) in check_sigchld() argument 72 TEST_COMPARE (siginfo.si_code, code); in check_sigchld()
|
A D | tst-rxspencer.c | 230 static struct { reg_errcode_t code; const char *name; } codes [] in test() member 238 if (n == codes[i].code) in test()
|
A D | BOOST.tests | 37 ; works are solely in the form of machine-executable object code generated by 557 ; collating elements and rewritten set code:
|
A D | tst-regex.input | 1401 code needs it. 2512 trampoline code. 4372 specific code. 6582 (__strncat_g): Add i686 specific code. 7300 re-entrant code. 8471 correct code. Reported by HJ Lu. 8488 compiling profiling or debugging code. 9528 * configure.in: Fix --enable-add-ons code. 10931 Add inline code for __ieee754_atan2. 11095 return code for non existent +name entries. [all …]
|
/posix/rxspencer/ |
A D | tests | 139 # trailing $ is a peculiar special case for the BRE code
|
Completed in 29 milliseconds