/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/krb5/src/util/profile/ |
H A D | prof_tree.c | 34 char *value; member 87 errcode_t profile_create_node(const char *name, const char *value, in profile_create_node() 90 struct profile_node *new; in profile_create_node() local 151 const char *value, struct profile_node **ret_node) in profile_add_node() 154 struct profile_node *p, *last, *new; in profile_add_node() local 252 const char *value, int section_flag, void **state, in profile_find_node() 329 char **ret_name, char **value) in profile_find_node_relation()
|
/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/sys/compat/lindebugfs/ |
H A D | lindebugfs.c | 397 debugfs_create_bool(const char *name, umode_t mode, struct dentry *parent, bool *value) in debugfs_create_bool() 406 debugfs_u8_get(void *data, uint64_t *value) in debugfs_u8_get() 414 debugfs_u8_set(void *data, uint64_t value) in debugfs_u8_set() 426 debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, uint8_t *value) in debugfs_create_u8() 438 debugfs_create_x8(const char *name, umode_t mode, struct dentry *parent, uint8_t *value) in debugfs_create_x8() 447 debugfs_u16_get(void *data, uint64_t *value) in debugfs_u16_get() 455 debugfs_u16_set(void *data, uint64_t value) in debugfs_u16_set() 467 debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, uint16_t *value) in debugfs_create_u16() 479 debugfs_create_x16(const char *name, umode_t mode, struct dentry *parent, uint16_t *value) in debugfs_create_x16() 488 debugfs_u32_get(void *data, uint64_t *value) in debugfs_u32_get() [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 | 941 unsigned long value; in usb_quirk_strtou16() local 964 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 | 245 nvlist_update_size(nvlist_t *nvl, nvpair_t *new, ssize_t mul) in nvlist_update_size() 542 const bool *value; in nvlist_dump() local 558 const char * const *value; in nvlist_dump() local 577 const uint64_t *value; in nvlist_dump() local 594 const int *value; in nvlist_dump() local 610 const nvlist_t * const *value; in nvlist_dump() local 708 const int *value; in nvlist_xdescriptors() local 726 const nvlist_t * const *value; in nvlist_xdescriptors() local 792 const nvlist_t * const *value; in nvlist_ndescriptors() local 928 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/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | acquire_cred.c | 100 gss_buffer_t value) in gss_krb5int_register_acceptor_identity() 102 char *new = NULL, *old; in gss_krb5int_register_acceptor_identity() local 294 krb5_const_principal config_princ, const krb5_data *value) in scan_cc_config() 1058 const gss_buffer_t value) in gss_krb5int_set_cred_rcache() 1153 const gss_buffer_t value) in gss_krb5int_import_cred() 1211 const char *rcname, *value; in acquire_cred_from() 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 | 673 uint64_t rid, value = 0; in zcp_get_userquota_prop() local 745 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
|