Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 149) sorted by relevance

123456

/glibc-2.36/nis/
Dnis_callback.c105 argument; local
122 memset (&argument, 0, sizeof (argument));
123 if (!svc_getargs (transp, xdr_argument, (caddr_t) & argument))
129 for (i = 0; i < argument.cbproc_receive_1_arg.entries.entries_len; ++i)
131 #define cbproc_entry(a) argument.cbproc_receive_1_arg.entries.entries_val[a]
154 memset (&argument, 0, sizeof (argument));
155 if (!svc_getargs (transp, xdr_argument, (caddr_t) & argument))
168 memset (&argument, 0, sizeof (argument));
169 if (!svc_getargs (transp, xdr_argument, (caddr_t) & argument))
175 data->result = argument.cbproc_error_1_arg;
[all …]
/glibc-2.36/manual/
Dgetopt.texi27 option character or an option with a missing required argument. This is
36 with a missing required argument, it stores that option character in
53 option argument, for those options that accept arguments.
77 The @code{getopt} function gets the next option argument from the
78 argument list specified by the @var{argv} and @var{argc} arguments.
82 The @var{options} argument is a string that specifies the option
85 required argument. If an option character is followed by two colons
86 (@samp{::}), its argument is optional; this is a GNU extension.
89 non-options @var{argv} elements. The special argument @samp{--} forces
100 If the @var{options} argument string begins with a hyphen (@samp{-}), this
[all …]
Dargp.texi4 @cindex argp (program argument parser)
5 @cindex argument parsing with argp
8 @dfn{Argp} is an interface for parsing unix-style argument vectors.
23 argument parsers exported by libraries, thereby achieving consistent and
32 cases, calling @code{argp_parse} is the only argument-parsing code
90 an unknown option or option argument is encountered.
161 The first argument to the @code{argp_parse} function is a pointer to a
262 If non-zero, this is the name of an argument associated with this
315 The argument associated with this option is optional.
363 to each option or argument parsed. It is also used as a hook, allowing a
[all …]
Dlang.texi80 @strong{Warning:} Even the argument expression @var{expression} is not
113 does not evaluate the argument, so @var{errnum} should not have any side
169 a function, you specify the data type for each argument. Every call to
211 (@samp{@dots{}}) in the argument list, and using special macros to
228 optional argument values.
246 argument before the @samp{@dots{}}. For example,
262 argument must not be declared @code{register} in the function
263 definition. Furthermore, this argument's type must be
271 @cindex variadic function argument access
285 You initialize an argument pointer variable of type @code{va_list} using
[all …]
Dstdio.texi151 The @var{opentype} argument is a string that controls how the file is
721 @code{%s} only that they expect the corresponding argument to have the
908 @var{stream} argument more than once, which is an exception to the
918 @var{stream} argument more than once, which is an exception to the
943 @code{stdout} as the value of the @var{stream} argument.
950 @code{stdout} as the value of the @var{stream} argument.
1115 @var{stream} argument more than once. @code{getc} is often highly
1124 be implemented as a macro that evaluates the @var{stream} argument more
1149 as the value of the @var{stream} argument.
1156 as the value of the @var{stream} argument.
[all …]
Ddynlink.texi29 location @var{arg}, based on @var{request}. The @var{handle} argument
42 written to @code{*@var{arg}}. The @var{arg} argument must be the
47 @code{*@var{arg}}. The @var{arg} argument must be the address of an
78 The argument @var{arg} must be the address of an object of type
84 to @code{*@var{arg}}. The argument @var{arg} must be the address of an
90 @code{*@var{arg}}. The argument @var{arg} must be the address of an
Dprocess.texi100 If the @var{command} argument is a null pointer, a return value of zero
388 The @var{argv} argument is an array of null-terminated strings that is
389 used to provide a value for the @code{argv} argument to the @code{main}
405 passed as the last such argument.
412 for the new program explicitly as the @var{env} argument. This should
434 environment for the new program explicitly. The environment argument is
436 argument, and should be an array of strings in the same format as for
460 The size of the argument list and environment list taken together must
476 The combined size of the new program's argument list and environment
478 specific limit on the argument list size, so this error code cannot
[all …]
Dprobes.texi85 Note that the argument order does @emph{not} match that of the
86 corresponding two-argument functions, so that in all of these probes the
119 @code{memory_arena_reuse_wait} is acquired; argument @var{$arg1} will
146 function. The argument @var{$arg1} holds a pointer to the selected arena.
266 passed as the first argument of @code{setjmp} or @code{sigsetjmp},
267 @var{$arg2} is the second argument of @code{sigsetjmp} or zero if this
275 passed as the first argument of @code{longjmp} or @code{siglongjmp},
276 @var{$arg2} is the return value passed as the second argument of
Dllio.texi88 indicator for the file is at the beginning of the file. The argument
90 created, but it doesn't hurt to supply the argument in any case.
92 The @var{flags} argument controls how the file is to be opened. This is
106 argument, or the file does not exist and the directory is unwritable so
118 The @var{flags} argument specified write access, and the file is a directory.
139 argument, the file named by @var{filename} is a FIFO (@pxref{Pipes and
144 @code{O_RDWR}, and @code{O_TRUNC} are set in the @var{flags} argument,
256 The @var{filedes} argument is not a valid file descriptor.
381 @var{size} argument is also zero). This is not considered an error.
417 The @var{filedes} argument is not a valid file descriptor,
[all …]
Dstartup.texi67 @cindex argc (program argument count)
68 @cindex argv (program argument vector)
76 The value of the @var{argc} argument is the number of command line
77 arguments. The @var{argv} argument is a vector of C strings; its
78 elements are the individual command line argument strings. The file
93 The first two arguments are just the same. The third argument
96 allow this three-argument form, so to be portable it is best to write
106 @cindex program argument syntax
108 @cindex command argument syntax
128 Certain options require an argument. For example, the @option{-o} option
[all …]
Dctype.texi43 character. It takes one argument, the character to test, and returns a
54 Each of them takes one argument, which is a character to test, and
56 character argument is passed as an @code{int}, and it may be the
223 These functions take one argument of type @code{int}, which is the
225 @code{int}. If the conversion is not applicable to the argument given,
226 the argument is returned unchanged.
229 returning the argument unchanged, these functions may fail when the
230 argument is not suitable for the conversion. Thus for portability, you
807 argument to @code{towctrans} calls.
Dsearch.texi7 applied as an argument, along with the size of the objects in the array
33 Comparison}) does: negative if the first argument is ``less'' than the
34 second, zero if they are ``equal'', and positive if the first argument
137 whether its first argument is considered less than, equal to, or greater
138 than its second argument. The elements of the @var{array} must already
169 corresponding to whether its first argument is considered less than,
170 equal to, or greater than its second argument.
562 The pointer to the data is passed as the argument to the function. If
579 @var{key} argument to @code{tsearch}). @var{level} is a numeric value
616 the appropriate value. The @var{level} argument for the @var{action}
Djob.texi715 /* @r{Put a job in the background. If the cont argument is true, send}
914 stopped job, a nonzero value is passed as the @var{cont} argument to
1127 value of @code{0} for the @var{pid} argument to get information about
1167 The process indicated by the @var{pid} argument is a session leader,
1169 the @var{pgid} argument doesn't match a process group ID in the same
1173 The process indicated by the @var{pid} argument is not the calling
1197 Although these functions take a file descriptor argument to specify
1219 The @var{filedes} argument is not a valid file descriptor.
1225 The terminal file associated with the @var{filedes} argument isn't the
1235 The argument @var{filedes} is a descriptor which specifies the terminal;
[all …]
Dfilesys.texi81 @var{buffer} that you provide. The @var{size} argument is how you tell
85 null pointer for the @var{buffer} argument. Then @code{getcwd}
96 The @var{size} argument is zero and @var{buffer} is not a null pointer.
99 The @var{size} argument is less than the length of the working directory
143 The @var{buffer} argument should be a pointer to an array at least
196 The @var{filedes} argument is not a valid file descriptor.
495 The @var{dirstream} argument is not valid.
630 The @var{dirstream} argument is not valid.
742 As described above, the fourth argument to the @code{scandir} function
792 argument. Instead we provide the two replacement functions below.
[all …]
Dmessage.texi155 This is the value of the @var{cat_name} argument given to
345 @code{$set} followed by a whitespace character an additional argument
346 is required to follow. This argument can either be:
366 @code{$delset} followed by a whitespace character an additional argument
367 is required to follow. This argument can either be:
809 argument and it returns the translation. This is fundamentally
813 If the string which has to be translated is the only argument this of
818 argument string with the available strings in the catalog and return the
838 string available it is returned. Otherwise the argument string
865 comparing the argument string with the result. But it is normally the
[all …]
/glibc-2.36/mach/
Derr_kern.sub57 "(os/kern) invalid argument",
100 "(os/unix) argument list is too long",
115 "(os/unix) invalid argument",
126 "(os/unix) argument is too large",
/glibc-2.36/scripts/
Dpylintrc122 # Regular expression which should only match correct argument names
123 argument-rgx=[a-z_][a-z0-9_]{2,30}$
211 # List of valid names for the first argument in a class method.
214 # List of valid names for the first argument in a metaclass class method.
243 ignored-argument-names=_.*
/glibc-2.36/po/
Drw.po70 #. TRANS with passing the wrong argument to a library function.
72 msgid "Invalid argument"
/glibc-2.36/sysdeps/arm/
Ddl-machine.h385 value = td->argument.value; in elf_machine_rel()
395 td->argument.pointer in elf_machine_rel()
403 td->argument.value = value + sym_map->l_tls_offset; in elf_machine_rel()
Ddl-tlsdesc.h30 } argument; member
Dtlsdesc.sym11 TLSDESC_ARG offsetof(struct tlsdesc, argument.pointer)
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-aix19 argument DEMANGLE, and pass SP value through it.
DChangeLog.ports-cris28 * sysdeps/cris/bits/setjmp.h (_JMPBUF_UNWINDS): Take third argument
DChangeLog.nptl199 member of the argument.
725 * Makefile (tst-cancel7-ARGS): Use exec in --command argument.
804 * tst-cancel-wrappers.sh: Use nm program given as first argument,
2815 (__old_sem_wait): Fix argument to lll_futex_wait().
2826 (lll_futex_wake_unlock): Add private argument to the pre-v9 macro.
3041 Add private argument.
3051 (__lll_robust_timedlock): Pass private as last argument to
3063 Pass isem->private ^ FUTEX_PRIVATE_FLAG as last argument to
3076 Pass isem->private ^ FUTEX_PRIVATE_FLAG as last argument to
3080 isem->private ^ FUTEX_PRIVATE_FLAG as last argument to
[all …]
/glibc-2.36/math/
DREADME.libm-test116 - "a" for ARG_FLOAT, the argument type for narrowing functions.
127 - "p" for an argument (described in the previous character) passed
132 as an argument, or to a global variable such as signgam).

123456