HomeSort by: relevance | last modified time | path
    Searched refs:opt (Results 1 - 25 of 311) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
opt-touch.mk 1 # $NetBSD: opt-touch.mk,v 1.4 2020/11/14 14:13:09 rillig Exp $
5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make
7 opt-touch-phony: .PHONY
10 opt-touch-join: .JOIN
13 opt-touch-use: .USE
16 opt-touch-make: .MAKE
20 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*');
    [all...]
opt-no-action-touch.exp 1 echo ": Making opt-touch-phony."
2 { : Making opt-touch-phony.
4 echo 'Making opt-touch-make.'
5 Making opt-touch-make.
6 echo ": Making opt-touch-regular."
7 { : Making opt-touch-regular.
9 `opt-touch-join' is up to date.
10 `opt-touch-use' is up to date.
opt-touch-jobs.exp 1 : Making opt-touch-make.
2 `opt-touch-join' is up to date.
3 `opt-touch-use' is up to date.
opt-touch.exp 0 `opt-touch-join' is up to date.
2 `opt-touch-use' is up to date.
3 : Making opt-touch-make.
opt-debug-parse.exp 1 Parsing opt-debug-parse.mk:16: .for var in value
2 Parse_PushInput: .for loop in opt-debug-parse.mk:16
3 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
4 Parsing opt-debug-parse.mk:21: .info trace with multi-line .for loop head
5 make: opt-debug-parse.mk:21: trace with multi-line .for loop head
6 in .for loop from opt-debug-parse.mk:16 with var = value
7 ParseEOF: returning to opt-debug-parse.mk:23
8 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
9 Parsing opt-debug-parse.mk:26: .include "/dev/null"
12 SetFilenameVars: ${.INCLUDEDFROMDIR} = <some-dir> ${.INCLUDEDFROMFILE} = `opt-debug-parse.mk
    [all...]
opt-debug-lint.exp 1 make: opt-debug-lint.mk:20: Variable "X" is undefined
2 make: opt-debug-lint.mk:43: Variable "UNDEF" is undefined
3 make: opt-debug-lint.mk:65: Missing delimiter ":" after modifier "L"
5 make: opt-debug-lint.mk:65: Missing delimiter ":" after modifier "P"
7 make: opt-debug-lint.mk:74: Unknown modifier ":${"
sh-flags.exp 2 opt-______-tgt-___-cmd-___
6 opt-______-tgt-___-cmd-__s
9 opt-______-tgt-___-cmd-_i_
14 opt-______-tgt-___-cmd-_is
18 opt-______-tgt-___-cmd-a__
22 opt-______-tgt-___-cmd-a_s
25 opt-______-tgt-___-cmd-ai_
30 opt-______-tgt-___-cmd-ais
34 opt-______-tgt-__s-cmd-___
37 opt-______-tgt-__s-cmd-__
    [all...]
opt-backwards.mk 1 # $NetBSD: opt-backwards.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
opt-include-dir.mk 1 # $NetBSD: opt-include-dir.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
opt-touch-jobs.mk 1 # $NetBSD: opt-touch-jobs.mk,v 1.3 2025/05/18 06:24:27 rillig Exp $
7 .MAKEFLAGS: opt-touch-phony
8 .MAKEFLAGS: opt-touch-join
9 .MAKEFLAGS: opt-touch-use
10 .MAKEFLAGS: opt-touch-make
14 opt-touch-phony: .PHONY
19 opt-touch-join: .JOIN
24 opt-touch-use: .USE
31 opt-touch-make: .MAKE
35 @files=$$(ls opt-touch-* 2>/dev/null | grep -v -e '\.' -e '\*');
    [all...]
opt-query.exp 5 Making opt-query-file.out-of-date in compat mode:
6 opt-query-file.out-of-date in compat mode: query status 1
8 Making opt-query-file.up-to-date in compat mode:
9 `opt-query-file.up-to-date' is up to date.
10 opt-query-file.up-to-date in compat mode: query status 0
15 Making opt-query-file.out-of-date in jobs mode:
16 opt-query-file.out-of-date in jobs mode: query status 1
18 Making opt-query-file.up-to-date in jobs mode:
19 opt-query-file.up-to-date in jobs mode: query status 0
sh-flags.mk 18 opt-ignerr.yes= -i
19 opt-jobs.yes= -j1
20 opt-loud.no= -d0 # side effect: make stdout unbuffered
21 opt-loud.yes= -dl # side effect: make stdout unbuffered
22 opt-no-action.yes= -n
23 opt-silent.yes= -s
24 opt-xtrace.yes= -dx
41 .for opt-ignerr in no yes
42 .for opt-jobs in no yes
43 .for opt-loud in no ye
    [all...]
opt-warnings-as-errors.exp 1 make: opt-warnings-as-errors.mk:13: warning: message 1
3 make: opt-warnings-as-errors.mk:15: warning: message 2
  /src/libexec/telnetd/
defs.h 132 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
133 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
134 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
135 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
137 #define my_state_is_dont(opt) (!my_state_is_do(opt))
    [all...]
  /src/sbin/efi/
main.c 138 #define IS_TARGET_DRIVER(opt) ((opt).target[0] == TARGET_DRIVER[0])
162 int opt; member in struct:usage::__anonac6d74810208
167 #define _X(n,a,o,m) { .name = n a, .opt = o, .help = m, },
187 if (isprint(tbl[i].opt))
188 n = printf("-%c | --%s", tbl[i].opt, tbl[i].name);
248 } opt = { variable in typeref:struct:options
320 opt.brief = true;
325 opt.debug = strtous(optarg, NULL, 0);
327 opt.debug++
    [all...]
  /src/sys/arch/hpcmips/stand/lcboot/
main.c 135 static void command_help(char *opt);
136 static void command_dump(char *opt);
137 static void command_boot(char *opt);
138 static void command_load(char *opt);
139 static void command_fill(char *opt);
140 static void command_write(char *opt);
142 static void opt_subcmd_print(char *opt);
143 static void opt_subcmd_read(char *opt);
144 static void opt_subcmd_write(char *opt);
145 static void opt_subcmd_path(char *opt);
388 char *opt; local in function:get_next_arg
742 char *opt; local in function:command_option
828 char *opt; local in function:bootmenu
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
option.h 8 const char *nvkm_stropt(const char *optstr, const char *opt, int *len);
9 bool nvkm_boolopt(const char *optstr, const char *opt, bool value);
10 long nvkm_longopt(const char *optstr, const char *opt, long value);
  /src/lib/libpam/libpam/
pam_std_option.c 76 options->opt[i].name = std_options[i].name;
81 options->opt[i].name = oo->name;
85 options->opt[i].name = NULL;
87 options->opt[i].bool = 0;
88 options->opt[i].arg = NULL;
97 if (options->opt[i].name == NULL)
99 arglen = strlen(options->opt[i].name);
100 if (strcmp(argv[j], options->opt[i].name) == 0) {
101 options->opt[i].bool = 1;
105 else if (strncmp(argv[j], options->opt[i].name, arglen
169 int i, opt; local in function:main
    [all...]
  /src/usr.bin/quota/
quotautil.c 76 char *opt; local in function:hasquota
89 for (opt = strtok(optbuf, ","); opt; opt = strtok(NULL, ",")) {
90 if ((cp = strchr(opt, '=')) != NULL)
92 if (type == USRQUOTA && strcmp(opt, usrname) == 0)
94 if (type == GRPQUOTA && strcmp(opt, grpname) == 0)
97 if (!opt)
  /src/usr.bin/telnet/
externs.h 132 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
133 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
134 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
135 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
137 #define my_state_is_dont(opt) (!my_state_is_do(opt))
    [all...]
  /src/tests/usr.bin/indent/
t_errors.sh 168 opt='12345678123456781234567812345678' # 32
169 opt="$opt$opt$opt$opt$opt$opt$opt$opt" # 25
    [all...]
  /src/lib/librefuse/
refuse_opt.c 143 static int add_opt(char **opts, const char *opt, bool escape)
146 char* buf = realloc(*opts, orig_len + 1 + strlen(opt) * 2 + 1);
158 for (; *opt; opt++) {
159 if (escape && (*opt == ',' || *opt == '\\')) {
162 *buf++ = *opt;
169 int fuse_opt_add_opt(char **opts, const char *opt)
171 DPRINTF(("%s: arguments passed: [opts=%s] [opt=%s]\n",
172 __func__, *opts, opt));
340 const struct fuse_opt *opt = find_opt(opts, arg, &sep_idx); local in function:parse_arg
396 char *opt; local in function:parse_opts
    [all...]
  /src/lib/libutil/
getmntopts.c 64 getmntoptstr(mntoptparse_t mp, const char *opt)
69 if (strcasecmp(opt, m->m_option) == 0)
74 errx(1, errmsg, opt);
83 getmntoptnum(mntoptparse_t mp, const char *opt)
88 const char *val = getmntoptstr(mp, opt);
92 errx(1, "Missing %s argument", opt);
109 (*fun)(1, "Invalid %s argument `%s'", opt, val);
128 char *opt, *p; local in function:getmntopts
154 for (opt = mp->optbuf; (opt = strtok(opt, ",")) != NULL; opt = NULL)
    [all...]
  /src/sys/netinet6/
dest6.c 61 u_int8_t *opt; local in function:dest6_input
74 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
77 for (optlen = 0; dstoptlen > 0; dstoptlen -= optlen, opt += optlen) {
78 if (*opt != IP6OPT_PAD1 &&
79 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) {
84 switch (*opt) {
89 optlen = *(opt + 1) + 2;
92 erroff = *offp + (opt - (u_int8_t *)dstopts);
93 optlen = ip6_unknown_opt(opt, m, erroff);
  /src/sys/compat/common/
kern_uipc_socket_50.c 124 uipc_socket_50_getopt1(int opt, struct socket *so, struct sockopt *sopt)
129 switch (opt) {
133 optval = (opt == SO_OSNDTIMEO ?
143 error = sockopt_setint(sopt, (so->so_options & opt) ? 1 : 0);
153 uipc_socket_50_setopt1(int opt, struct socket *so, const struct sockopt *sopt)
159 switch (opt) {
185 switch (opt) {
201 so->so_options |= opt;
203 so->so_options &= ~opt;
213 uipc_socket_50_sbts(int opt, struct mbuf ***mp
    [all...]

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>