Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 12 of 12) sorted by relevance

/manual/examples/
A Dargp-ex4.c92 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 Dargp-ex3.c105 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 Dofdlocks.c31 thread_start (void *arg) in thread_start() argument
34 long tid = (long) arg; in thread_start()
/manual/
A Dargp.texi261 @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 Dtexinfo.tex2970 \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 Dstartup.texi959 @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 Dthreads.texi98 @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 Dintro.texi872 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 Dmath.texi792 $$\log(z) = \log |z| + i \arg z$$
816 $$\log_{10}(z) = \log_{10}|z| + i \arg z / \log (10)$$
A Dstring.texi2272 fprintf (stderr, "Usage %s <arg>\n", prog);
2310 fprintf (stderr, "Usage %s <arg>\n", prog);
A Dllio.texi3737 @c !!! mode arg, umask
A Dstdio.texi2937 error ("type mismatch for arg number %d", i);

Completed in 46 milliseconds