Searched refs:pword (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.glob.c | 69 static void pword (struct blk_buf *, struct Strbuf *); 694 pword(&bb, &word); in dobackp() 867 pword(bb, word); in backeval() 877 pword(struct blk_buf *bb, struct Strbuf *word) in pword() function
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 156 void*& ios_base::pword(int index) { in pword() function in ios_base
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ios | 91 void*& pword(int index); 322 void*& pword(int __index);
|
/freebsd/sys/netgraph/ |
H A D | ng_ppp.c | 2421 uint16_t pword = htons((uint16_t)proto); in ng_ppp_addproto() local 2423 return ng_ppp_prepend(m, &pword, 2); in ng_ppp_addproto()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PEM_read_bio_PrivateKey.pod | 443 rc = EVP_BytesToKey(cipher, md, iv /*salt*/, pword, plen, 1, key, NULL /*iv*/);
|