Home
last modified time | relevance | path

Searched defs:word (Results 1 – 25 of 223) sorted by relevance

123456789

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dtoken.c46 const char *word) in svn_token__from_word_strict()
60 const char *word) in svn_token__from_word_err()
75 const char *word) in svn_token__from_word()
90 const char *word, in svn_token__from_mem()
H A Dtypes.c115 svn_depth_from_word(const char *word) in svn_depth_from_word()
158 svn_node_kind_from_word(const char *word) in svn_node_kind_from_word()
192 svn_tristate__from_word(const char *word) in svn_tristate__from_word()
/freebsd-12.1/contrib/tnftp/src/
H A Dcomplete.c86 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-12.1/contrib/openpam/t/
H A Dt_openpam_readword.c253 const char *word = "hello"; variable
267 const char *word = "hello"; variable
281 const char *word = "hello"; variable
295 const char *word = "hello"; variable
309 const char *word = "hello"; variable
323 const char *word = "hello"; variable
338 const char *word = "hello#world"; variable
352 const char *word[] = { "hello", "world" }; variable
/freebsd-12.1/sys/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffsl(word) - 1) argument
50 #define RQB_FFS(word) (ffs(word) - 1) argument
/freebsd-12.1/contrib/gdb/gdb/
H A Dcompleter.c116 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
H A Dppc-sysv-tdep.c242 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-12.1/contrib/binutils/bfd/doc/
H A Dchew.c284 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-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-spinlock.h197 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-12.1/sys/dev/imcsmb/
H A Dimcsmb.c244 imcsmb_readw(device_t dev, u_char slave, char cmd, short *word) in imcsmb_readw()
292 imcsmb_writew(device_t dev, u_char slave, char cmd, short word) in imcsmb_writew()
334 uint16_t *word; in imcsmb_transfer() local
/freebsd-12.1/contrib/binutils/opcodes/
H A Darc-dis.c60 #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-12.1/usr.bin/locate/locate/
H A Dutil.c207 tolower_word(word) in tolower_word() argument
266 register int word, hword; local
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dsel.c52 eval_word(hx509_context context, hx509_env env, struct hx_expr *word) in eval_word()
72 find_variable(hx509_context context, hx509_env env, struct hx_expr *word) in find_variable()
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dt4vf_hw.c262 u32 word = be32_to_cpu( in t4vf_get_rss_glb_config() local
313 u32 word; in t4vf_get_vfres() local
/freebsd-12.1/sys/dev/smbus/
H A Dsmb.h43 short word; member
48 short word; member
/freebsd-12.1/sys/powerpc/powerpc/
H A Dcopyinout.c215 suword32(volatile void *addr, int word) in suword32()
244 suword(volatile void *addr, long word) in suword()
273 suword64(volatile void *addr, int64_t word) in suword64()
279 suword32(volatile void *addr, int32_t word) in suword32()
/freebsd-12.1/sys/dev/e1000/
H A De1000_nvm.h40 u16 word[2]; member
/freebsd-12.1/sys/libkern/
H A Dmemcchr.c64 unsigned long word; in memcchr() local
/freebsd-12.1/sys/amd64/include/
H A Drunq.h41 #define RQB_FFS(word) (bsfq(word)) argument
/freebsd-12.1/sys/riscv/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1) argument
/freebsd-12.1/sys/arm/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) argument
/freebsd-12.1/sys/i386/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) argument
/freebsd-12.1/sys/arm64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1) argument
/freebsd-12.1/sys/dev/ixgbe/
H A Dixgbe_common.h48 u16 word[2]; member
/freebsd-12.1/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c56 char *word; in openpam_readword() local

123456789