Lines Matching refs:del_string
225 del_string(struct shared_string *);
638 del_string(host->hostname); in process_entry()
736 del_string(hp->MEMBER); \
1885 del_string(hostptr->hostname); in free_host()
1886 del_string(hostptr->homedir); in free_host()
1887 del_string(hostptr->bootfile); in free_host()
1888 del_string(hostptr->tftpdir); in free_host()
1889 del_string(hostptr->root_path); in free_host()
1890 del_string(hostptr->domain_name); in free_host()
1891 del_string(hostptr->dump_file); in free_host()
1892 del_string(hostptr->exten_file); in free_host()
1893 del_string(hostptr->nis_domain); in free_host()
1896 del_string(hostptr->exec_file); in free_host()
1934 del_string(struct shared_string *stringptr) in del_string() function