/freebsd/usr.bin/mail/ |
H A D | vars.c | 45 assign(const char *name, const char *value) in assign() 84 char *new; in vcopy() local 102 value(const char *name) in value() function
|
/freebsd/usr.bin/find/ |
H A D | function.c | 85 PLAN *new; in palloc() local 102 long long value; in find_parsenum() local 143 long long secs, value; in find_parsetime() local 270 PLAN *new; in c_Xmin() local 318 char *value; in c_Xtime() local 319 PLAN *new; in c_Xtime() local 345 PLAN *new; in c_mXXdepth() local 521 PLAN *new; in c_depth() local 693 PLAN *new; /* node returned */ in c_exec() local 830 PLAN *new; in c_flags() local [all …]
|
/freebsd/usr.bin/top/ |
H A D | display.c | 370 static char *new = NULL; in u_procstates() local 419 int value; in i_cpustates() local 463 int value; in u_cpustates() local 519 int cpu, value; in z_cpustates() local 574 static char *new = NULL; in u_memory() local 610 static char *new = NULL; in u_arc() local 650 static char *new = NULL; in u_carc() local 690 static char *new = NULL; in u_swap() local 1178 line_update(char *old, char *new, int start, int line) in line_update()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | common.c | 39 Principal new; in hdb_principal2key() local 62 hdb_entry2value(krb5_context context, const hdb_entry *ent, krb5_data *value) in hdb_entry2value() 74 hdb_value2entry(krb5_context context, krb5_data *value, hdb_entry *ent) in hdb_value2entry() 82 krb5_data *value) in hdb_entry_alias2value() 95 hdb_value2entry_alias(krb5_context context, krb5_data *value, in hdb_value2entry_alias() 106 krb5_data key, value; in _hdb_fetch_kvno() local 173 krb5_data value; in hdb_remove_aliases() local 213 krb5_data key, value; in hdb_add_aliases() local 254 krb5_data akey, value; in hdb_check_aliases() local 284 krb5_data key, value; in _hdb_store() local
|
H A D | db.c | 95 DBT key, value; in DB_seq() local 160 char *old, *new; in DB_rename() local 206 krb5_data key, krb5_data value) in DB__put()
|
H A D | db3.c | 98 DBT key, value; in DB_seq() local 157 char *old, *new; in DB_rename() local 199 krb5_data key, krb5_data value) in DB__put()
|
H A D | hdb-mitdb.c | 526 DBT key, value; in mdb_seq() local 584 char *old, *new; in mdb_rename() local 630 krb5_data key, krb5_data value) in mdb__put() 686 krb5_data key, value; in mdb_fetch_kvno() local
|
/freebsd/contrib/tcp_wrappers/ |
H A D | environ.c | 75 char *value = (equal ? equal : ""); in putenv() local 93 int setenv(char *name, char *value, int clobber) in setenv() 129 char *new = malloc(new_len); in cmalloc() local
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_mutex.c | 108 pthread_t new; in ATF_TC_BODY() local 140 increment(int value) in increment() 191 pthread_t new; in ATF_TC_BODY() local 310 pthread_t new; in ATF_TC_BODY() local 405 pthread_t new; in ATF_TC_BODY() local 775 pthread_t new; in ATF_TC_BODY() local 803 pthread_t new; in ATF_TC_BODY() local
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ioctl.c | 612 char value[OCS_MGMT_MAX_VALUE]; in ocs_ioctl() local 819 char new[64]; in ocs_sysctl_wwnn() local 858 char new[64]; in ocs_sysctl_wwpn() local 893 uint32_t value; in ocs_sysctl_current_topology() local 904 uint32_t value; in ocs_sysctl_current_speed() local 990 char new[256] = {0}; in ocs_sysctl_port_state() local
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | merge.c | 712 tdesc_t *new = xcalloc(sizeof (tdesc_t)); in conjure_template() local 727 tdesc_t *new = conjure_template(old, newselfid); in conjure_intrinsic() local 738 tdesc_t *new = conjure_template(old, newselfid); in conjure_plain() local 748 tdesc_t *new = conjure_template(old, newselfid); in conjure_function() local 774 tdesc_t *new = conjure_template(old, newselfid); in conjure_array() local 793 tdesc_t *new = conjure_template(old, newselfid); in conjure_su() local 814 tdesc_t *new = conjure_template(old, newselfid); in conjure_enum() local 832 tdesc_t *new = conjure_template(old, newselfid); in conjure_forward() local 850 iidesc_t *new = iidesc_dup(old); in conjure_iidesc() local 901 redir_mstr_fwd_cb(void *name, void *value, void *arg) in redir_mstr_fwd_cb() [all …]
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | config.c | 120 struct snmp_value value; member 133 char *value; member 689 const struct snmp_value *value) in handle_assignment() 877 parse_syntax_integer(struct snmp_value *value) in parse_syntax_integer() 889 parse_syntax_counter64(struct snmp_value *value) in parse_syntax_counter64() 899 parse_syntax_octetstring(struct snmp_value *value) in parse_syntax_octetstring() 948 parse_syntax_oid(struct snmp_value *value) in parse_syntax_oid() 970 parse_syntax_ipaddress(struct snmp_value *value) in parse_syntax_ipaddress() 1001 parse_syntax_uint32(struct snmp_value *value) in parse_syntax_uint32() 1018 struct snmp_value value; in parse_assign() local [all …]
|
/freebsd/sys/dev/hid/ |
H A D | hidquirk.c | 315 unsigned long value; in hidquirk_strtou16() local 338 struct hidquirk_entry *new; in hidquirk_add_entry_from_str() local
|
/freebsd/sys/dev/usb/quirk/ |
H A D | usb_quirk.c | 953 unsigned long value; in usb_quirk_strtou16() local 976 struct usb_quirk_entry *new; in usb_quirk_add_entry_from_str() local
|
/freebsd/contrib/mtree/ |
H A D | spec.c | 486 replacenode(NODE *cur, NODE *new) in replacenode() 542 int type, value, len; in set() local
|
/freebsd/sys/contrib/libnv/ |
H A D | nvlist.c | 246 nvlist_update_size(nvlist_t *nvl, nvpair_t *new, ssize_t mul) in nvlist_update_size() 543 const bool *value; in nvlist_dump() local 559 const char * const *value; in nvlist_dump() local 578 const uint64_t *value; in nvlist_dump() local 595 const int *value; in nvlist_dump() local 611 const nvlist_t * const *value; in nvlist_dump() local 709 const int *value; in nvlist_xdescriptors() local 727 const nvlist_t * const *value; in nvlist_xdescriptors() local 793 const nvlist_t * const *value; in nvlist_ndescriptors() local 929 const nvlist_t * const * value; in nvlist_xpack() local [all …]
|
/freebsd/sys/arm/xilinx/ |
H A D | uart_dev_cdnc.c | 56 #define WR4(bas, reg, value) \ argument 480 uint32_t new, old, modem_ctrl; in cdnc_uart_bus_setsig() local 615 uint32_t new, old, sig; in cdnc_uart_bus_getsig() local
|
/freebsd/usr.bin/netstat/ |
H A D | if.c | 216 u_long value, short showvalue, int div1000) in show_stat() 659 struct iftot ift[2], *new, *old; in sidewaysintpr() local
|
/freebsd/contrib/ldns/ |
H A D | packet.c | 238 ldns_pkt_set_edns_do(ldns_pkt *packet, bool value) in ldns_pkt_set_edns_do() 254 ldns_pkt_set_edns_unassigned(ldns_pkt *packet, uint16_t value) in ldns_pkt_set_edns_unassigned() 310 ldns_rr_list *new; in ldns_pkt_rr_list_by_type() local 347 ldns_rr_list *new; in ldns_pkt_rr_list_by_name_and_type() local
|
/freebsd/sys/teken/ |
H A D | teken.c | 156 teken_funcs_param(const teken_t *t, int cmd, unsigned int value) in teken_funcs_param() 375 teken_trim_cursor_pos(teken_t *t, const teken_pos_t *new) in teken_trim_cursor_pos()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_get.c | 646 uint64_t rid, value = 0; in zcp_get_userquota_prop() local 718 dsl_dataset_t *new = zcp_dataset_hold(state, dp, dataset_name, FTAG); in zcp_get_written_prop() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 64 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_count() 89 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_min() 97 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_max() 135 dt_aggregate_lquantize(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_lquantize() 217 dt_aggregate_llquantize(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_llquantize() 234 int64_t value = 1, next, step; in dt_aggregate_llquantizedsum() local
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg.c | 158 adf_cfg_keyval_add(struct adf_cfg_key_val *new, struct adf_cfg_section *sec) in adf_cfg_keyval_add() 613 char *value) in adf_cfg_get_param_value()
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 509 int value; /* CURSES value of key (9-bit) */ member 621 int value; member 778 int value; in initscr() local 2092 int value; local 2339 int value; local 2652 int value; in echo() local 2666 int value; in noecho() local 2680 int value; in raw() local 2708 int value; in noraw() local 2728 int value; in nl() local [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 387 const char *value = NULL; in make_leaf_vdev() local 815 replication_level_t *current = NULL, *new; in check_replication() local 1359 long value; in draid_config_by_type() local
|