/external/libnl/lib/route/ |
D | nexthop.c | 39 struct rtnl_nexthop *nh; in rtnl_route_nh_alloc() local 41 nh = calloc(1, sizeof(*nh)); in rtnl_route_nh_alloc() 42 if (!nh) in rtnl_route_nh_alloc() 45 nl_init_list_head(&nh->rtnh_list); in rtnl_route_nh_alloc() 47 return nh; in rtnl_route_nh_alloc() 52 struct rtnl_nexthop *nh; in rtnl_route_nh_clone() local 54 nh = rtnl_route_nh_alloc(); in rtnl_route_nh_clone() 55 if (!nh) in rtnl_route_nh_clone() 58 nh->rtnh_flags = src->rtnh_flags; in rtnl_route_nh_clone() 59 nh->rtnh_flag_mask = src->rtnh_flag_mask; in rtnl_route_nh_clone() [all …]
|
D | route_obj.c | 80 struct rtnl_nexthop *nh, *tmp; in route_free_data() local 89 nl_list_for_each_entry_safe(nh, tmp, &r->rt_nexthops, rtnh_list) { in route_free_data() 90 rtnl_route_remove_nexthop(r, nh); in route_free_data() 91 rtnl_route_nh_free(nh); in route_free_data() 99 struct rtnl_nexthop *nh, *new; in route_clone() local 114 nl_list_for_each_entry(nh, &src->rt_nexthops, rtnh_list) { in route_clone() 115 new = rtnl_route_nh_clone(nh); in route_clone() 160 struct rtnl_nexthop *nh; in route_dump_line() local 162 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { in route_dump_line() 164 rtnl_route_nh_dump(nh, p); in route_dump_line() [all …]
|
/external/tcpdump/ |
D | print-ip6.c | 90 int nh; in ip6_print() local 144 nh = ip6->ip6_nxt; in ip6_print() 150 nh != IPPROTO_TCP && nh != IPPROTO_UDP && in ip6_print() 151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print() 156 switch (nh) { in ip6_print() 159 nh = *cp; in ip6_print() 163 nh = *cp; in ip6_print() 169 nh = *cp; in ip6_print() 186 nh = *cp; in ip6_print() 190 nh = *cp; in ip6_print() [all …]
|
D | print-cnfp.c | 84 register const struct nfhdr *nh; in cnfp_print() local 92 nh = (const struct nfhdr *)cp; in cnfp_print() 94 if ((const u_char *)(nh + 1) > snapend) in cnfp_print() 97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff; in cnfp_print() 98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16; in cnfp_print() 105 t = EXTRACT_32BITS(&nh->utc_sec); in cnfp_print() 109 EXTRACT_32BITS(&nh->msys_uptime)/1000, in cnfp_print() 110 EXTRACT_32BITS(&nh->msys_uptime)%1000, in cnfp_print() 111 EXTRACT_32BITS(&nh->utc_sec), EXTRACT_32BITS(&nh->utc_nsec)); in cnfp_print() 114 printf("#%u, ", EXTRACT_32BITS(&nh->sequence)); in cnfp_print() [all …]
|
D | print-ip.c | 317 u_char nh; member 329 switch (ipds->nh) { in ip_print_demux() 332 ipds->nh = *ipds->cp; in ip_print_demux() 350 ipds->nh = enh & 0xff; in ip_print_demux() 362 ipds->nh = enh & 0xff; in ip_print_demux() 485 if (ndo->ndo_nflag==0 && (proto = getprotobynumber(ipds->nh)) != NULL) in ip_print_demux() 488 ND_PRINT((ndo, " ip-proto-%d", ipds->nh)); in ip_print_demux() 497 u_int length, u_int nh, in ip_print_inner() argument 506 ipd.nh = nh; in ip_print_inner() 643 ipds->nh = ipds->ip->ip_p; in ip_print() [all …]
|
D | print-icmp6.c | 603 u_int nh; in get_upperlayer() local 612 nh = ip6->ip6_nxt; in get_upperlayer() 618 switch(nh) { in get_upperlayer() 623 *prot = nh; in get_upperlayer() 636 nh = hbh->ip6h_nxt; in get_upperlayer() 647 nh = fragh->ip6f_nxt; in get_upperlayer() 655 nh = ah->ah_nxt; in get_upperlayer() 660 *prot = nh; /* meaningless, but set here anyway */ in get_upperlayer()
|
D | print-babel.c | 422 u_char nh[16]; in babel_print_v2() local 425 rc = network_address(message[2], message + 4, len - 2, nh); in babel_print_v2() 427 printf(" %s", format_address(nh)); in babel_print_v2()
|
/external/libexif/po/ |
D | vi.po | 30 msgstr "Định dạng không hợp lệ \"%s\", mong chờ \"%s\"." 37 msgstr "Số thành phần không hợp lệ (%i, mong chờ %i)." 44 msgstr "Số thành phần không hợp lệ (%i, mong chờ %i hay %i)." 54 msgstr "Vĩ lệnh" 79 msgstr "Chính xác" 162 msgstr "Đèn nháy ngoài" 270 msgstr "Màn hình rộng" 351 msgstr "Đèn nháy bị tắt" 360 msgstr "Siêu vĩ lệnh" 368 msgstr "Trong nhà" [all …]
|
/external/libpcap/ |
D | pcap-nit.c | 112 register struct nit_hdr *nh; in pcap_read_nit() local 157 nh = (struct nit_hdr *)bp; in pcap_read_nit() 158 cp = bp + sizeof(*nh); in pcap_read_nit() 160 switch (nh->nh_state) { in pcap_read_nit() 168 pn->stat.ps_drop = nh->nh_dropped; in pcap_read_nit() 176 "bad nit state %d", nh->nh_state); in pcap_read_nit() 180 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen + in pcap_read_nit() 183 caplen = nh->nh_wirelen; in pcap_read_nit() 186 if (bpf_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) { in pcap_read_nit() 188 h.ts = nh->nh_timestamp; in pcap_read_nit() [all …]
|
/external/e2fsprogs/po/ |
D | vi.po | 116 msgstr "trong khi cập nhật nút thông tin khối hỏng" 121 msgstr "Cảnh báo: tìm thấy khối cấm %u trong nút thông tin khối hỏng nên bị xoá.\n" 157 msgstr "ánh xạ thư mục rỗng" 223 msgstr "đang đọc siêu khối nhật ký\n" 228 msgstr "%s: không tìm thấy siêu khối nhật ký hợp lệ\n" 233 msgstr "%s: nhật ký quá ngắn\n" 238 msgstr "%s: đang phục hồi nhật ký\n" 243 msgstr "%s: sẽ không phục hồi nhật ký trong khi có tình trạng chỉ đọc\n" 252 msgstr "athuộc tính đã mở rộng" 264 msgstr "Bmảng ảnh" [all …]
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 165 struct nlmsghdr *nh; in nl_getmsg() local 187 nh = (struct nlmsghdr *) buff; in nl_getmsg() 188 …for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(n… in nl_getmsg() 189 if (nh->nlmsg_pid != pid || nh->nlmsg_seq != seq) in nl_getmsg() 191 if (nh->nlmsg_type == NLMSG_DONE) { in nl_getmsg() 195 if (nh->nlmsg_type == NLMSG_ERROR) { in nl_getmsg() 196 struct nlmsgerr *nlerr = (struct nlmsgerr *) NLMSG_DATA(nh); in nl_getmsg() 198 if (nh->nlmsg_len < NLMSG_LENGTH(sizeof(struct nlmsgerr))) in nl_getmsg()
|
/external/bison/po/ |
D | vi.po | 27 msgstr "cảnh báo" 74 msgstr "Tình trạng %d " 121 msgstr "Hãy chạy câu lệnh “%s --help” (trợ giúp) để xem thêm thông tin.\n" 135 "Tạo ra một bộ phân tích tất định LR hay RL được khái quát hoá dùng\n" 174 " -W, --warnings[=LOẠI] thông báo các cảnh báo thuộc về phân LOẠI này\n" 194 " -L, --language=NGÔN_NGỮ chỉ định ngôn ngữ lập trình kết xuất\n" 195 " (đây là một tính năng vẫn còn thực " 197 " -S, --skeleton=TẬP_TIN chỉ định khung sườn cần dùng\n" 200 " -D, --define=NAME[=VALUE] tương tự như `%define NAME “VALUE”'\n" 224 " -d cũng vậy nhưng không thể đặt TẬP_TIN (cho POSIX " [all …]
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | banviet.txt | 5 không bao giờ quan-tâm. Một ngưòi như Bần thì ai cũng 6 tưởng là không còn có gì là quí-vât nữa. Thế nhưng ta 7 nhầm vì Bần có cái quạt mo, Bần quí lắm. Bần quí và giữ 9 giời mưa Bần cũng nhờ nó mà đỡ ướt. Muốn ngồi Bần 11 dùng để dánh đuổi các chú ấy.
|
/external/libnl/src/lib/ |
D | route.c | 151 struct rtnl_nexthop *nh; in nl_cli_route_parse_nexthop() local 157 if (!(nh = rtnl_route_nh_alloc())) in nl_cli_route_parse_nexthop() 174 rtnl_route_nh_set_ifindex(nh, ival); in nl_cli_route_parse_nexthop() 179 rtnl_route_nh_set_gateway(nh, addr); in nl_cli_route_parse_nexthop() 189 rtnl_route_nh_set_weight(nh, lval); in nl_cli_route_parse_nexthop() 194 rtnl_route_add_nexthop(route, nh); in nl_cli_route_parse_nexthop()
|
/external/libedit/src/ |
D | history.c | 686 history_set_fun(TYPE(History) *h, TYPE(History) *nh) in history_set_fun() argument 690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun() 691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL || in history_set_fun() 692 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL || in history_set_fun() 693 nh->h_del == NULL || nh->h_ref == NULL) { in history_set_fun() 714 h->h_first = nh->h_first; in history_set_fun() 715 h->h_next = nh->h_next; in history_set_fun() 716 h->h_last = nh->h_last; in history_set_fun() 717 h->h_prev = nh->h_prev; in history_set_fun() 718 h->h_curr = nh->h_curr; in history_set_fun() [all …]
|
/external/libcxxabi/src/ |
D | cxa_new_delete.cpp | 46 std::new_handler nh = std::get_new_handler(); in operator new() local 47 if (nh) in operator new() 48 nh(); in operator new()
|
/external/elfutils/src/libdwfl/ |
D | dwfl_segment_report_module.c | 468 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module() local 469 while ((const void *) nh < (const void *) notes + filesz) in dwfl_segment_report_module() 471 const void *note_name = nh + 1; in dwfl_segment_report_module() 472 const void *note_desc = note_name + NOTE_ALIGN (nh->n_namesz); in dwfl_segment_report_module() 474 - note_desc) < nh->n_descsz)) in dwfl_segment_report_module() 477 if (nh->n_type == NT_GNU_BUILD_ID in dwfl_segment_report_module() 478 && nh->n_descsz > 0 in dwfl_segment_report_module() 479 && nh->n_namesz == sizeof "GNU" in dwfl_segment_report_module() 483 build_id_len = nh->n_descsz; in dwfl_segment_report_module() 484 build_id = malloc (nh->n_descsz); in dwfl_segment_report_module() [all …]
|
/external/icu/icu4c/source/data/lang/ |
D | vi.txt | 26 x{"Sử dụng cá nhân"} 499 und{"Ngôn ngữ không xác định"} 561 Cans{"Âm tiết Thổ dân Canada Hợp nhất"} 573 Egyd{"Chữ Ai Cập bình dân"} 575 Egyp{"Chữ tượng hình Ai Cập"} 592 Hluw{"Chữ tượng hình Anatolia"} 625 Maya{"Chữ tượng hình Maya"} 649 Phlp{"Chữ Pahlavi Thánh ca"} 694 Xsux{"Chữ hình nêm Sumero-Akkadian"} 701 Zzzz{"Chữ viết không xác định"} [all …]
|
/external/libcxx/src/ |
D | new.cpp | 58 std::new_handler nh = std::get_new_handler(); in operator new() local 59 if (nh) in operator new() 60 nh(); in operator new()
|
/external/iproute2/ip/ |
D | iproute.c | 568 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); in print_route() local 574 if (len < sizeof(*nh)) in print_route() 576 if (nh->rtnh_len > len) in print_route() 585 if (nh->rtnh_len > sizeof(*nh)) { in print_route() 586 parse_rtattr(tb, RTA_MAX, RTNH_DATA(nh), nh->rtnh_len - sizeof(*nh)); in print_route() 608 fprintf(fp, " %s", ll_index_to_name(nh->rtnh_ifindex)); in print_route() 609 if (nh->rtnh_hops != 1) in print_route() 610 fprintf(fp, "(ttl>%d)", nh->rtnh_hops); in print_route() 612 fprintf(fp, " dev %s", ll_index_to_name(nh->rtnh_ifindex)); in print_route() 613 fprintf(fp, " weight %d", nh->rtnh_hops+1); in print_route() [all …]
|
/external/svox/pico/lib/ |
D | picofftsg.c | 670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; in bitrv2() local 678 nh = n >> 1; in bitrv2() 722 j1 += nh; in bitrv2() 763 k1 += nh; in bitrv2() 802 j1 -= nh; in bitrv2() 842 for (i = nh >> 1; i > (k ^= i); i >>= 1) { in bitrv2() 848 k1 += nh; in bitrv2() 878 k1 -= nh; in bitrv2() 887 j1 += nh + 2; in bitrv2() 888 k1 += nh + 2; in bitrv2() [all …]
|
/external/blktrace/btt/ |
D | q2d.c | 96 double nh = (double)q2dp->nhistos; in q2d_display() local 99 double p = 100.0 * (double)q2dp->histos[i] / nh; in q2d_display()
|
/external/icu/icu4c/source/data/rbnf/ |
D | vi.txt | 59 "1: th\u1EE9 nh\u1EA5t;", 60 "2: th\u1EE9 nh\u00EC;",
|
/external/icu/icu4c/source/data/region/ |
D | vi.txt | 43 AE{"Các Tiểu V.quốc Ả Rập T.nhất"} 265 TF{"Lãnh thổ miền nam nước Pháp"} 281 UM{"Các đảo nhỏ xa t.tâm thuộc Mỹ"} 285 VA{"Thành Vatican"} 300 ZZ{"Vùng không xác định"}
|
/external/tcpdump/tests/ |
D | babel_pad1.out | 2 IP6 fe80::b299:28ff:fec8:d646.6696 > ff02::1:6.6696: babel 2 (60) hello pad1 nh pad1 router-id pad1…
|