Searched refs:asd (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/netbsd-tests/usr.bin/cut/ |
| H A D | d_basic.out | 10 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 11 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 21 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 22 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 32 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 33 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 43 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 44 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 54 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 55 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm [all …]
|
| H A D | d_dflag.out | 6 qwe rty uio p[] asd fgh jkl zxc vbn nm 17 qwe rty uio p[] asd fgh jkl zxc vbn nm 28 qwe rty uio p[] asd fgh jkl zxc vbn nm 39 qwe rty uio p[] asd fgh jkl zxc vbn nm 50 qwe rty uio p[] asd fgh jkl zxc vbn nm 61 qwe rty uio p[] asd fgh jkl zxc vbn nm 72 qwe rty uio p[] asd fgh jkl zxc vbn nm 76 qwe:rty:uio:p[]:asd:fgh:jkl 83 qwe rty uio p[] asd fgh jkl zxc vbn nm 87 qwe:rty:uio:p[]:asd:fgh:jkl
|
| H A D | d_cut.in | 5 qwe rty uio p[] asd fgh jkl zxc vbn nm 9 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 10 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm
|
| H A D | d_sflag.out | 28 qwe rty uio p[] asd 32 qwe rty uio p[] asd
|
| H A D | d_dsflag.out | 27 qwe:rty:uio:p[]:asd:fgh:jkl 31 qwe:rty:uio:p[]:asd:fgh:jkl
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 875 const coff_aux_section_definition *asd; in printCOFFSymbolTable() local 877 coff.getAuxSymbol<coff_aux_section_definition>(SI + 1, asd)) in printCOFFSymbolTable() 880 int32_t AuxNumber = asd->getNumber(Symbol->isBigObj()); in printCOFFSymbolTable() 884 , unsigned(asd->Length) in printCOFFSymbolTable() 885 , unsigned(asd->NumberOfRelocations) in printCOFFSymbolTable() 886 , unsigned(asd->NumberOfLinenumbers) in printCOFFSymbolTable() 887 , unsigned(asd->CheckSum)) in printCOFFSymbolTable() 890 , unsigned(asd->Selection)); in printCOFFSymbolTable()
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_001_neg.ksh | 71 log_mustnot usr_exec $CHMOD A+ asd owner@:execute:deny $node
|
| /freebsd/sbin/pfctl/ |
| H A D | parse.y | 1033 if (pf->asd >= PFCTL_ANCHOR_STACK_DEPTH) 1035 pf->asd++; 1048 pf->astack[pf->asd] = rs->anchor; 1053 pf->asd--; 1054 pf->anchor = pf->astack[pf->asd]; 1112 pf->astack[pf->asd + 1] = NULL; 1309 if (pf->asd >= PFCTL_ANCHOR_STACK_DEPTH) 1311 pf->asd++; 1319 pf->eastack[pf->asd] = rs->anchor; 1324 pf->asd--; [all …]
|
| H A D | pfctl_parser.h | 100 int asd; /* anchor stack depth */ member
|
| H A D | pfctl.c | 2726 pf.asd = 0; in pfctl_rules()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | pgp-binary-keys | 388 !:ext pgp/gpg/pkr/asd
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.c | 5674 int asd = 0, match = 0; in pf_test_eth_rule() local 5805 pf_step_into_keth_anchor(anchor_stack, &asd, in pf_test_eth_rule() 5809 if (r == NULL && pf_step_out_of_keth_anchor(anchor_stack, &asd, in pf_test_eth_rule()
|