Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dragonfly/contrib/tnftp/src/
H A Dcomplete.c93 wordlen = strlen(word); in complete_ambiguous()
146 wordlen = strlen(word); in complete_command()
181 file = word; in complete_local()
183 if (file == word) { in complete_local()
187 (void)strlcpy(dir, word, file - word + 1); in complete_local()
258 wordlen = strlen(word); in complete_option()
298 file = word; in complete_remote()
301 while (*cp == '/' && cp > word) in complete_remote()
303 (void)strlcpy(dir, word, cp - word + 2); in complete_remote()
361 static char word[FTPBUFLEN]; in complete() local
[all …]
/dragonfly/contrib/tcsh-6/
H A Dsh.parse.c88 switch (p->word[0]) { in asyn0()
162 if (p1->word[0] && eq(p1->word, alout.next->word)) { in asyn3()
174 xfree(alout.prev->word); in asyn3()
186 xfree(p1->word); in freenod()
231 switch (p->word[0]) { in syn0()
299 switch (p->word[0]) { in syn1()
340 switch (p->word[0]) { in syn1a()
382 switch (p->word[0]) { in syn1b()
424 switch (p->word[0]) { in syn2()
505 switch (p->word[0]) { in syn3()
[all …]
H A Dtc.func.c226 cleanup_until(&word); in dolist()
278 cmd.word = STRNULL; in dolist()
482 lexp[1].word = cmd; in cmd_expand()
1289 cmd = we->word; in continue_jobs()
1345 xfree(now->word); in insert()
1354 for (last = now; *last->word != '\n' && *last->word != ';'; in insert()
1370 cp1 = now->word; in insert()
1391 now->word = bcmd; in insert()
1398 xfree(now->word); in insert()
1400 *now->word = '%'; in insert()
[all …]
/dragonfly/libexec/dma/
H A Dconf.c151 char *word; in parse_conf() local
178 word = strsep(&data, EQS); in parse_conf()
181 if (word == NULL || *word == 0) in parse_conf()
189 if (strcmp(word, "SMARTHOST") == 0 && data != NULL) in parse_conf()
191 else if (strcmp(word, "PORT") == 0 && data != NULL) in parse_conf()
193 else if (strcmp(word, "ALIASES") == 0 && data != NULL) in parse_conf()
195 else if (strcmp(word, "SPOOLDIR") == 0 && data != NULL) in parse_conf()
197 else if (strcmp(word, "AUTHPATH") == 0 && data != NULL) in parse_conf()
199 else if (strcmp(word, "CERTFILE") == 0 && data != NULL) in parse_conf()
221 else if (strcmp(word, "FINGERPRINT") == 0) { in parse_conf()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dcompleter.c118 char *text, char *word) in VEC()
144 if (word == text) in VEC()
147 else if (word > text) in VEC()
158 strncpy (q, word, text - word); in VEC()
159 q[text - word] = '\0'; in VEC()
439 for (p = word; in VEC()
516 char *word; in VEC() local
657 for (p = word; in VEC()
669 for (p = word; in VEC()
731 for (p = word; in VEC()
[all …]
/dragonfly/usr.bin/locate/locate/
H A Dutil.c201 tolower_word(u_char *word) in tolower_word() argument
205 for(p = word; *p != '\0'; p++) in tolower_word()
208 return(word); in tolower_word()
253 int word; in getwf() local
255 word = getw(fp); in getwf()
257 if (word > MAXPATHLEN || word < -(MAXPATHLEN)) { in getwf()
258 word = ntohl(word); in getwf()
259 if (word > MAXPATHLEN || word < -(MAXPATHLEN)) in getwf()
261 MAXPATHLEN, abs(word) < abs(htonl(word)) ? word : in getwf()
262 htonl(word)); in getwf()
[all …]
/dragonfly/sys/libkern/
H A Dmemcchr.c47 #error Unsupported word size
64 unsigned long word; in memcchr() local
67 word = (unsigned char)c; in memcchr()
68 word |= word << 8; in memcchr()
69 word |= word << 16; in memcchr()
71 word |= word << 32; in memcchr()
85 if (*lp++ != word) in memcchr()
91 if (*lp != word) { in memcchr()
/dragonfly/usr.sbin/installer/libinstaller/
H A Dsurvey.c81 char *word; in parse_geometry_info() local
90 *cyl = atoi(word); in parse_geometry_info()
93 if ((word = strtok(NULL, " \t")) == NULL) /* 16 */ in parse_geometry_info()
95 *head = atoi(word); in parse_geometry_info()
100 *sec = atoi(word); in parse_geometry_info()
114 char *word; in parse_slice_info() local
122 *slice = atoi(word); in parse_slice_info()
125 *start = strtoul(word, NULL, 10); in parse_slice_info()
128 *size = strtoul(word, NULL, 10); in parse_slice_info()
131 if (!hex_to_int(word, type)) in parse_slice_info()
[all …]
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c56 char *word; in openpam_readword() local
94 word = NULL; in openpam_readword()
104 if (openpam_straddch(&word, &size, &len, 0) != 0) in openpam_readword()
114 openpam_straddch(&word, &size, &len, '\\') != 0) { in openpam_readword()
115 free(word); in openpam_readword()
119 if (openpam_straddch(&word, &size, &len, ch) != 0) { in openpam_readword()
120 free(word); in openpam_readword()
131 free(word); in openpam_readword()
138 free(word); in openpam_readword()
145 return (word); in openpam_readword()
/dragonfly/lib/libipfw3/layer4/
H A Dipfw3_layer4.c162 char *word = "tcpflag"; in show_tcpflag() local
164 word = "or"; in show_tcpflag()
165 printf(" %s %d", word, cmd->arg1); in show_tcpflag()
173 char *word = "uid"; in show_uid() local
175 word = "or"; in show_uid()
179 printf(" %s %u", word, cmd32->d[0]); in show_uid()
188 char *word = "gid"; in show_gid() local
190 word = "or"; in show_gid()
194 printf(" %s %u", word, cmd32->d[0]); in show_gid()
208 char *word = "bpf"; in show_bpf() local
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-decnet.c48 typedef nd_uint16_t word; /* 2 byte field */ typedef
75 word sh_src; /* source node address */
163 word in_src; /* source node address */
169 word in_hello; /* hello timer */
176 word ve_src; /* source node address */
183 word te_src; /* source node address */
212 word rh_hello; /* hello timer */
228 word eh_hello; /* hello timer */
378 word ms_seq; /* sequence number */
445 word di_reason; /* reason code */
[all …]
/dragonfly/lib/libc/string/
H A Dstrtok.c124 char *brkb, *brkt, *phrase, *sep, *word; in main() local
131 for (word = strtok(test, sep); word; word = strtok(NULL, sep)) in main()
132 printf("Next word is \"%s\".\n", word); in main()
135 for (word = strtok_r(test, sep, &brkt); word; in main()
136 word = strtok_r(NULL, sep, &brkt)) { in main()
141 printf("So far we're at %s:%s\n", word, phrase); in main()
/dragonfly/lib/libipfw3/basic/
H A Dipfw3_basic.c728 word = "or"; in show_src_port()
737 word = "or"; in show_dst_port()
746 word = "or"; in show_from()
755 word = "or"; in show_from_lookup()
764 word = "or"; in show_from_me()
774 word = "or"; in show_from_mask()
788 word = "or"; in show_from_src_n_port()
799 word = "or"; in show_to()
809 word = "or"; in show_to_lookup()
818 word = "or"; in show_to_me()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v14.c195 uint16_t word; in eepromSwap() local
199 word = __bswap16(ee->baseEepHeader.length); in eepromSwap()
200 ee->baseEepHeader.length = word; in eepromSwap()
203 ee->baseEepHeader.checksum = word; in eepromSwap()
206 ee->baseEepHeader.version = word; in eepromSwap()
209 ee->baseEepHeader.regDmn[0] = word; in eepromSwap()
212 ee->baseEepHeader.regDmn[1] = word; in eepromSwap()
215 ee->baseEepHeader.rfSilent = word; in eepromSwap()
221 ee->baseEepHeader.deviceCap = word; in eepromSwap()
237 pModal->xpaBiasLvlFreq[i] = word; in eepromSwap()
[all …]
H A Dah_eeprom_v4k.c151 uint16_t word; in eepromSwap() local
155 word = __bswap16(ee->baseEepHeader.length); in eepromSwap()
156 ee->baseEepHeader.length = word; in eepromSwap()
159 ee->baseEepHeader.checksum = word; in eepromSwap()
162 ee->baseEepHeader.version = word; in eepromSwap()
165 ee->baseEepHeader.regDmn[0] = word; in eepromSwap()
168 ee->baseEepHeader.regDmn[1] = word; in eepromSwap()
171 ee->baseEepHeader.rfSilent = word; in eepromSwap()
174 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
177 ee->baseEepHeader.deviceCap = word; in eepromSwap()
[all …]
H A Dah_eeprom_9287.c157 uint16_t word; in eepromSwap() local
161 word = __bswap16(ee->ee_base.baseEepHeader.length); in eepromSwap()
162 ee->ee_base.baseEepHeader.length = word; in eepromSwap()
165 ee->ee_base.baseEepHeader.checksum = word; in eepromSwap()
168 ee->ee_base.baseEepHeader.version = word; in eepromSwap()
171 ee->ee_base.baseEepHeader.regDmn[0] = word; in eepromSwap()
174 ee->ee_base.baseEepHeader.regDmn[1] = word; in eepromSwap()
177 ee->ee_base.baseEepHeader.rfSilent = word; in eepromSwap()
183 ee->ee_base.baseEepHeader.deviceCap = word; in eepromSwap()
199 word = __bswap16(pModal->spurChans[i].spurChan); in eepromSwap()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Debitmap.h84 EBITMAP_ELT_TYPE word; member
101 i->word = 0; in ebitmap_iter_init()
110 i->word = 0; in ebitmap_iter_init()
115 i->word = 0; in ebitmap_iter_init()
120 i->word = i->ptr[count] >> (i->bit_num % (unsigned int)EBITMAP_ELT_BITS); in ebitmap_iter_init()
134 if (i->word == 0) in ebitmap_iter_cond()
140 i->word = i->ptr[i->eltnum++]; in ebitmap_iter_cond()
145 for (; (i->word & 1) == 0; i->word >>= 1) in ebitmap_iter_cond()
155 i->word >>= 1; in ebitmap_iter_next()
H A Ddata-streamer.h43 bitpack_word_t word; member
123 bp.word = 0; in bitpack_create()
132 bitpack_word_t word = bp->word; in bp_pack_value() local
144 word); in bp_pack_value()
145 word = val; in bp_pack_value()
150 word |= val << pos; in bp_pack_value()
153 bp->word = word; in bp_pack_value()
162 bp->word); in streamer_write_bitpack()
163 bp->word = 0; in streamer_write_bitpack()
193 bp->word = val in bp_unpack_value()
[all …]
/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_wakecode.S216 physical_gdt: .word 0
226 previous_tr: .word 0
227 previous_gdt: .word 0
229 previous_ldt: .word 0
230 previous_idt: .word 0
233 previous_ds: .word 0
234 previous_es: .word 0
235 previous_fs: .word 0
236 previous_gs: .word 0
237 previous_ss: .word 0
[all …]
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset37 5 Move to beginning of current word
13 11 Complete current word
17 15 Copy current word to cursor
19 17 Expand to preceding word for which this is a prefix
37 35 Move forward to end of current word
66 64 Correct the spelling of current word
83 81 Vi goto the beginning of next word
90 88 Vi command mode complete current word
94 92 Vi move to the end of the current word
111 109 Vi move to the previous word
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddata-streamer.h40 bitpack_word_t word; member
95 bp.word = 0; in bitpack_create()
104 bitpack_word_t word = bp->word; in bp_pack_value() local
116 word); in bp_pack_value()
117 word = val; in bp_pack_value()
122 word |= val << pos; in bp_pack_value()
125 bp->word = word; in bp_pack_value()
145 bp->word); in streamer_write_bitpack()
146 bp->word = 0; in streamer_write_bitpack()
176 bp->word = val in bp_unpack_value()
[all …]
/dragonfly/contrib/ldns/
H A Dhigher.c152 char *word; in ldns_get_rr_list_hosts_frm_fp_l() local
163 word = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1); in ldns_get_rr_list_hosts_frm_fp_l()
169 if(!line || !word || !addr || !rr_str || !list) { in ldns_get_rr_list_hosts_frm_fp_l()
171 LDNS_FREE(word); in ldns_get_rr_list_hosts_frm_fp_l()
188 LDNS_FREE(word); in ldns_get_rr_list_hosts_frm_fp_l()
202 word))) { in ldns_get_rr_list_hosts_frm_fp_l()
208 word))) { in ldns_get_rr_list_hosts_frm_fp_l()
220 if (word[0] == '#') in ldns_get_rr_list_hosts_frm_fp_l()
225 "%s IN AAAA %s", word, addr); in ldns_get_rr_list_hosts_frm_fp_l()
228 "%s IN A %s", word, addr); in ldns_get_rr_list_hosts_frm_fp_l()
[all …]
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset37 5 Move to beginning of current word
13 11 Complete current word
17 15 Copy current word to cursor
19 17 Expand to preceding word for which this is a prefix
37 35 Move forward to end of current word
66 64 Correct the spelling of current word
83 81 Vi goto the beginning of next word
90 88 Vi command mode complete current word
94 92 Vi move to the end of the current word
111 109 Vi move to the previous word
[all …]
/dragonfly/games/adventure/
H A Dvocab.c124 vocab(const char *word, int type, int value) in vocab() argument
132 for (hash = 0, s = word, i = 0; i < 5 && *s; i++) /* some kind of hash*/ in vocab()
146 h->atab = malloc(length(word)); in vocab()
149 for (s = word, t = h->atab; *s;) in vocab()
159 for (s = word, t = h->atab; *t ^ '=';) in vocab()
162 if ((*s ^ '=') != *t && s - word < 5) in vocab()
168 errx(1,"Unable to find %s in vocab", word); in vocab()
169 for (s = word, t = h->atab; *t ^ '=';) in vocab()
/dragonfly/usr.bin/mail/
H A Dhead.c92 char word[LINESIZE]; in parse() local
102 cp = nextword(cp, word); in parse()
110 cp = nextword(cp, word); in parse()
111 if (strlen(word) > 0) in parse()
112 hl->l_from = copyin(word, &sp); in parse()
114 cp = nextword(cp, word); in parse()
115 hl->l_tty = copyin(word, &sp); in parse()

12345678910>>...17