| /src/usr.bin/make/unit-tests/ |
| H A D | 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 [all...] |
| H A D | 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.
|
| H A D | 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.
|
| H A D | opt-touch.exp | 0 `opt-touch-join' is up to date. 2 `opt-touch-use' is up to date. 3 : Making opt-touch-make.
|
| H A D | 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 [all...] |
| H A D | 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 ":${"
|
| H A D | 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 [all...] |
| H A D | opt-backwards.mk | 1 # $NetBSD: opt-backwards.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
| H A D | opt-include-dir.mk | 1 # $NetBSD: opt-include-dir.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
| H A D | 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 [all...] |
| H A D | 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
|
| H A D | opt-no-action-touch.mk | 1 # $NetBSD: opt-no-action-touch.mk,v 1.1 2021/01/30 12:46:38 rillig Exp $ 9 # opt-touch-jobs.mk contains the same test without the option -n. 12 .MAKEFLAGS: opt-touch-phony 13 .MAKEFLAGS: opt-touch-join 14 .MAKEFLAGS: opt-touch-use 15 .MAKEFLAGS: opt-touch-make 16 .MAKEFLAGS: opt-touch-regular 20 opt-touch-phony: .PHONY 25 opt-touch-join: .JOIN 30 opt [all...] |
| H A D | 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
|
| H A D | 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 [all...] |
| /src/libexec/telnetd/ |
| H A D | 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/ |
| H A D | main.c | 138 #define IS_TARGET_DRIVER(opt) ((opt).target[0] == TARGET_DRIVER[0]) 162 int opt; member in struct:usage::__anon138353270208 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 [all...] |
| /src/sys/arch/hpcmips/stand/lcboot/ |
| H A D | 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 404 command_help(char * opt) argument 455 command_dump(char * opt) argument 495 command_boot(char * opt) argument 636 command_load(char * opt) argument 648 command_fill(char * opt) argument 710 command_write(char * opt) argument 742 char *opt; local in function:command_option 761 opt_subcmd_print(char * opt) argument 777 opt_subcmd_read(char * opt) argument 785 opt_subcmd_write(char * opt) argument 794 opt_subcmd_path(char * opt) argument 800 opt_subcmd_bootp(char * opt) argument 812 opt_subcmd_ip(char * opt) argument 828 char *opt; local in function:bootmenu [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| H A D | 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/ |
| H A D | 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[ 169 int i, opt; local in function:main [all...] |
| /src/usr.bin/quota/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | t_errors.sh | 168 opt='12345678123456781234567812345678' # 32 169 opt="$opt$opt$opt$opt$opt$opt$opt$opt" # 25 [all...] |
| /src/lib/librefuse/ |
| H A D | refuse_opt.c | 143 static int add_opt(char **opts, const char *opt, bool escape) argument 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) argument 171 DPRINTF(("%s: arguments passed: [opts=%s] [opt=%s]\n", 172 __func__, *opts, opt)); 176 fuse_opt_add_opt_escaped(char ** opts,const char * opt) argument 183 match_templ(const char * templ,const char * opt,ssize_t * sep_idx) argument 213 find_opt(const struct fuse_opt * opts,const char * opt,ssize_t * sep_idx) argument 227 fuse_opt_match(const struct fuse_opt * opts,const char * opt) argument 285 parse_matched_arg(const char * arg,struct fuse_args * outargs,const struct fuse_opt * opt,ssize_t sep_idx,void * data,fuse_opt_proc_t proc,bool is_opt) argument 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/ |
| H A D | getmntopts.c | 64 getmntoptstr(mntoptparse_t mp, const char *opt) argument 69 if (strcasecmp(opt, m->m_option) == 0) 74 errx(1, errmsg, opt); 83 getmntoptnum(mntoptparse_t mp, const char *opt) argument 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 [all...] |
| /src/sys/netinet6/ |
| H A D | 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);
|