OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.bin/find/
option.c
1
/* $NetBSD:
option
.c,v 1.29 2021/08/09 20:49:10 andvar Exp $ */
38
static char sccsid[] = "from: @(#)
option
.c 8.2 (Berkeley) 4/16/94";
40
__RCSID("$NetBSD:
option
.c,v 1.29 2021/08/09 20:49:10 andvar Exp $");
56
static
OPTION
*
option
(char *);
59
static
OPTION
const options[] = {
161
OPTION
*p;
169
if ((p =
option
(opt)) == NULL)
170
errx(1, "%s: unknown
option
", opt);
181
static
OPTION
*
182
option
(char *name)
function in typeref:typename:OPTION *
[
all
...]
find.h
132
const char *name; /*
option
name */
136
}
OPTION
;
/src/usr.bin/rdist/
gram.y
68
%term
OPTION
15
77
%type <intval>
OPTION
, options
184
| options
OPTION
= {
312
return(
OPTION
);
316
return(
OPTION
);
320
return(
OPTION
);
324
return(
OPTION
);
328
return(
OPTION
);
332
return(
OPTION
);
336
return(
OPTION
);
[
all
...]
defs.h
71
#define
OPTION
15
81
/*
option
flags */
/src/sys/external/isc/libsodium/dist/m4/
ltoptions.m4
1
# Helper functions for
option
handling. -*- Autoconf -*-
17
# _LT_MANGLE_OPTION(MACRO-NAME,
OPTION
-NAME)
23
# _LT_SET_OPTION(MACRO-NAME,
OPTION
-NAME)
25
# Set
option
OPTION
-NAME for macro MACRO-NAME, and if there is a
26
# matching handler defined, dispatch to it. Other
OPTION
-NAMEs are
32
[m4_warning([Unknown $1
option
'$2'])])[]dnl
36
# _LT_IF_OPTION(MACRO-NAME,
OPTION
-NAME, IF-SET, [IF-NOT-SET])
38
# Execute IF-SET if
OPTION
is set, IF-NOT-SET otherwise.
43
# _LT_UNLESS_OPTIONS(MACRO-NAME,
OPTION
-LIST, IF-NOT-SET
[
all
...]
/src/usr.bin/menuc/
scan.l
51
%
option
noinput
95
option
{ return
OPTION
; }
parse.y
55
%token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN
OPTION
62
%type <optn_value>
option
option_list
164
option_list :
option
165
| option_list
option
{ $2->next = $1; $$ = $2; }
168
option
:
OPTION
label
/src/usr.sbin/installboot/
installboot.c
73
const struct
option
{
struct
74
const char *name; /* Name of
option
*/
76
enum { /* Type of
option
value... */
103
#define
OPTION
(params, type, opt) (*(type *)((char *)(params) + (opt)->offset))
281
/* XXX should be specified via
option
*/
393
parseoptions(ib_params *params, const char *
option
)
396
const struct
option
*opt;
401
assert(
option
!= NULL);
403
for (;;
option
+= len) {
404
option
+= strspn(option, ", \t")
[
all
...]
/src/sys/external/isc/libsodium/dist/
aclocal.m4
295
# that says an
option
was ignored or not supported.
297
# icc: Command line warning: ignoring
option
'-M'; no argument required
299
# icc: Command line remark:
option
'-MP' not supported
300
if (grep 'ignoring
option
' conftest.err ||
568
on the command line, even when the '-f'
option
is present. This is contrary
668
# Add --enable-maintainer-mode
option
to configure. -*- Autoconf -*-
793
# Helper functions for
option
handling. -*- Autoconf -*-
808
# Set
option
NAME. Presently that only means defining a flag for this
option
.
818
# _AM_IF_OPTION(
OPTION
, IF-SET, [IF-NOT-SET]
[
all
...]
/src/tools/compat/
configure
776
# If the previous
option
needs an argument, assign it.
1114
-*) as_fn_error $? "unrecognized
option
: '$ac_option'
1271
Usage: $0 [
OPTION
]... [VAR=VALUE]...
3457
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC
option
to enable C11 features" >&5
3458
printf %s "checking for $CC
option
to enable C11 features... " >&6; }
3506
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC
option
to enable C99 features" >&5
3507
printf %s "checking for $CC
option
to enable C99 features... " >&6; }
3555
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC
option
to enable C89 features" >&5
3556
printf %s "checking for $CC
option
to enable C89 features... " >&6; }
4390
#
option
on many OS's; this could be added as a reachover build in th
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025