Home
last modified time | relevance | path

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

12345678

/freebsd/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/contrib/openpam/t/
H A Dt_openpam_readword.c251 const char *word = "hello"; variable
265 const char *word = "hello"; variable
279 const char *word = "hello"; variable
293 const char *word = "hello"; variable
307 const char *word = "hello"; variable
321 const char *word = "hello"; variable
336 const char *word = "hello#world"; variable
350 const char *word[] = { "hello", "world" }; variable
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait_bit.h45 clear_and_wake_up_bit(int bit, void *word) in clear_and_wake_up_bit()
52 bit_waitqueue(void *word, int bit) in bit_waitqueue()
/freebsd/sys/dev/imcsmb/
H A Dimcsmb.c241 imcsmb_readw(device_t dev, u_char slave, char cmd, short *word) in imcsmb_readw() argument
289 imcsmb_writew(device_t dev, u_char slave, char cmd, short word) in imcsmb_writew() argument
331 uint16_t *word; imcsmb_transfer() local
[all...]
/freebsd/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/usr.bin/locate/locate/
H A Dutil.c191 tolower_word(u_char *word) in tolower_word()
251 int word, hword; in getwf() local
/freebsd/sys/dev/smbus/
H A Dsmb.h41 short word; member
46 short word; member
/freebsd/sys/dev/cxgbe/common/
H A Dt4vf_hw.c263 u32 word = be32_to_cpu( in t4vf_get_rss_glb_config() local
314 u32 word; in t4vf_get_vfres() local
/freebsd/sys/libkern/
H A Dmemcchr.c62 unsigned long word; in memcchr() local
H A Dbcopy.c49 typedef long word; /* "word" used for optimal copy speed */ typedef
/freebsd/sys/arm64/include/
H A Drunq.h41 #define RQB_FFS(word) (ffsl(word) - 1) argument
/freebsd/sys/arm/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1) argument
/freebsd/sys/amd64/include/
H A Drunq.h39 #define RQB_FFS(word) (bsfq(word)) argument
/freebsd/sys/riscv/include/
H A Drunq.h37 #define RQB_FFS(word) (ffsl(word) - 1) argument
/freebsd/sys/i386/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1) argument
/freebsd/lib/libc/string/
H A Dstrchrnul.c44 typedef size_t __attribute__((__may_alias__)) word; in __strchrnul() typedef
H A Dmemchr.c44 typedef size_t __attribute__((__may_alias__)) word; in memchr() typedef
H A Dbcopy.c37 typedef intptr_t word; /* "word" used for optimal copy speed */ typedef
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c54 char *word; in openpam_readword() local
H A Dopenpam_readlinev.c53 char *word, **wordv, **tmp; in openpam_readlinev() local
/freebsd/contrib/byacc/
H A Dclosure.c144 unsigned word = *rsp; in closure() local
197 unsigned word; in print_EFF() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c348 bit_to_wchan(word,bit) global() argument
351 linux_wake_up_bit(void * word,int bit) linux_wake_up_bit() argument
358 linux_wait_on_bit_timeout(unsigned long * word,int bit,unsigned int state,int timeout) linux_wait_on_bit_timeout() argument
/freebsd/contrib/atf/atf-c/detail/
H A Dtext_test.c53 const char **word; in array_size() local
67 const char **word; in check_split() local
86 word_acum(const char *word, void *data) in word_acum()
/freebsd/sys/powerpc/include/
H A Drunq.h44 #define RQB_FFS(word) (ffsl(word) - 1) argument
/freebsd/sys/contrib/ck/include/
H A Dck_bitmap.h331 unsigned int word; in ck_bitmap_empty() local
362 unsigned int word; in ck_bitmap_full() local
390 unsigned int word; in ck_bitmap_count() local
426 unsigned int word, xi, yi; in ck_bitmap_count_intersect() local

12345678