Home
last modified time | relevance | path

Searched refs:pcx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/modules/splash/
H A DMakefile1 SUBDIR= bmp pcx txt
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c2403 struct wpabuf *pcx = NULL, *pex = NULL; in dpp_derive_auth_i() local
2451 pcx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_derive_auth_i()
2455 pcx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_derive_auth_i()
2459 if (!pcx || !pex) in dpp_derive_auth_i()
2461 addr[1] = wpabuf_head(pcx); in dpp_derive_auth_i()
2462 len[1] = wpabuf_len(pcx) / 2; in dpp_derive_auth_i()
2476 wpabuf_free(pcx); in dpp_derive_auth_i()
/freebsd/contrib/file/magic/Magdir/
H A Dimages2019 # https://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt
2022 # verfied partly as pcx "Zsoft Paintbrush" format by XnView `nconvert -in pcx -fullinfo *.pcx` and
2023 # by ImageMagick version 7.1.1-21 command `identify *.pcx`
2032 …skip DROID fmt-89-signature-id-62.pcx fmt-88-signature-id-63.pcx fmt-87-signature-id-64.pcx fmt-86…
2034 !:mime image/vnd.zbrush.pcx
2036 #!:mime image/x-pcx
2037 !:ext pcx/pcc
2039 #!:ext pcx/pcc/st
2040 # Note: called as "PCX bitmap (v2.5)" by TrID via bitmap-pcx.trid.xml and "PCX" version 0 by DROID…
2042 # Note: called as "PCX bitmap (v2.8, palette)" by TrID via bitmap-pcx-v28p.trid.xml and "PCX" vers…
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c97901 int pcx; local
97921 pcx = sqlite3VdbeFrameRestore(pFrame);
97928 pcx = p->aOp[pcx].p2-1;
97932 pOp = &aOp[pcx];