| /src/external/bsd/tcpdump/dist/ |
| print-wb.c | 313 wb_dops(netdissect_options *ndo, const struct pkt_dop *dop, 316 const struct dophdr *dh = (const struct dophdr *)((const u_char *)dop + sizeof(*dop)); 324 ND_PRINT(" %s", tok2str(dop_str, "dop-%u!", t)); 344 const struct pkt_dop *dop = &rrep->pr_dop; local 353 GET_IPADDR_STRING(dop->pd_page.p_sid), 354 GET_BE_U_4(dop->pd_page.p_uid), 355 GET_BE_U_4(dop->pd_sseq), 356 GET_BE_U_4(dop->pd_eseq)); 359 wb_dops(ndo, dop, [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| format-awk-1 | 73 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-c-1 | 97 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-elisp-1 | 69 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-gcc-internal-1 | 95 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-librep-1 | 49 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-perl-1 | 103 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-php-1 | 59 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-tcl-1 | 73 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| format-boost-1 | 189 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
|
| /src/external/bsd/dhcpcd/dist/src/ |
| if-options.c | 657 struct dhcp_opt **dop, *ndop; local 688 dop = NULL; 1858 dop = &ifo->dhcp_override; 1862 if (dop == NULL) { 1863 dop = &ifo->nd_override; 1868 if (dop == NULL) { 1869 dop = &ifo->dhcp6_override; 1874 if (dop == NULL) { 1875 dop = &ifo->vivso_override; 1881 if (dop == NULL) [all...] |
| /src/sys/kern/ |
| kern_synch.c | 376 int s, dop, lsflag; local 380 while ((dop = l->l_dopreempt) != 0) { 394 if ((dop & DOPREEMPT_COUNTED) == 0) { 411 if ((dop & DOPREEMPT_COUNTED) == 0) { 428 if (__predict_true((dop & DOPREEMPT_COUNTED) == 0)) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 2048 dt_operand *dop = static_cast<dt_operand *>(p); local 2049 print_operand (dop->op, f, true); 3835 dt_operand *dop = static_cast<dt_operand *>(root->kids[j]); local 3836 expr *e = static_cast<expr *>(dop->op); 3864 dop->gen_kids (f, 2, gimple, 0); 3922 dt_operand *dop = static_cast<dt_operand *>(root->kids[i]); local 3923 expr *e = static_cast<expr *>(dop->op);
|