Lines Matching +full:bl +full:- +full:data +full:- +full:offset

25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
92 .Dl "myprogram --myoption=somevalue"
111 .Bd -literal -offset indent
128 .Bl -tag -width ".Dv optional_argument" -offset indent -compact
179 .Ql -
181 .Ql -- .
183 .Ql -
184 does not match a long option but does match a single-character option,
185 the single-character option is returned.
213 \-1 when the argument list has been exhausted.
239 indicates that processing should be halted at the first non-option argument,
244 is to permute non-option arguments to the end of
249 indicates that all non-option arguments should be treated as if they are
255 .Bl -tag -width ".Ev POSIXLY_CORRECT"
257 If set, option processing stops when the first non-option is found and
259 .Ql -
267 .Bd -literal -compact
280 while ((ch = getopt_long(argc, argv, "bf:", longopts, NULL)) != -1) {
286 if ((fd = open(optarg, O_RDONLY, 0)) == -1)
299 argc -= optind;
306 found in glibc-2.1.3:
307 .Bl -bullet
310 .\" .Ql -
314 .\" .Bl -tag -width ".Bx"
318 .\" and returns non-options as
323 .\" and stops at the first non-option.
327 .\" .Ql -
329 .\" .Bl -tag -width ".Bx"
332 .\" .Ql -
333 .\" on the command line as a non-argument.
336 .\" .Ql -
338 .\" .Ql -
344 .\" .Ql -
353 .\" .Bl -tag -width ".Bx"
370 .\" .Ql - )
373 .\" .Bl -tag -width ".Bx"
387 .\" .Ql --a
389 .\" .Bl -tag -width ".Bx"
392 .\" .Ql - ,
397 .\" .Ql -- ,
398 .\" and returns \-1 (ignoring the
411 .Bl -tag -width ".Bx"
426 .\" .Ql -W
433 .\" .Bl -tag -width ".Bx"
446 .Ql -W
449 .Bl -tag -width ".Bx"
454 .Ql -W ) .
464 .Ql -W
469 .Bl -tag -width ".Bx"
472 .Ql -W
498 the caller (ordering after \-1 is returned, value of