Searched refs:pword (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.glob.c73 static void pword (struct blk_buf *, struct Strbuf *);
686 pword(&bb, &word);
882 pword(bb, word);
892 pword(struct blk_buf *bb, struct Strbuf *word) function
/freebsd-9.3-release/contrib/libc++/src/
H A Dios.cpp193 ios_base::pword(int index) function in class:ios_base
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dios_base.h495 // 27.4.2.5 Members for iword/pword storage
503 // Only for failed iword/pword calls.
507 // The first 5 iword and pword slots are reserved for internal use.
709 * index for the iword and pword functions. The expectation is that an
711 * pword arrays that can be used without fear of conflict.
715 * that is safe to use in the iword and pword arrays.
746 * The pword function provides access to an array of pointers that can be
755 pword(int __ix) function in class:ios_base
/freebsd-9.3-release/sys/netgraph/
H A Dng_ppp.c2411 uint16_t pword = htons((uint16_t)proto); local
2413 return ng_ppp_prepend(m, &pword, 2);

Completed in 70 milliseconds