Searched refs:arg (Results 1 – 12 of 12) sorted by relevance
| /manual/examples/ |
| A D | argp-ex4.c | 92 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 107 arguments->output_file = arg; in parse_opt() 110 arguments->repeat_count = arg ? atoi (arg) : 10; in parse_opt() 123 arguments->arg1 = arg; in parse_opt()
|
| A D | argp-ex3.c | 105 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 120 arguments->output_file = arg; in parse_opt() 128 arguments->args[state->arg_num] = arg; in parse_opt()
|
| A D | ofdlocks.c | 31 thread_start (void *arg) in thread_start() argument 34 long tid = (long) arg; in thread_start()
|
| /manual/ |
| A D | argp.texi | 261 @item const char *arg 385 @item arg 393 If @var{key} is @code{ARGP_KEY_ARG}, @var{arg} is a non-option 394 argument. Other special keys always have a zero @var{arg}. 420 parse_opt (int key, char *arg, struct argp_state *state) 446 values. In the following example @var{arg} and @var{state} refer to 453 value is pointed to by @var{arg}. 474 convenient for consuming all remaining arguments. @var{arg} is 0, and 488 first_arg = @var{arg}; 613 @code{ARGP_KEY_ARG}, this represents the number of the current arg, [all …]
|
| A D | texinfo.tex | 2970 \unhbox0 % third arg given, show only that 2972 \setbox0 = \hbox{\ignorespaces #2}% look for second arg 2977 % PDF plus option to not display url, show just arg 2990 % PDF plus option to not display url, show just arg 4089 % @itemize with no arg is equivalent to @itemize @bullet. 5217 % Store the main index entry text (including the third arg). 5219 % If third arg is present, precede it with a space. 6906 % The arg is, e.g., `A' for an appendix, or `3' for a chapter. 8378 % pop current arg name into \@tempb 8384 % Here \@tempb is the current arg name and \@tempc is the current arg value. [all …]
|
| A D | startup.texi | 959 @deftypefun int on_exit (void (*@var{function})(int @var{status}, void *@var{arg}), void *@var{arg}) 967 pointer @var{arg}. At normal program termination, the @var{function} is 969 and the @var{arg}.
|
| A D | threads.texi | 98 @deftypefun int thrd_create (thrd_t *@var{thr}, thrd_start_t @var{func}, void *@var{arg}) 102 @var{func}. The object pointed to by @var{arg} will be used as the
|
| A D | intro.texi | 872 e.g. @code{:buf(arg)} to denote a buffer associated with the argument 873 @var{arg}, or @code{:tcattr(fd)} to denote the terminal attributes of a
|
| A D | math.texi | 792 $$\log(z) = \log |z| + i \arg z$$ 816 $$\log_{10}(z) = \log_{10}|z| + i \arg z / \log (10)$$
|
| A D | string.texi | 2272 fprintf (stderr, "Usage %s <arg>\n", prog); 2310 fprintf (stderr, "Usage %s <arg>\n", prog);
|
| A D | llio.texi | 3737 @c !!! mode arg, umask
|
| A D | stdio.texi | 2937 error ("type mismatch for arg number %d", i);
|
Completed in 46 milliseconds