Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 175) sorted by relevance

1234567

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh66 set -A arguments "rubbish " \
98 arguments[${#arguments[@]}]="$bigname=value"
101 arguments[${#arguments[@]}]="bootfs=$bigname"
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg185 If shdr:sh_addr is called without arguments, the value of\n\
188 section at that index is displayed. If both arguments are\n\
233 If shdr:sh_flags is called without arguments, the value\n\
239 o\tAll the value arguments are OR'd together.\n\
258 If shdr:sh_info is called without arguments, the value\n\
272 If shdr:sh_link is called without arguments, the value\n\
287 If shdr:sh_name is called without arguments, the name of\n\
290 index is displayed. If both arguments are present, the\n\
308 If shdr:sh_offset is called without arguments, the value\n\
324 If shdr:sh_size is called without arguments, the value\n\
[all …]
H A Dphdr.msg171 If phdr:p_type is called without arguments, the value of\n\
185 If phdr:p_offset is called without arguments, the value\n\
199 If phdr:p_vaddr is called without arguments, the value\n\
217 If phdr:p_paddr is called without arguments, the value\n\
231 If phdr:p_filesz is called without arguments, the value\n\
245 If phdr:p_memsz is called without arguments, the value\n\
257 If phdr:p_flags is called without arguments, the value\n\
261 more value arguments are present, the following steps are\n\
264 o\tAll the value arguments are OR'd together.\n\
286 If phdr:p_align is called without arguments, the value\n\
[all …]
H A Dcap.msg187 If cap:tag is called without arguments, the value of c_tag\n\
202 If both arguments are present, the value of the specified\n\
222 If cap:hw1 is called without arguments, the current\n\
223 value is shown. If one or more value arguments are present,\n\
226 o\tAll the value arguments are OR'd together.\n\
242 If cap:sf1 is called without arguments, the current\n\
246 o\tAll the value arguments are OR'd together.\n\
262 If cap:hw2 is called without arguments, the current\n\
266 o\tAll the value arguments are OR'd together.\n\
282 If cap:hw3 is called without arguments, the current\n\
[all …]
H A Dsym.msg203 If sym:dump is called without arguments, information for every\n\
217 If sym:st_bind is called without arguments, the value of\n\
220 index is displayed. If both arguments are present, the st_bind\n\
233 If sym:st_info is called without arguments, the value of st_info\n\
250 If both arguments are present, the name field of the symbol at\n\
312 displayed. If both arguments are present, the st_size field of\n\
324 If sym:st_type is called without arguments, the value of\n\
327 index is displayed. If both arguments are present, the st_type\n\
338 If sym:st_value is called without arguments, the value of\n\
341 index is displayed. If both arguments are present, the st_value\n\
[all …]
H A Ddyn.msg222 If dyn:tag is called without arguments, the value of d_tag\n\
237 If both arguments are present, the value of the specified\n\
309 If dyn:posflag1 is called without arguments, the current\n\
319 o\tAll the value arguments are OR'd together.\n\
333 o\tOne or more value arguments are present.\n\
346 If dyn:flags is called without arguments, the current\n\
350 o\tAll the value arguments are OR'd together.\n\
370 If dyn:flags1 is called without arguments, the current\n\
374 o\tAll the value arguments are OR'd together.\n\
394 If dyn:feature1 is called without arguments, the current\n\
[all …]
H A Dsyminfo.msg107 If syminfo:dump is called without arguments, syminfo information\n\
120 If syminfo:si_boundto is called without arguments, the value of\n\
123 that is displayed. If both arguments are present, the second\n\
141 If syminfo:si_flags is called without arguments, the value\n\
144 for that symbol is displayed. If one or more value arguments\n\
147 o\tAll the value arguments are OR'd together.\n\
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting2.sh111 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments'
115 then err_exit '${x+foo $x bam} does not yield three arguments'
119 then err_exit '${x+foo "$x" bam} does not yield three arguments'
131 then err_exit '${x+foo "$x "bam} does not yield two arguments'
H A Dquoting.sh110 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments'
114 then err_exit '${x+foo $x bam} does not yield three arguments'
118 then err_exit '${x+foo "$x" bam} does not yield three arguments'
130 then err_exit '${x+foo "$x "bam} does not yield two arguments'
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_trinity_generator.c57 num_args = ptr_list_size((struct ptr_list *)cur_func_sym->ctype.base_type->arguments); in match_return()
68 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, arg) { in match_return()
81 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, arg) { in match_return()
H A Dcheck_expects_err_ptr.c37 FOR_EACH_PTR(func_sym->ctype.base_type->arguments, arg) { in match_function_def()
62 FOR_EACH_PTR(func_sym->ctype.base_type->arguments, arg) { in get_arg_num()
H A Dcheck_puts_argument.c42 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in parent_is_arg()
96 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in print_arg()
H A Dcheck_frees_argument.c43 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in is_arg()
98 FOR_EACH_PTR(this_func->ctype.base_type->arguments, arg) { in print_arg()
H A Dsmatch_parameter_names.c29 FOR_EACH_PTR(cur_func_sym->ctype.base_type->arguments, param) { in match_def()
H A Dsmatch_function_info.c34 FOR_EACH_PTR(sym->ctype.base_type->arguments, arg) { in match_def()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_004_neg.ksh50 set -A arguments "$TESTPOOL $TESTPOOL" "$TESTPOOL rubbish" "-v $TESTPOOL" \
56 for arg in $arguments
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib68 # and write any arguments to the execution results file, as a
105 # cti_lf_checkargs() - check number of arguments passed to a shell function.
111 # Returns 0 if the expected number of arguments were passed, non-zero
157 # arguments, if any, are written to the execution results file as a single
226 # Writes the arguments to the execution results file, as a single line.
241 # Writes the arguments to the execution results file, as a single line.
319 # arguments to the execution results file, as a single line.
454 # subsequent arguments to the specified file as separate lines.
579 # Verify the correct number of arguments were passed.
690 # Verify the correct number of arguments were passed.
[all …]
/illumos-gate/usr/src/cmd/syseventd/etc/
H A DREADME49 <reserved2> <path> <arguments>
62 <arguments> are optional, and may be any arbitrary arguments
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dfunc.test49 } {1 {wrong number of arguments to function length()}}
53 } {1 {wrong number of arguments to function length()}}
162 } {1 {wrong number of arguments to function abs()}}
165 } {1 {wrong number of arguments to function abs()}}
181 } {1 {wrong number of arguments to function round()}}
199 } {1 {wrong number of arguments to function round()}}
220 } {1 {wrong number of arguments to function upper()}}
223 } {1 {wrong number of arguments to function upper()}}
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c115 static void arguments(void);
148 arguments(); /* then process non-option arguments */ in main()
359 arguments(void) in arguments() function
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S49 .set MEM_ARG_SIZE,0x18 # Size of the arguments
269 loop push_arg # Push all of the arguments
/illumos-gate/usr/src/boot/common/
H A Dhelp.common47 Boot the system. If arguments are specified, they are added to the
48 arguments for the kernel. If <kernelname> is specified, and a kernel
77 # Techo DEcho arguments
104 load [-t <type>] <filename> [arguments]
113 Optional arguments will be set as module arguments.
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c148 static void arguments(void);
186 arguments(); /* followed by each input file */ in main()
519 arguments(void) in arguments() function
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME42 and then have a colon-separated list of arguments. The first argument
45 on return, or zero if no errno is expected. The next two arguments specify
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S35 # Basically, we first create a set of boot arguments to pass to the loaded
49 .set MEM_ARG_SIZE,0x18 # Size of the arguments
540 loop push_arg # Push all of the arguments

1234567