Searched refs:_ (Results 1 – 14 of 14) sorted by relevance
/posix/ |
A D | BOOST.tests | 302 \w _ 0 1 312 \W _ -1 -1 690 ab[_,;]*xy abxy_ 0 4 692 ab[_,;]*xy abxy 0 4 693 ab[_,;]*xy ab_xy 0 5 694 ab[_,;]* ab 0 2 695 ab[_,;]* ab__ 0 4 709 ab[_,;]*?xy abxy 0 4 711 ab[_,;]*? ab 0 2 712 ab[_,;]*? ab__ 0 4 [all …]
|
A D | getopt.c | 45 # define _(msgid) gettext (msgid) macro 277 fprintf (stderr, _("%s: option '%s%s' is ambiguous\n"), in process_long_option() 283 _("%s: option '%s%s' is ambiguous; possibilities:"), in process_long_option() 318 fprintf (stderr, _("%s: unrecognized option '%s%s'\n"), in process_long_option() 344 _("%s: option '%s%s' doesn't allow an argument\n"), in process_long_option() 359 _("%s: option '%s%s' requires an argument\n"), in process_long_option() 620 fprintf (stderr, _("%s: invalid option -- '%c'\n"), argv[0], c); in _getopt_internal_r() 635 _("%s: option requires an argument -- '%c'\n"), in _getopt_internal_r() 681 _("%s: option requires an argument -- '%c'\n"), in _getopt_internal_r()
|
A D | getconf.c | 417 _("Usage: %s [-v specification] variable_name [pathname]\n"), in usage() 420 _(" %s -a [pathname]\n"), __progname); in usage() 458 error (3, 0, _("memory exhausted")); in print_all() 572 error (2, 0, _("unknown specification \"%s\""), spec); in main() 624 error (4, errno, _("Couldn't execute %s"), getconf_name); in main() 669 puts (_("undefined")); in main() 685 puts (_("undefined")); in main() 697 error (3, 0, _("memory exhausted")); in main() 707 error (2, 0, _("Unrecognized variable `%s'"), argv[ai]); in main()
|
A D | getconf-speclist.c | 31 @@@PRESENT_##ENV_PREFIX##_##SUFFIX
|
A D | posix-envs.def | 36 corresponding argument to sysconf is _SC_##SC_PREFIX##_##SUFFIX. 38 ENV_PREFIX##_##SUFFIX, and the corresponding macro is the same with 39 a leading "_".
|
A D | confstr.c | 85 if (__sysconf (_SC_##SC_PREFIX##_##SUFFIX) > 0) \ in __confstr()
|
A D | tst-fnmatch.input | 89 C "^_{}~" "^_{}~" 0 247 C "_" "[[:alnum:]]" NOMATCH 450 C "_" "[\\\\-a]" 0 454 C "_" "[\\]-a]" 0 459 C "_" "[!\\\\-a]" NOMATCH 480 C.UTF-8 "^_{}~" "^_{}~" 0 638 C.UTF-8 "_" "[[:alnum:]]" NOMATCH 841 C.UTF-8 "_" "[\\\\-a]" 0 845 C.UTF-8 "_" "[\\]-a]" 0 850 C.UTF-8 "_" "[!\\\\-a]" NOMATCH
|
A D | TESTS | 110 0:[A-Za-z_][A-Za-z0-9_]*:alpha
|
A D | fnmatch_loop.c | 983 #define DYNARRAY_PREFIX PASTE(PATTERN_PREFIX,_)
|
A D | PCRE.tests | 1663 /[a-zA-Z_][a-zA-Z0-9_]*/ 2087 /[a-zA-Z_][a-zA-Z0-9_]*/i
|
A D | glob.c | 82 # define __fxstatat64(_, d, f, st, flag) fstatat (d, f, st, flag) argument
|
A D | wordexp.c | 1794 str = _("parameter null or not set"); in parse_param()
|
A D | tst-regex.input | 6294 (middlechar): Allow '_'. 12386 _IO_2_1_stdxxx_._
|
/posix/rxspencer/ |
A D | tests | 505 Char \([a-z0-9_]*\)\[.* b Char xyz[k Char xyz[k xyz
|
Completed in 42 milliseconds