| /dragonfly/games/boggle/boggle/ |
| HD | bog.c | 64 char **pword, *pwords, *pwordsp; variable 313 if (strcmp(pword[i], buf) == 0) in playgame() 327 pword = realloc(pword, in playgame() 329 if (pword == NULL) { in playgame() 343 pword[npwords++] = pwordsp; in playgame() 357 qsort(pword, npwords, sizeof(pword[0]), compar); in playgame() 358 pword[npwords] = NULL; in playgame() 502 pw = pword; in checkdict() 689 pword = calloc(maxpwords, sizeof(char *)); in init() 690 if (pword == NULL) in init()
|
| HD | mach.c | 148 prtable(pword, npwords, 0, ncols, prword, prwidth); in results() 396 printw("%s", pword[n]); in showword() 402 printw("%s", pword[n]); in showword() 456 if (strcmp(buf, pword[i]) == 0) { in findword()
|
| HD | extern.h | 53 extern char **mword, **pword;
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | archive.cc | 302 const Entry_type* pword = reinterpret_cast<const Entry_type*>(p); in read_armap() local 304 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap() 305 ++pword; in read_armap() 308 const char* pnames = reinterpret_cast<const char*>(pword + nsyms); in read_armap() 320 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap() 322 ++pword; in read_armap()
|
| HD | object.cc | 973 const elfcpp::Elf_Word* pword = in include_section_group() local 979 elfcpp::Elf_Word flags = elfcpp::Swap<32, big_endian>::readval(pword); in include_section_group() 1078 this->adjust_shndx(elfcpp::Swap<32, big_endian>::readval(pword + i)); in include_section_group()
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | archive.cc | 302 const Entry_type* pword = reinterpret_cast<const Entry_type*>(p); in read_armap() local 304 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap() 305 ++pword; in read_armap() 308 const char* pnames = reinterpret_cast<const char*>(pword + nsyms); in read_armap() 320 elfcpp::Swap<mapsize, true>::readval(pword)); in read_armap() 322 ++pword; in read_armap()
|
| HD | object.cc | 972 const elfcpp::Elf_Word* pword = in include_section_group() local 978 elfcpp::Elf_Word flags = elfcpp::Swap<32, big_endian>::readval(pword); in include_section_group() 1077 this->adjust_shndx(elfcpp::Swap<32, big_endian>::readval(pword + i)); in include_section_group()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | 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
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | ios_base.h | 764 pword(int __ix) in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | ios_base.h | 832 pword(int __ix) in _GLIBCXX_VISIBILITY()
|
| /dragonfly/sys/netgraph/ppp/ |
| HD | ng_ppp.c | 1854 u_int16_t pword = htons((u_int16_t)proto); in ng_ppp_addproto() local 1856 return ng_ppp_prepend(m, &pword, 2); in ng_ppp_addproto()
|
| /dragonfly/sys/netgraph7/ppp/ |
| HD | ng_ppp.c | 2398 uint16_t pword = htons(proto); in ng_ppp_addproto() local 2400 return ng_ppp_prepend(m, &pword, 2); in ng_ppp_addproto()
|