Home
last modified time | relevance | path

Searched refs:sort_list (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.bin/sort/
HDfile.h48 struct sort_list struct
117 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
119 void sort_list_init(struct sort_list *l);
120 void sort_list_add(struct sort_list *l, struct bwstring *str);
121 void sort_list_clean(struct sort_list *l);
122 void sort_list_dump(struct sort_list *l, const char *fn);
124 void sort_list_to_file(struct sort_list *list, const char *outfile);
HDfile.c118 static void mt_sort(struct sort_list *list,
290 sort_list_init(struct sort_list *l) in sort_list_init()
296 l->memsize = sizeof(struct sort_list); in sort_list_init()
305 sort_list_add(struct sort_list *l, struct bwstring *str) in sort_list_add()
331 sort_list_clean(struct sort_list *l) in sort_list_clean()
354 l->memsize = sizeof(struct sort_list); in sort_list_clean()
362 sort_list_dump(struct sort_list *l, const char *fn) in sort_list_dump()
833 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) in procfile()
1234 sort_list_to_file(struct sort_list *list, const char *outfile) in sort_list_to_file()
1310 struct sort_list *list = arg; in mt_sort_thread()
[all …]
HDsort.c1346 struct sort_list list; in main()
/dragonfly/lib/libc/resolv/
HDres_private.h6 struct sort_list { struct
12 } sort_list[MAXRESOLVSORT]; member
HDres_init.c418 statp->sort_list[nsort].addr = a; in __res_vinit()
429 statp->sort_list[nsort].mask = a.s_addr; in __res_vinit()
431 statp->sort_list[nsort].mask = in __res_vinit()
432 net_mask(statp->sort_list[nsort].addr); in __res_vinit()
435 statp->sort_list[nsort].mask = in __res_vinit()
436 net_mask(statp->sort_list[nsort].addr); in __res_vinit()
/dragonfly/lib/libc/net/
HDname6.c595 if (statp->_u._ext.ext->sort_list[j].af != in _hpsort()
598 sp = (u_char *)&statp->_u._ext.ext->sort_list[j].addr; in _hpsort()
599 mp = (u_char *)&statp->_u._ext.ext->sort_list[j].mask; in _hpsort()
601 sp = (u_char *)&statp->sort_list[j].addr; in _hpsort()
602 mp = (u_char *)&statp->sort_list[j].mask; in _hpsort()
HDgethostbydns.c703 if (res->sort_list[j].addr.s_addr == in addrsort()
704 (((struct in_addr *)(*p))->s_addr & res->sort_list[j].mask)) in addrsort()
HDgetaddrinfo.c1942 if (res->sort_list[j].addr.s_addr == in addr4sort()
1943 (sin->sin_addr.s_addr & res->sort_list[j].mask)) in addr4sort()
/dragonfly/contrib/binutils-2.34/gold/
HDoutput.cc3639 std::vector<Input_section_sort_entry> sort_list; in sort_attached_input_sections() local
3645 sort_list.push_back(Input_section_sort_entry(*p, i, in sort_attached_input_sections()
3655 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3658 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3661 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3664 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3670 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3676 for (std::vector<Input_section_sort_entry>::iterator p = sort_list.begin(); in sort_attached_input_sections()
3677 p != sort_list.end(); in sort_attached_input_sections()
3680 sort_list.clear(); in sort_attached_input_sections()
/dragonfly/contrib/binutils-2.27/gold/
HDoutput.cc3621 std::vector<Input_section_sort_entry> sort_list; in sort_attached_input_sections() local
3627 sort_list.push_back(Input_section_sort_entry(*p, i, in sort_attached_input_sections()
3637 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3640 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3643 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3646 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3652 std::sort(sort_list.begin(), sort_list.end(), in sort_attached_input_sections()
3658 for (std::vector<Input_section_sort_entry>::iterator p = sort_list.begin(); in sort_attached_input_sections()
3659 p != sort_list.end(); in sort_attached_input_sections()
3662 sort_list.clear(); in sort_attached_input_sections()
/dragonfly/include/
HDresolv.h160 } sort_list[MAXRESOLVSORT]; member