/freebsd/contrib/tnftp/src/ |
H A 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/contrib/openpam/t/ |
H A D | t_openpam_readword.c | 251 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 D | wait_bit.h | 45 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 D | imcsmb.c | 241 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 D | sel.c | 52 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 D | util.c | 191 tolower_word(u_char *word) in tolower_word() 251 int word, hword; in getwf() local
|
/freebsd/sys/dev/smbus/ |
H A D | smb.h | 41 short word; member 46 short word; member
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4vf_hw.c | 263 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 D | memcchr.c | 62 unsigned long word; in memcchr() local
|
H A D | bcopy.c | 49 typedef long word; /* "word" used for optimal copy speed */ typedef
|
/freebsd/sys/arm64/include/ |
H A D | runq.h | 41 #define RQB_FFS(word) (ffsl(word) - 1) argument
|
/freebsd/sys/arm/include/ |
H A D | runq.h | 39 #define RQB_FFS(word) (ffs(word) - 1) argument
|
/freebsd/sys/amd64/include/ |
H A D | runq.h | 39 #define RQB_FFS(word) (bsfq(word)) argument
|
/freebsd/sys/riscv/include/ |
H A D | runq.h | 37 #define RQB_FFS(word) (ffsl(word) - 1) argument
|
/freebsd/sys/i386/include/ |
H A D | runq.h | 39 #define RQB_FFS(word) (ffs(word) - 1) argument
|
/freebsd/lib/libc/string/ |
H A D | strchrnul.c | 44 typedef size_t __attribute__((__may_alias__)) word; in __strchrnul() typedef
|
H A D | memchr.c | 44 typedef size_t __attribute__((__may_alias__)) word; in memchr() typedef
|
H A D | bcopy.c | 37 typedef intptr_t word; /* "word" used for optimal copy speed */ typedef
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_readword.c | 54 char *word; in openpam_readword() local
|
H A D | openpam_readlinev.c | 53 char *word, **wordv, **tmp; in openpam_readlinev() local
|
/freebsd/contrib/byacc/ |
H A D | closure.c | 144 unsigned word = *rsp; in closure() local 197 unsigned word; in print_EFF() local
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_schedule.c | 348 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 D | text_test.c | 53 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 D | runq.h | 44 #define RQB_FFS(word) (ffsl(word) - 1) argument
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_bitmap.h | 331 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
|