/freebsd/contrib/ntp/sntp/libopts/ |
H A D | makeshell.c | 250 text_to_var(tOptions * opts, teTextTo which, tOptDesc * od) in text_to_var() 399 tOptDesc * od = opts->pOptDesc; in emit_wrapup() local 433 tOptDesc * od = opts->pOptDesc; in emit_setup() local 496 emit_action(tOptions * opts, tOptDesc * od) in emit_action() 546 emit_inaction(tOptions * opts, tOptDesc * od) in emit_inaction() 571 tOptDesc * od = opts->pOptDesc; in emit_flag() local 606 tOptDesc * od = opts->pOptDesc; in emit_match_expr() local 677 tOptDesc * od = opts->pOptDesc; in emit_long() local
|
H A D | version.c | 138 print_ver(tOptions * opts, tOptDesc * od, FILE * fp, bool call_exit) in print_ver() 194 optionPrintVersion(tOptions * opts, tOptDesc * od) in optionPrintVersion() 212 optionPrintVersionAndReturn(tOptions * opts, tOptDesc * od) in optionPrintVersionAndReturn() 228 optionVersionStderr(tOptions * opts, tOptDesc * od) in optionVersionStderr()
|
H A D | usage.c | 238 tOptDesc * od = opts->pOptDesc + ix; in print_offer_usage() local 589 prt_conflicts(tOptions * opts, tOptDesc * od) in prt_conflicts() 649 prt_one_vendor(tOptions * opts, tOptDesc * od, in prt_one_vendor() 721 tOptDesc * od = opts->pOptDesc; in prt_vendor_opts() local 766 prt_extd_usage(tOptions * opts, tOptDesc * od, char const * title) in prt_extd_usage() 946 prt_preamble(tOptions * opts, tOptDesc * od, arg_types_t * at) in prt_preamble() 979 prt_one_usage(tOptions * opts, tOptDesc * od, arg_types_t * at) in prt_one_usage() 1042 tOptDesc * od = opts->pOptDesc; in prt_opt_usage() local 1154 tOptDesc * od = opts->pOptDesc; in prt_prog_detail() local
|
H A D | save.c | 215 prt_entry(FILE * fp, tOptDesc * od, char const * l_arg, save_flags_mask_t save_fl) in prt_entry() 294 prt_value(FILE * fp, int depth, tOptDesc * od, tOptionValue const * ovp) in prt_value() 443 prt_nested(FILE * fp, tOptDesc * od, save_flags_mask_t save_fl) in prt_nested() 685 prt_str_arg(FILE * fp, tOptDesc * od, save_flags_mask_t save_fl) in prt_str_arg() 719 prt_enum_arg(FILE * fp, tOptDesc * od, save_flags_mask_t save_fl) in prt_enum_arg() 745 prt_set_arg(FILE * fp, tOptDesc * od, save_flags_mask_t save_fl) in prt_set_arg() 767 prt_file_arg(FILE * fp, tOptDesc * od, tOptions * opts, save_flags_mask_t save_fl) in prt_file_arg() 824 tOptDesc * od; in optionSaveFile() local
|
H A D | enum.c | 232 tOptDesc od = { 0 }; in optionKeywordName() local 344 set_memb_names(tOptions * opts, tOptDesc * od, char const * const * nm_list, in set_memb_names() 406 check_membership_start(tOptDesc * od, char const ** argp, bool * invert) in check_membership_start() 465 find_member_bit(tOptions * opts, tOptDesc * od, char const * pz, int len, in find_member_bit() 495 optionMemberList(tOptDesc * od) in optionMemberList() 522 optionSetMembers(tOptions * opts, tOptDesc * od, in optionSetMembers()
|
H A D | time.c | 41 optionTimeVal(tOptions * opts, tOptDesc * od) in optionTimeVal() 74 optionTimeDate(tOptions * opts, tOptDesc * od) in optionTimeDate()
|
H A D | stack.c | 48 optionUnstackArg(tOptions * opts, tOptDesc * od) in optionUnstackArg() 234 optionStackArg(tOptions * opts, tOptDesc * od) in optionStackArg()
|
H A D | autoopts.c | 108 tOptDesc * od = o_st->pOD; in handle_opt() local 364 tOptDesc * od = opts->pOptDesc + opts->specOptIdx.save_opts; in optionProcess() local
|
H A D | boolean.c | 48 optionBooleanVal(tOptions * opts, tOptDesc * od) in optionBooleanVal()
|
H A D | alias.c | 35 too_many_occurrences(tOptions * opts, tOptDesc * od) in too_many_occurrences()
|
H A D | check.c | 35 has_conflict(tOptions * pOpts, tOptDesc * od) in has_conflict()
|
H A D | init.c | 190 tOptDesc * od = NULL; in do_presets() local
|
H A D | genshell.c | 292 doUsageOpt(tOptions * opts, tOptDesc * od) in doUsageOpt() 472 tOptDesc * od = opts->pOptDesc; in translate_option_strings() local
|
H A D | numeric.c | 107 optionNumericVal(tOptions * opts, tOptDesc * od) in optionNumericVal()
|
H A D | pgusage.c | 110 optionPagedUsage(tOptions * opts, tOptDesc * od) in optionPagedUsage()
|
/freebsd/stand/common/ |
H A D | disk.c | 84 struct open_disk *od; in ptblread() local 108 struct open_disk *od; in ptable_print() local 165 struct open_disk *od; in disk_print() local 179 struct open_disk *od; in disk_read() local 192 struct open_disk *od; in disk_write() local 205 struct open_disk *od = dev->dd.d_opendata; in disk_ioctl() local 231 struct open_disk *od; in disk_open() local 377 struct open_disk *od; in disk_close() local
|
/freebsd/crypto/openssh/ |
H A D | sftp-glob.c | 65 fudge_readdir(struct SFTP_OPENDIR *od) in fudge_readdir() 104 fudge_closedir(struct SFTP_OPENDIR *od) in fudge_closedir()
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.c | 353 doUsageOpt(tOptions * opts, tOptDesc * od) in doUsageOpt() argument 534 tOptDesc * od = opts->pOptDesc; in translate_option_strings() local
|
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 458 oid_get_description(const struct oid *o, struct oiddescription *od) in oid_get_description() 483 oiddescription_print(const struct oiddescription *od, FILE *fp) in oiddescription_print() 495 struct oiddescription od; in oid_print() local
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 824 Elf_Data *od; in update_reloc() local 863 Elf_Data *od; in pad_section() local 1239 Elf_Data *id, *od; in copy_data() local 1296 Elf_Data *od; in create_external_section() local
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.c | 601 doUsageOpt(tOptions * opts, tOptDesc * od) in doUsageOpt() argument 803 tOptDesc * od = opts->pOptDesc; in translate_option_strings() local
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.c | 622 doUsageOpt(tOptions * opts, tOptDesc * od) in doUsageOpt() argument 848 tOptDesc * od = opts->pOptDesc; in translate_option_strings() local
|
/freebsd/contrib/netbsd-tests/lib/libppath/ |
H A D | t_ppath.c | 432 prop_dictionary_t d, od; in ATF_TC_BODY() local 571 prop_dictionary_t d, od; in ATF_TC_BODY() local 702 prop_dictionary_t d, od; in ATF_TC_BODY() local 796 prop_dictionary_t d, od; in ATF_TC_BODY() local
|
/freebsd/sbin/ipfw/ |
H A D | nat64lsn.c | 87 ipfw_obj_data *od; in nat64lsn_print_states() local 162 ipfw_obj_data *od; in nat64lsn_states_cb() local
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 2599 ztest_lookup(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_lookup() 2641 ztest_create(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_create() 2687 ztest_remove(ztest_ds_t *zd, ztest_od_t *od, int count) in ztest_remove() 2914 ztest_od_init(ztest_od_t *od, uint64_t id, const char *tag, uint64_t index, in ztest_od_init() 2942 ztest_object_init(ztest_ds_t *zd, ztest_od_t *od, size_t size, boolean_t remove) in ztest_object_init() 4989 ztest_od_t *od; in ztest_dmu_object_alloc_free() local 5051 ztest_od_t *od; in ztest_dmu_read_write() local 5348 ztest_od_t *od; in ztest_dmu_read_write_zcopy() local 5592 ztest_od_t *od; in ztest_dmu_write_parallel() local 5617 ztest_od_t *od; in ztest_dmu_prealloc() local [all …]
|