Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/openbsd/usr.bin/sndiod/
H A Dopt.h24 struct opt { struct
25 struct opt *next; argument
41 extern struct opt *opt_list; argument
H A Dlisten.c131 int s, error, opt = 1, n = 0; in listen_new_tcp() local
229 int sock, opt; in listen_in() local
/openbsd/usr.bin/telnet/
H A Dexterns.h101 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO) argument
102 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL) argument
103 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO) argument
106 #define my_state_is_dont(opt) (!my_state_is_do(opt)) argument
107 #define my_state_is_wont(opt) (!my_state_is_will(opt)) argument
108 #define my_want_state_is_dont(opt) (!my_want_state_is_do(opt)) argument
109 #define my_want_state_is_wont(opt) (!my_want_state_is_will(opt)) argument
111 #define set_my_state_do(opt) {options[opt] |= MY_STATE_DO;} argument
112 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;} argument
116 #define set_my_state_dont(opt) {options[opt] &= ~MY_STATE_DO;} argument
[all …]
/openbsd/usr.sbin/pppd/
H A Dlcp.c512 #define ADDCIVOID(opt, neg) \ argument
530 #define ADDCILONG(opt, neg, val) \ argument
536 #define ADDCILQR(opt, neg, val) \ argument
543 #define ADDCICHAR(opt, neg, val) \ argument
592 #define ACKCIVOID(opt, neg) \ argument
615 #define ACKCICHAR(opt, neg, val) \ argument
644 #define ACKCILONG(opt, neg, val) \ argument
657 #define ACKCILQR(opt, neg, val) \ argument
785 #define NAKCILQR(opt, neg, code) \ argument
1032 #define REJCIVOID(opt, neg) \ argument
[all …]
H A Dipcp.c366 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
382 #define ADDCIADDR(opt, neg, old, val1, val2) \ argument
434 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
457 #define ACKCIADDR(opt, neg, old, val1, val2) \ argument
529 #define NAKCIADDR(opt, neg, old, code) \ argument
548 #define NAKCIVJ(opt, neg, code) \ argument
697 #define REJCIADDR(opt, neg, old, val1, val2) \ argument
720 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \ argument
/openbsd/usr.sbin/nsd/
H A Doptions.c47 struct nsd_options* opt; in nsd_options_create() local
179 nsd_options_insert_pattern(struct nsd_options* opt, in nsd_options_insert_pattern()
205 parse_options_file(struct nsd_options* opt, const char* file, in parse_options_file()
366 void options_zonestatnames_create(struct nsd_options* opt) in options_zonestatnames_create()
485 parse_zone_list_file(struct nsd_options* opt) in parse_zone_list_file()
817 zone_list_compact(struct nsd_options* opt) in zone_list_compact()
909 zone_list_close(struct nsd_options* opt) in zone_list_close()
1773 key_options_find(struct nsd_options* opt, const char* name) in key_options_find()
2237 key_options_tsig_add(struct nsd_options* opt) in key_options_tsig_add()
2248 zone_is_slave(struct zone_options* opt) in zone_is_slave()
[all …]
H A Dnsd-mem.c109 account_total(struct nsd_options* opt, struct tot_mem* t) in account_total()
157 struct nsd_options* opt, struct tot_mem* totmem) in check_zone_mem()
197 check_mem(struct nsd_options* opt) in check_mem()
H A Dconfigparser.y512 struct cpu_map_option *opt, *tail; variable
548 struct range_option *opt = variable
589 struct cpu_option *opt = variable
H A Dnsd-checkconf.c188 quotepath(nsd_options_type* opt, int final, const char *f) in quotepath()
285 config_print_zone(nsd_options_type* opt, const char* k, int s, const char *o, in config_print_zone()
605 config_test_print_server(nsd_options_type* opt) in config_test_print_server()
804 additional_checks(nsd_options_type* opt, const char* filename) in additional_checks()
H A Ddbaccess.c133 namedb_open (struct nsd_options* opt) in namedb_open()
332 void namedb_check_zonefiles(struct nsd* nsd, struct nsd_options* opt, in namedb_check_zonefiles()
/openbsd/lib/libfuse/
H A Dfuse_opt.c74 match_opt(const char *templ, const char *opt) in match_opt()
99 add_opt(char **opts, const char *opt) in add_opt()
119 fuse_opt_add_opt(char **opts, const char *opt) in fuse_opt_add_opt()
131 fuse_opt_add_opt_escaped(char **opts, const char *opt) in fuse_opt_add_opt_escaped()
189 parse_opt(const struct fuse_opt *o, const char *opt, void *data, in parse_opt()
264 const struct fuse_opt *opt, fuse_opt_proc_t f) in fuse_opt_parse()
413 fuse_opt_match(const struct fuse_opt *opts, const char *opt) in fuse_opt_match()
/openbsd/usr.sbin/amd/amd/
H A Dopts.c57 static struct opt { struct
58 char *name; /* Name of the option */ argument
59 int nlen; /* Length of option name */ argument
60 char **optp; /* Pointer to option value string */ argument
62 } opt_fields[] = { argument
105 char **opt; member
163 opt(char **p) in opt() function
224 char *opt; in eval_opts() local
H A Dmount_fs.c59 struct opt_tab *opt; in compute_mount_flags() local
152 hasmntopt(struct mntent *mnt, char *opt) in hasmntopt()
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-env.c122 enum opt in mi_cmd_env_path() enum
144 int opt = mi_getopt ("mi_cmd_env_path", argc, argv, opts, in mi_cmd_env_path() local
194 enum opt in mi_cmd_env_dir() enum
216 int opt = mi_getopt ("mi_cmd_env_dir", argc, argv, opts, in mi_cmd_env_dir() local
H A Dmi-cmd-break.c81 enum opt in mi_cmd_break_insert() enum
102 int opt = mi_getopt ("mi_cmd_break_insert", argc, argv, opts, &optind, &optarg); in mi_cmd_break_insert() local
189 enum opt in mi_cmd_break_watch() enum
205 int opt = mi_getopt ("mi_cmd_break_watch", argc, argv, opts, &optind, &optarg); in mi_cmd_break_watch() local
H A Dmi-cmd-disas.c77 enum opt in mi_cmd_disassemble() enum
94 int opt = mi_getopt ("mi_cmd_disassemble", argc, argv, opts, in mi_cmd_disassemble() local
/openbsd/sbin/mount/
H A Dmount.c75 static struct opt { struct
76 int o_opt; argument
79 const char *o_optname; argument
304 char *opt, *optbuf; in hasopt() local
/openbsd/gnu/llvm/llvm/utils/
H A Dreduce_pipeline.py73 opt = subprocess.run(run_args, variable
95 opt = subprocess.run(run_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) variable
193 opt = subprocess.run(run_args, variable
/openbsd/gnu/gcc/gcc/
H A Dc-opts.c142 c_common_missing_argument (const char *opt, size_t code) in c_common_missing_argument()
1298 struct deferred_opt *opt = &deferred_opts[i]; in handle_deferred_opts() local
1404 struct deferred_opt *opt = &deferred_opts[i]; in finish_options() local
1422 struct deferred_opt *opt = &deferred_opts[i]; in finish_options() local
1444 struct deferred_opt *opt = &deferred_opts[include_cursor++]; in push_command_line_include() local
H A Dopts-common.c84 const struct cl_option *opt = &cl_options[mn]; in find_opt() local
145 const char *opt = (*argvp) [i]; in prune_options() local
/openbsd/usr.sbin/unbound/util/
H A Dconfig_file.c970 #define O_DEC(opt, str, var) if(strcmp(opt, str)==0) \ argument
974 #define O_UNS(opt, str, var) if(strcmp(opt, str)==0) \ argument
978 #define O_YNO(opt, str, var) if(strcmp(opt, str)==0) \ argument
981 #define O_STR(opt, str, var) if(strcmp(opt, str)==0) \ argument
984 #define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \ argument
987 #define O_MEM(opt, str, var) if(strcmp(opt, str)==0) { \ argument
994 #define O_LST(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1000 #define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1008 #define O_LS3(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1016 #define O_LTG(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
[all …]
/openbsd/sbin/unwind/libunbound/util/
H A Dconfig_file.c970 #define O_DEC(opt, str, var) if(strcmp(opt, str)==0) \ argument
974 #define O_UNS(opt, str, var) if(strcmp(opt, str)==0) \ argument
978 #define O_YNO(opt, str, var) if(strcmp(opt, str)==0) \ argument
981 #define O_STR(opt, str, var) if(strcmp(opt, str)==0) \ argument
984 #define O_IFC(opt, str, num, arr) if(strcmp(opt, str)==0) \ argument
987 #define O_MEM(opt, str, var) if(strcmp(opt, str)==0) { \ argument
994 #define O_LST(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1000 #define O_LS2(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1008 #define O_LS3(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
1016 #define O_LTG(opt, name, lst) if(strcmp(opt, name)==0) { \ argument
[all …]
/openbsd/lib/libc/gen/
H A Dauth_subr.c83 char *opt; member
232 struct authopts *opt; in auth_close() local
529 struct authopts *opt; in auth_setoption() local
553 struct authopts *opt; in auth_clroptions() local
565 struct authopts *opt, *oopt; in auth_clroption() local
810 struct authopts *opt; in auth_call() local
/openbsd/usr.sbin/amd/amq/
H A Damq.c339 amq_setopt opt; in main() local
360 amq_setopt opt; in main() local
376 amq_setopt opt; in main() local
392 amq_setopt opt; in main() local
/openbsd/usr.sbin/npppd/npppd/
H A Dlcp.c449 #define LCP_OPT_PEER_ACCEPTED(opt) \ in lcp_reqci() argument
552 #define LCP_OPT_ACCEPTED(opt) \ in lcp_ackci() argument
652 #define LCP_OPT_REJECTED(opt) \ in lcp_nakci() argument
791 #define LCP_OPT_REJECTED(opt) \ in lcp_rejci() argument
1184 #define LCP_OPT_PEER_ACCEPTED(opt) \ in lcp_proxy_recv_ci() argument
1258 #define LCP_OPT_ACCEPTED(opt) \ in lcp_proxy_sent_ci() argument

12345678910>>...13