Searched refs:wo (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/usr.bin/jot/tests/
H A Dregress.sh54 REGRESSION_TEST(`wo', `jot -w "a%ob" 10')
H A DMakefile56 FILES+= regress.wo.out
/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dlang.h53 wo, enumerator in enum:__anon4807
H A Dlang.c544 { wo, "wo", "Wolof" },
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dhxtool.c463 heim_octet_string wo; local
465 ret = hx509_cms_wrap_ContentInfo(&asn1_oid_id_pkcs7_signedData, &o, &wo);
470 o = wo;
639 heim_octet_string wo; local
641 ret = hx509_cms_wrap_ContentInfo(&asn1_oid_id_pkcs7_envelopedData, &o, &wo);
646 o = wo;
/freebsd-10.2-release/sys/dev/isp/
H A Disp.c8029 isp_rdnvram_word(ispsoftc_t *isp, int wo, uint16_t *rp) argument
8040 wo &= ((ISP2100_NVRAM_SIZE >> 1) - 1);
8042 wo += 128;
8044 rqst = (ISP_NVRAM_READ << 8) | wo;
8047 wo &= ((ISP1080_NVRAM_SIZE >> 1) - 1);
8048 rqst = (ISP_NVRAM_READ << 8) | wo;
8051 wo &= ((ISP_NVRAM_SIZE >> 1) - 1);
8052 rqst = (ISP_NVRAM_READ << 6) | wo;

Completed in 116 milliseconds