Home
last modified time | relevance | path

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

12345678

/dragonfly/contrib/tnftp/src/
H A Dcomplete.c86 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous()
138 complete_command(char *word, int list) in complete_command()
168 complete_local(char *word, int list) in complete_local()
250 complete_option(char *word, int list) in complete_option()
280 complete_remote(char *word, int list) in complete_remote()
361 static char word[FTPBUFLEN]; in complete() local
/dragonfly/lib/libipfw3/basic/
H A Dipfw3_basic.c744 char *word = "from"; in show_from() local
753 char *word = "from"; in show_from_lookup() local
762 char *word = "from"; in show_from_me() local
772 char *word = "from"; in show_from_mask() local
786 char *word = "from"; in show_from_src_n_port() local
797 char *word = "to"; in show_to() local
807 char *word = "to"; in show_to_lookup() local
816 char *word = "to"; in show_to_me() local
826 char *word = "to"; in show_to_mask() local
840 char *word = "to"; in show_to_src_n_port() local
[all …]
/dragonfly/lib/libipfw3/layer4/
H A Dipfw3_layer4.c162 char *word = "tcpflag"; in show_tcpflag() local
173 char *word = "uid"; in show_uid() local
188 char *word = "gid"; in show_gid() local
208 char *word = "bpf"; in show_bpf() local
/dragonfly/usr.bin/locate/locate/
H A Dutil.c201 tolower_word(u_char *word) in tolower_word()
253 int word; in getwf() local
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/command/
H A Dtype_printers.py88 def add_some(self, result, word, printers): argument
93 def complete(self, text, word): argument
/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c52 suword64(uint64_t *base, uint64_t word) in suword64()
58 suword32(uint32_t *base, int word) in suword32()
/dragonfly/sys/dev/smbus/smb/
H A Dsmb.h42 short word; member
47 short word; member
/dragonfly/usr.sbin/installer/libinstaller/
H A Dsurvey.c81 char *word; in parse_geometry_info() local
114 char *word; in parse_slice_info() local
/dragonfly/sys/dev/drm/
H A Dlinux_wait.c105 wait_on_bit_timeout(unsigned long *word, int bit, unsigned mode, in wait_on_bit_timeout()
141 wait_on_bit(unsigned long *word, int bit, unsigned mode) in wait_on_bit()
/dragonfly/sys/dev/drm/i915/
H A Dintel_color.c328 uint32_t word = in i9xx_load_luts_internal() local
340 uint32_t word = (i << 16) | (i << 8) | i; in i9xx_load_luts_internal() local
400 uint32_t word = in bdw_load_degamma_lut() local
435 uint32_t word = in bdw_load_gamma_lut() local
/dragonfly/contrib/byacc/
H A Dclosure.c144 unsigned word = *rsp; in closure() local
197 unsigned word; in print_EFF() local
/dragonfly/sys/libkern/
H A Dmemcchr.c64 unsigned long word; in memcchr() local
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c56 char *word; in openpam_readword() local
H A Dopenpam_readlinev.c55 char *word, **wordv, **tmp; in openpam_readlinev() local
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_common.h47 u16 word[2]; member
/dragonfly/usr.bin/mail/
H A Dlex.c274 char word[LINESIZE]; in execute() local
480 lex(char *word) in lex()
/dragonfly/lib/libc/string/
H A Dbcopy.c42 typedef int word; /* "word" used for optimal copy speed */ typedef
H A Dstrtok.c124 char *brkb, *brkt, *phrase, *sep, *word; in main() local
/dragonfly/contrib/awk/
H A Dlex.c41 const char *word; member
508 int word(char *w) in word() function
/dragonfly/contrib/tcsh-6/
H A Dsh.glob.c663 struct Strbuf word = Strbuf_INIT; in dobackp() local
702 backeval(struct blk_buf *bb, struct Strbuf *word, Char *cp, int literal) in backeval()
877 pword(struct blk_buf *bb, struct Strbuf *word) in pword()
H A Dtw.parse.c159 size_t wp, word, wordp, cmd_start, oword = 0, ocmd_start = 0; in tenematch() local
590 insert_meta(const Char *cp, const Char *cpend, const Char *word, in insert_meta()
1235 tw_suffix(int looking, struct Strbuf *word, const Char *exp_dir, Char *exp_name) in tw_suffix()
1299 tw_fixword(int looking, struct Strbuf *word, Char *dir, Char *exp_name) in tw_fixword()
1509 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, in t_search()
/dragonfly/sys/bus/smbus/
H A Dsmbconf.h117 #define smbus_writew(bus,slave,cmd,word) \ argument
121 #define smbus_readw(bus,slave,cmd,word) \ argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddata-streamer.h43 bitpack_word_t word; member
132 bitpack_word_t word = bp->word; in bp_pack_value() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddata-streamer.h40 bitpack_word_t word; member
104 bitpack_word_t word = bp->word; in bp_pack_value() local
/dragonfly/games/adventure/
H A Dwizard.c109 char *word, *x; in wizard() local

12345678