| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | l.out_lint | 1 mandoc: l.in:23:17: ERROR: invalid escape argument delimiter: \l- 5 mandoc: l.in:27:18: ERROR: invalid escape argument delimiter: \l\r 6 mandoc: l.in:35:14: ERROR: invalid escape argument delimiter: \l\, 7 mandoc: l.in:39:14: ERROR: invalid escape argument delimiter: \l\^ 8 mandoc: l.in:41:14: ERROR: invalid escape argument delimiter: \l\a 9 mandoc: l.in:43:14: ERROR: invalid escape argument delimiter: \l\d 10 mandoc: l.in:45:14: ERROR: invalid escape argument delimiter: \l\t 11 mandoc: l.in:47:14: ERROR: invalid escape argument delimiter: \l\u 12 mandoc: l.in:51:14: ERROR: invalid escape argument delimiter: \l\| 13 mandoc: l.in:55:14: ERROR: invalid escape argument delimiter: \l\. [all …]
|
| H A D | h.out_lint | 1 mandoc: h.in:23:17: ERROR: invalid escape argument delimiter: \h- 5 mandoc: h.in:27:18: ERROR: invalid escape argument delimiter: \h\r 6 mandoc: h.in:35:14: ERROR: invalid escape argument delimiter: \h\, 7 mandoc: h.in:39:14: ERROR: invalid escape argument delimiter: \h\^ 8 mandoc: h.in:41:14: ERROR: invalid escape argument delimiter: \h\a 9 mandoc: h.in:43:14: ERROR: invalid escape argument delimiter: \h\d 10 mandoc: h.in:45:14: ERROR: invalid escape argument delimiter: \h\t 11 mandoc: h.in:47:14: ERROR: invalid escape argument delimiter: \h\u 12 mandoc: h.in:51:14: ERROR: invalid escape argument delimiter: \h\| 13 mandoc: h.in:55:14: ERROR: invalid escape argument delimiter: \h\. [all …]
|
| H A D | B.out_lint | 4 mandoc: B.in:39:18: ERROR: invalid escape argument delimiter: \B\r 5 mandoc: B.in:47:14: ERROR: invalid escape argument delimiter: \B\, 6 mandoc: B.in:51:14: ERROR: invalid escape argument delimiter: \B\^ 7 mandoc: B.in:53:14: ERROR: invalid escape argument delimiter: \B\a 8 mandoc: B.in:55:14: ERROR: invalid escape argument delimiter: \B\d 9 mandoc: B.in:57:14: ERROR: invalid escape argument delimiter: \B\t 10 mandoc: B.in:59:14: ERROR: invalid escape argument delimiter: \B\u 11 mandoc: B.in:63:14: ERROR: invalid escape argument delimiter: \B\| 12 mandoc: B.in:67:14: ERROR: invalid escape argument delimiter: \B\. 14 mandoc: B.in:73:15: ERROR: invalid escape argument delimiter: \B\ [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/char/N/ |
| H A D | delim.out_lint | 4 mandoc: delim.in:11:18: ERROR: invalid escape argument delimiter: \N\r 5 mandoc: delim.in:19:14: ERROR: invalid escape argument delimiter: \N\, 6 mandoc: delim.in:23:14: ERROR: invalid escape argument delimiter: \N\^ 7 mandoc: delim.in:25:14: ERROR: invalid escape argument delimiter: \N\a 8 mandoc: delim.in:27:14: ERROR: invalid escape argument delimiter: \N\d 9 mandoc: delim.in:29:14: ERROR: invalid escape argument delimiter: \N\t 10 mandoc: delim.in:31:14: ERROR: invalid escape argument delimiter: \N\u 11 mandoc: delim.in:35:14: ERROR: invalid escape argument delimiter: \N\| 12 mandoc: delim.in:39:14: ERROR: invalid escape argument delimiter: \N\. 14 mandoc: delim.in:45:15: ERROR: invalid escape argument delimiter: \N\ [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stoptheworld_test.cpp | 52 void *argument) { in Callback() argument 53 CallbackArgument *callback_argument = (CallbackArgument *)argument; in Callback() 67 CallbackArgument argument; in TEST() local 71 thread = std::thread(IncrementerThread, std::ref(argument)); in TEST() 72 StopTheWorld(&Callback, &argument); in TEST() 74 EXPECT_TRUE(argument.callback_executed); in TEST() 75 EXPECT_TRUE(argument.threads_stopped); in TEST() 114 void *argument) { in AdvancedCallback() argument 116 (AdvancedCallbackArgument *)argument; in AdvancedCallback() 134 AdvancedCallbackArgument argument; in TEST() local [all …]
|
| /openbsd-src/usr.sbin/ypserv/yppush/ |
| H A D | yppush_svc.c | 66 union argument { in yppush_xfrrespprog_1() union 68 } argument; in yppush_xfrrespprog_1() local 71 char *(*local)(union argument *, struct svc_req *); in yppush_xfrrespprog_1() 78 local = (char *(*)(union argument *, struct svc_req *)) in yppush_xfrrespprog_1() 85 local = (char *(*)(union argument *, struct svc_req *)) in yppush_xfrrespprog_1() 95 (void) memset(&argument, 0, sizeof(argument)); in yppush_xfrrespprog_1() 96 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in yppush_xfrrespprog_1() 102 result = (*local)(&argument, rqstp); in yppush_xfrrespprog_1() 106 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in yppush_xfrrespprog_1()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
| H A D | badargs.out_lint | 1 mandoc: badargs.in:79:2: ERROR: skipping all arguments: El tail argument 2 mandoc: badargs.in:10:13: WARNING: empty argument, using 0n: Bl -offset 3 mandoc: badargs.in:15:13: WARNING: empty argument, using 0n: Bl -width 4 mandoc: badargs.in:19:11: WARNING: empty argument, using 0n: Bl -width 5 mandoc: badargs.in:28:13: WARNING: empty argument, using 0n: Bl -width 6 mandoc: badargs.in:32:11: WARNING: empty argument, using 0n: Bl -width 7 mandoc: badargs.in:36:10: WARNING: empty argument, using 0n: Bl -width 16 mandoc: badargs.in:76:42: WARNING: duplicate argument: Bl -compact 17 mandoc: badargs.in:76:51: WARNING: duplicate argument: Bl -offset 2n 18 mandoc: badargs.in:76:62: WARNING: duplicate argument: Bl -width 6n
|
| /openbsd-src/regress/usr.bin/mandoc/man/PD/ |
| H A D | args.out_ascii | 12 argument(2) 14 no argument at all 17 argument(2v) 18 argument(2p) 21 argument(1cx) 24 argument(xxx) 25 excessive argument
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
| H A D | lsan_common_fuchsia.cpp | 70 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld() argument 76 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld() member 77 } params = {{}, callback, argument}; in LockStuffAndStopTheWorld() 84 ScanGlobalRange(begin, end, ¶ms->argument->frontier); in LockStuffAndStopTheWorld() 92 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "STACK", in LockStuffAndStopTheWorld() 101 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld() 125 ¶ms->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld() 127 ScanRangeForPointers(begin2, end, ¶ms->argument->frontier, "TLS", in LockStuffAndStopTheWorld() 130 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "TLS", in LockStuffAndStopTheWorld() 152 ScanExtraStackRanges(ranges, ¶ms->argument->frontier); in LockStuffAndStopTheWorld() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/de/ |
| H A D | tab.out_ascii | 7 no argument: testval ; 8 argument after_tab: testval after_tab; 9 argument after_tab_and_space: testval after_tab_and_space; 10 argument after_two_tabs: testval after_two_tabs; 11 argument after_tab_tab_space: testval ;after_tab_tab_space 14 no argument: testval ; 15 argument after_tab: testval after_tab;
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | cmd-set-option.c | 92 char *name, *argument, *expanded = NULL; in cmd_set_option_exec() local 101 argument = format_single_from_target(item, args_string(args, 0)); in cmd_set_option_exec() 105 notify_hook(item, argument); in cmd_set_option_exec() 106 free(argument); in cmd_set_option_exec() 111 name = options_match(argument, &idx, &ambiguous); in cmd_set_option_exec() 116 cmdq_error(item, "ambiguous option: %s", argument); in cmd_set_option_exec() 118 cmdq_error(item, "invalid option: %s", argument); in cmd_set_option_exec() 145 cmdq_error(item, "not an array: %s", argument); in cmd_set_option_exec() 162 cmdq_error(item, "already set: %s", argument); in cmd_set_option_exec() 229 free(argument); in cmd_set_option_exec() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/man/UR/ |
| H A D | args.out_ascii | 4 UR-basic - argument handling of the man-ext URI macro 7 argument, text, and tail: text <http://www.openbsd.org/>tail argument 9 argument plus text: OpenBSD homepage <http://www.openbsd.org/> next line 11 argument but no text: <http://www.netbsd.org/> 13 no argument, but text: some text <>
|
| /openbsd-src/lib/libedit/ |
| H A D | common.c | 71 int count = el->el_state.argument; in ed_insert() 76 if (el->el_line.lastchar + el->el_state.argument >= in ed_insert() 92 c_insert(el, el->el_state.argument); in ed_insert() 119 el->el_state.argument, ce__isword); in ed_delete_prev_word() 173 c_delafter(el, el->el_state.argument); /* delete after dot */ in ed_delete_next_char() 287 el->el_line.cursor += el->el_state.argument; in ed_next_char() 313 el->el_state.argument, in ed_prev_word() 334 el->el_line.cursor -= el->el_state.argument; in ed_prev_char() 381 el->el_state.argument = c - '0'; in ed_digit() 383 if (el->el_state.argument > 1000000) in ed_digit() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/shift/ |
| H A D | bad.out_lint | 1 mandoc: bad.in:14:29: ERROR: using macro argument outside macro: \$1 3 mandoc: bad.in:17:31: ERROR: argument number is not numeric: \$x 4 mandoc: bad.in:19:28: ERROR: using macro argument outside macro: \$1 6 mandoc: bad.in:32:8: ERROR: argument is not numeric, using 1: shift badarg 7 mandoc: bad.in:32:8: ERROR: negative argument, using 0: shift -1
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | OptionsBase.td | 39 // Default value: OptionParser::eNoArgument (No argument allowed) 41 // - `OptionalArg`: Sets the argument type and marks it as optional. 42 // - `Arg`: Sets the argument type and marks it as required. 43 // - `EnumArg`: Sets the argument type to an enum and marks it as required. 57 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid 81 // - `OptionalArg`: Sets the argument type and marks it as optional. 83 // Sets the argument type to eArgTypePid and marks option as 85 // - `Arg`: Sets the argument type and marks it as required. 87 // Sets the argument type to eArgTypePid and marks option as 90 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/man/MT/ |
| H A D | args.out_ascii | 4 MT-args - argument handling of the man-ext mailto macro 7 argument, text, and tail: text <test@example.com>tail args 9 argument plus text: invalid address <test@example.com> next line 11 argument but no text: <test@example.com> 13 no argument, but text: some text <>
|
| /openbsd-src/regress/usr.bin/mandoc/roff/args/ |
| H A D | roff.out_lint | 7 mandoc: roff.in:63:7: STYLE: unterminated quoted argument 8 mandoc: roff.in:64:11: STYLE: unterminated quoted argument 9 mandoc: roff.in:66:7: STYLE: unterminated quoted argument 11 mandoc: roff.in:67:11: STYLE: unterminated quoted argument 13 mandoc: roff.in:69:7: STYLE: unterminated quoted argument 15 mandoc: roff.in:70:11: STYLE: unterminated quoted argument
|
| H A D | mdoc.out_lint | 7 mandoc: mdoc.in:102:5: STYLE: unterminated quoted argument 8 mandoc: mdoc.in:103:9: STYLE: unterminated quoted argument 9 mandoc: mdoc.in:107:5: STYLE: unterminated quoted argument 11 mandoc: mdoc.in:108:9: STYLE: unterminated quoted argument 13 mandoc: mdoc.in:112:5: STYLE: unterminated quoted argument 15 mandoc: mdoc.in:113:9: STYLE: unterminated quoted argument
|
| /openbsd-src/usr.sbin/amd/rpcx/ |
| H A D | amq_svc.c | 48 } argument; in amq_program_57() local 117 (void) memset((char *)&argument, 0, sizeof (argument)); in amq_program_57() 118 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) { in amq_program_57() 122 result = (*local)((char *)&argument, rqstp); in amq_program_57() 126 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) { in amq_program_57()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_fuchsia.cpp | 27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() argument 30 void *argument; in StopTheWorld() member 31 } params = {callback, argument}; in StopTheWorld() 36 params->callback(SuspendedThreadsListFuchsia(), params->argument); in StopTheWorld()
|
| /openbsd-src/libexec/rpc.rwalld/ |
| H A D | rwalld.c | 137 } argument; in wallprog_1() local 156 bzero((char *)&argument, sizeof(argument)); in wallprog_1() 157 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in wallprog_1() 161 result = (*local)((char **)&argument, rqstp); in wallprog_1() 165 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in wallprog_1()
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | cv_name.t | 15 is $ret, \$name, 'cv_name with package sub returns 2nd argument'; 18 is $ret, \$name, 'cv_name with package sub via glob returns 2nd argument'; 21 is $ret, \$name, 'cv_name with typeglob returns 2nd argument'; 24 is $ret, \$name, 'cv_name with string returns 2nd argument'; 28 is $ret, \$name, 'cv_name with lexical sub returns 2nd argument'; 40 is $ret, \$name, 'cv_name with package sub returns 2nd argument (nq)'; 46 is $ret, \$name, 'cv_name with typeglob returns 2nd argument (nq)'; 49 is $ret, \$name, 'cv_name with string returns 2nd argument (nq)'; 52 is $ret, \$name, 'cv_name with lexical sub returns 2nd argument (nq)';
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/At/ |
| H A D | invalid.out_markdown | 5 **At-invalid** - handling of an invalid AT&T UNIX argument 9 no argument: 12 valid argument: 15 invalid argument:
|
| /openbsd-src/regress/usr.bin/mandoc/roff/char/ |
| H A D | badarg.out_lint | 1 mandoc: badarg.in:6:6: ERROR: argument is not a character: char 2 mandoc: badarg.in:7:7: ERROR: argument is not a character: char \fR myval 4 mandoc: badarg.in:8:7: ERROR: argument is not a character: char \[myc]x myval 5 mandoc: badarg.in:9:7: ERROR: argument is not a character: char xy myval
|
| /openbsd-src/usr.sbin/ypserv/ypserv/ |
| H A D | ypserv.c | 117 } argument; in ypprog_1() local 189 (void) memset(&argument, 0, sizeof(argument)); in ypprog_1() 190 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in ypprog_1() 195 result = (*local)((char *)&argument, rqstp); in ypprog_1() 199 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in ypprog_1() 220 } argument; in ypprog_2() local 304 (void) memset(&argument, 0, sizeof(argument)); in ypprog_2() 305 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in ypprog_2() 310 result = (*local)((char *)&argument, rqstp); in ypprog_2() 314 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in ypprog_2()
|