| /freebsd-9-stable/contrib/groff/src/devices/grohtml/ |
| D | html.h | 28 struct word { struct 30 word *next; argument
|
| /freebsd-9-stable/contrib/tnftp/src/ |
| D | complete.c | 86 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous() 139 complete_command(char *word, int list) in complete_command() 169 complete_local(char *word, int list) in complete_local() 251 complete_option(char *word, int list) in complete_option() 281 complete_remote(char *word, int list) in complete_remote() 362 static char word[FTPBUFLEN]; in complete() local
|
| /freebsd-9-stable/contrib/openpam/t/ |
| D | t_openpam_readword.c | 205 const char *word = "hello"; variable 219 const char *word = "hello"; variable 233 const char *word = "hello"; variable 247 const char *word = "hello"; variable 261 const char *word = "hello"; variable 275 const char *word = "hello"; variable 290 const char *word = "hello#world"; variable 304 const char *word[] = { "hello", "world" }; variable
|
| /freebsd-9-stable/contrib/bind9/lib/lwres/ |
| D | lwconfig.c | 298 char word[LWRES_CONFMAXLINELEN]; in lwres_conf_parsenameserver() local 329 char word[LWRES_CONFMAXLINELEN]; in lwres_conf_parselwserver() local 357 char word[LWRES_CONFMAXLINELEN]; in lwres_conf_parsedomain() local 399 char word[LWRES_CONFMAXLINELEN]; in lwres_conf_parsesearch() local 512 char word[LWRES_CONFMAXLINELEN]; in lwres_conf_parsesortlist() local 568 char word[LWRES_CONFMAXLINELEN]; in lwres_conf_parseoption() local 605 char word[256]; in lwres_conf_parse() local
|
| /freebsd-9-stable/sys/mips/include/ |
| D | runq.h | 46 #define RQB_FFS(word) (ffsl(word) - 1) argument 48 #define RQB_FFS(word) (ffs(word) - 1) argument
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | completer.c | 116 filename_completer (char *text, char *word) in filename_completer() 199 location_completer (char *text, char *word) in location_completer() 340 command_completer (char *text, char *word) in command_completer() 384 char *word; in complete_line() local
|
| D | ppc-sysv-tdep.c | 242 char word[MAX_REGISTER_SIZE]; in ppc_sysv_abi_push_dummy_call() local 438 int word = 0; in do_ppc_sysv_return_value() local 461 int word = 0; in do_ppc_sysv_return_value() local 709 ULONGEST word = unpack_long (type, val); in ppc64_sysv_abi_push_dummy_call() local
|
| /freebsd-9-stable/contrib/bind9/lib/irs/ |
| D | resconf.c | 279 char word[RESCONFMAXLINELEN]; in resconf_parsenameserver() local 305 char word[RESCONFMAXLINELEN]; in resconf_parsedomain() local 341 char word[RESCONFMAXLINELEN]; in resconf_parsesearch() local 390 char word[RESCONFMAXLINELEN]; in resconf_parsesortlist() local 439 char word[RESCONFMAXLINELEN]; in resconf_parseoption() local 486 char word[256]; in irs_resconf_load() local
|
| /freebsd-9-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-spinlock.h | 197 static inline void cvmx_spinlock_bit_lock(uint32_t *word) in cvmx_spinlock_bit_lock() 231 static inline unsigned int cvmx_spinlock_bit_trylock(uint32_t *word) in cvmx_spinlock_bit_trylock() 263 static inline void cvmx_spinlock_bit_unlock(uint32_t *word) in cvmx_spinlock_bit_unlock()
|
| /freebsd-9-stable/contrib/binutils/bfd/doc/ |
| D | chew.c | 284 char *word; member 357 exec (word) in exec() argument 1124 nextword (string, word) in nextword() argument 1213 lookup_word (word) in lookup_word() argument 1239 dict_type *word; in perform() local 1263 newentry (word) in newentry() argument 1277 add_to_definition (entry, word) in add_to_definition() argument 1318 char *word; local
|
| /freebsd-9-stable/usr.bin/locate/locate/ |
| D | util.c | 208 tolower_word(word) in tolower_word() argument 267 register int word, hword; local
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | arc-dis.c | 60 #define BIT(word,n) ((word) & (1 << n)) argument 61 #define BITS(word,s,e) (((word) << (31 - e)) >> (s + (31 - e))) argument 62 #define OPCODE(word) (BITS ((word), 27, 31)) argument 63 #define FIELDA(word) (BITS ((word), 21, 26)) argument 64 #define FIELDB(word) (BITS ((word), 15, 20)) argument 65 #define FIELDC(word) (BITS ((word), 9, 14)) argument 69 #define FIELDD(word) (BITS (((signed int)word), 0, 8)) argument
|
| /freebsd-9-stable/sys/powerpc/aim/ |
| D | copyinout.c | 289 suword32(void *addr, int word) in suword32() 315 suword(void *addr, long word) in suword() 341 suword64(void *addr, int64_t word) in suword64() 347 suword32(void *addr, int32_t word) in suword32()
|
| /freebsd-9-stable/contrib/bind9/lib/export/samples/ |
| D | sample-update.c | 377 char *word; in parse_name() local 450 char *word; in update_addordelete() local 607 char *word; in make_prereq() local 703 char *word; in evaluate_prereq() local
|
| /freebsd-9-stable/sys/dev/e1000/ |
| D | e1000_nvm.h | 40 u16 word[2]; member
|
| /freebsd-9-stable/sys/dev/ixgbe/ |
| D | ixgbe_common.h | 46 u16 word[2]; member
|
| /freebsd-9-stable/sys/amd64/include/ |
| D | runq.h | 39 #define RQB_FFS(word) (bsfq(word)) argument
|
| /freebsd-9-stable/sys/i386/include/ |
| D | runq.h | 39 #define RQB_FFS(word) (ffs(word) - 1) argument
|
| /freebsd-9-stable/sys/arm/include/ |
| D | runq.h | 39 #define RQB_FFS(word) (ffs(word) - 1) argument
|
| /freebsd-9-stable/contrib/openpam/lib/libpam/ |
| D | openpam_readword.c | 56 char *word; in openpam_readword() local
|
| D | openpam_readlinev.c | 55 char *word, **wordv, **tmp; in openpam_readlinev() local
|
| /freebsd-9-stable/usr.bin/yacc/ |
| D | closure.c | 156 unsigned word; in closure() local 247 unsigned word; in print_EFF() local
|
| /freebsd-9-stable/sys/powerpc/include/ |
| D | runq.h | 44 #define RQB_FFS(word) (ffsl(word) - 1) argument
|
| /freebsd-9-stable/sys/sparc64/include/ |
| D | runq.h | 39 #define RQB_FFS(word) (ffs64(word) - 1) argument
|
| /freebsd-9-stable/contrib/nvi/clib/ |
| D | memmove.c | 49 typedef int word; /* "word" used for optimal copy speed */ typedef
|