Searched refs:add_hash (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | gen-protos.c | 28 static void add_hash (const char *); 37 add_hash (const char *fname) in add_hash() function 170 add_hash (fn_decl.fname); in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gen-protos.c | 27 static void add_hash PARAMS ((const char *)); 36 add_hash (fname) in add_hash() function 174 add_hash (fn_decl.fname);
|
H A D | ChangeLog.2 | 6171 * gen-protos.c (add_hash, parse_fn_proto, main): Likewise. 6172 (add_hash): Constify a char*.
|
H A D | FSFChangeLog.11 | 11226 (add_hash,parse_fn_proto): New static functions.
|
/openbsd/usr.sbin/dhcpd/ |
H A D | memory.c | 91 add_hash(host_hw_addr_hash, hd->interface.haddr, in enter_host() 134 add_hash(host_uid_hash, in enter_host() 290 add_hash(lease_ip_addr_hash, address_range[i].ip_addr.iabuf, in new_address_range() 711 add_hash(lease_uid_hash, lease->uid, in uid_hash_add() 740 add_hash(lease_uid_hash, lease->n_uid->uid, in uid_hash_delete() 767 add_hash(lease_hw_addr_hash, lease->hardware_addr.haddr, in hw_hash_add() 798 add_hash(lease_hw_addr_hash, in hw_hash_delete() 843 add_hash(user_class_hash, (unsigned char *)tname, in add_class() 846 add_hash(vendor_class_hash, (unsigned char *)tname, in add_class()
|
H A D | tables.c | 708 add_hash(dhcp_universe.hash, in initialize_universes() 713 add_hash(&universe_hash, in initialize_universes()
|
H A D | hash.c | 93 add_hash(struct hash_table *table, unsigned char *name, int len, in add_hash() function
|
H A D | dhcpd.h | 458 void add_hash(struct hash_table *, unsigned char *, int, unsigned char *);
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | write.c | 621 add_hash(s_entry); in FDECL1() 642 add_hash(s_entry); in FDECL1() 663 add_hash(s_entry); in FDECL1() 724 add_hash(s_entry); in FDECL1() 1761 add_hash(s_entry); in FDECL3()
|
H A D | hash.c | 33 void FDECL1(add_hash, struct directory_entry *, spnt){ in FDECL1() argument
|
H A D | mkisofs.h | 412 extern void DECL(add_hash,(struct directory_entry *));
|
H A D | ChangeLog | 558 * hash.c(add_hash): If size != 0 and extent == 0, or 570 add_hash. This fixes a problem where the hash table gets an 737 * hash.c (add_hash, find_hash, etc): Do not hash s_entry, instead
|