Searched refs:word (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dzerolen-2.c3 typedef int word __attribute__((mode(word))); typedef
7 word x;
8 word y[0];
13 if (sizeof(word) != sizeof(struct foo))
15 if (__alignof__(word) != __alignof__(struct foo))
H A D990531-1.c4 unsigned long word; member in union:__anon7022
8 data.word = inWord;
11 return data.word;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020930-1.c6 unsigned word; member in union:__anon6838
8 sf_u.word = (unsigned) x * 2;
H A D980506-2.c20 u_int32_t word; member in union:__anon6910
30 hx = gf_u.word;
35 hy = gf_u.word;
47 sf_u.word = (hy&0x80000000) | 1;
76 sf_u.word = hx;
83 sf_u.word = hx;
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm73 my($word,$line,$pos) = @_;
74 $word ||= "";
77 CPAN->debug("word [$word] line[$line] pos[$pos]") if $CPAN::DEBUG;
84 @return = grep /^\Q$word\E/, @CPAN::Complete::COMMANDS;
88 @return = cplx('CPAN::Author',uc($word));
90 my($author,$rest) = $word =~ m|([^/]+)/?(.*)|;
93 @return = grep /^\Q$word\E/, map {"$author/$_->[2]"} CPAN::Shell->expand("Author",$author)->ls("$rest*","2");
97 @return = cplx('CPAN::Bundle',$word);
99 @return = cplx('CPAN::Distribution',$word);
[all...]
H A DPrompt.pm18 my $word = "cpan";
20 $word = "nolock_cpan";
23 sprintf "$word\[%d]> ", $CPAN::CurrentCommandId;
25 "$word> ";
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/badfreg/
H A Dtest.S34 .word 0xc5122000 ! ldq [%o0 + 0], %f2
39 .word 0xc5120000 ! ldq [%o0 + %g0], %f2
44 .word 0xc5322000 ! stq %f2, [%o0 + 0]
49 .word 0xc5320000 ! stq %f2, [%o0 + %g0]
54 .word 0xcd122000 ! ldq [%o0 + 0], %f6
59 .word 0xcd120000 ! ldq [%o0 + %g0], %f6
64 .word 0xcd322000 ! stq %f6, [%o0 + 0]
69 .word 0xcd320000 ! stq %f6, [%o0 + %g0]
74 .word 0xd5122000 ! ldq [%o0 + 0], %f10
79 .word
[all...]
/openbsd-current/gnu/llvm/lldb/examples/scripting/
H A Ddictionary.c14 const char *word; member in struct:tree_node
23 char *strip(char **word) { argument
24 char *start = *word;
38 *word = start;
43 /* Given a binary search tree (sorted alphabetically by the word at
44 each node), and a new word, inserts the word at the appropriate
47 void insert(tree_node *root, char *word) { argument
51 int compare_value = strcmp(word, root->word);
84 char word[1024]; local
106 find_word(tree_node *dictionary, char *word) argument
150 char *word = buffer; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash10.C3 class word class
7 word (unsigned int i = 0) { b1 = i & 0xff; b2 = (i & 0xff00) >> 8; } function in class:word
17 int mumble(word w)
/openbsd-current/usr.sbin/tcpdump/
H A Ddecnet.h27 typedef unsigned char word[2]; /* 2 byte field */ typedef
61 word sh_dst; /* destination node address */
62 word sh_src; /* source node address */
150 word inIII_src; /* source node address */
152 word inIII_blksize; /* maximum data link block size */
162 word in_src; /* source node address */
164 word in_blksize; /* maximum data link block size */
168 word in_hello; /* hello timer */
175 word ve_src; /* source node address */
182 word te_sr
[all...]
/openbsd-current/usr.bin/make/
H A Ddirexpand.c81 /* Debugging: show each word in an expansion list. */
92 PathMatchFilesi(const char *word, const char *eword, Lst path, Lst expansions) argument
97 Dir_MatchFilesi(word, eword, Lst_Datum(ln), expansions);
112 DirExpandWildi(const char *word, const char *eword, Lst path, Lst expansions) argument
117 slash = memchr(word, '/', eword - word);
120 Dir_MatchFilesi(word, eword, dot, expansions);
123 PathMatchFilesi(word, eword, path, expansions);
128 slash = word;
129 for (cp = word; c
182 DirExpandCurlyi(const char *word, const char *eword, Lst path, Lst expansions) argument
274 Dir_Expandi(const char *word, const char *eword, Lst path, Lst expansions) argument
297 DirPrintWord(void *word) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Search-Dict/t/
H A DDict.t45 my $word;
48 chomp($word = <DICT>);
50 is $word, "Ababa", "found 'Ababa' from file";
55 $word = <DICT>;
57 is $pos, length($DICT), "word not found will search to end of file";
60 chomp($word = <DICT>);
62 is $word, "abash";
67 $word = <DICT>;
72 chomp($word = <DICT>);
74 is $word, "Abb
[all...]
/openbsd-current/sys/arch/arm/arm/
H A Dvectors.S71 .word reset_entry
74 .word undefined_entry
77 .word swi_entry
80 .word prefetch_abort_entry
83 .word data_abort_entry
86 .word address_exception_entry
89 .word irq_entry
93 .word fiqvector
95 .word 0 /* pad it out */
/openbsd-current/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/
H A DAbbrev.pm44 my ($word, $hashref, $glob, %table, $returnvoid);
56 WORD: foreach $word (@_) {
57 for (my $len = (length $word) - 1; $len > 0; --$len) {
58 my $abbrev = substr($word,0,$len);
60 if ($seen == 1) { # We're the first word so far to have
62 $hashref->{$abbrev} = $word;
63 } elsif ($seen == 2) { # We're the second word to have this
66 } else { # We're the third word to have this
67 # abbreviation, so skip to the next word.
73 foreach $word (
[all...]
/openbsd-current/usr.bin/dig/lib/lwres/
H A Dlwconfig.c216 char word[LWRES_CONFMAXLINELEN]; local
223 res = getword(fp, word, sizeof(word));
224 if (strlen(word) == 0U)
232 res = lwres_create_addr(word, &address, 1);
246 char word[LWRES_CONFMAXLINELEN]; local
252 res = getword(fp, word, sizeof(word));
253 if (strlen(word) == 0U)
261 res = lwres_create_addr(word,
271 char word[LWRES_CONFMAXLINELEN]; local
305 char word[LWRES_CONFMAXLINELEN]; local
404 char word[LWRES_CONFMAXLINELEN]; local
457 char word[LWRES_CONFMAXLINELEN]; local
490 char word[256]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcompleter.c48 /* readline uses the word breaks for two things:
51 it doesn't matter a lot what the word breaks are for this purpose, but
53 (2) If one of the matches contains a word break character, readline
62 word break characters, since we use it in command names. If the
69 /* When completing on file names, we remove from the list of word
117 filename_completer (char *text, char *word)
158 if (word == text)
161 else if (word > text)
165 strcpy (q, p + (word - text));
172 q = xmalloc (strlen (p) + (text - word)
116 filename_completer(char *text, char *word) argument
199 location_completer(char *text, char *word) argument
340 command_completer(char *text, char *word) argument
384 char *word; local
[all...]
/openbsd-current/usr.sbin/radiusctl/
H A Dparser.c179 match_token(char *word, const struct token table[]) argument
189 if (word == NULL || strlen(word) == 0) {
195 if (word != NULL && strncmp(word, table[i].keyword,
196 strlen(word)) == 0) {
204 if (word == NULL)
207 res.hostname = word;
211 if (word == NULL)
214 res.secret = word;
[all...]
/openbsd-current/lib/libskey/
H A Dput.c27 /* Standard dictionary for integer-word translations */
362 * 0 word not in data base
363 * -1 badly formed in put ie > 4 char word
369 char *word; local
382 if ((word = strtok_r(i == 0 ? input : NULL, " ", &last)) == NULL)
385 l = strlen(word);
395 standard(word);
397 if ((v = wsrch(word, low, high)) < 0)
429 /* Internal subroutines for word encoding/decoding */
492 standard(char *word) argument
[all...]
/openbsd-current/usr.bin/ftp/
H A Dcomplete.c67 * word word which started the match
72 complete_ambiguous(char *word, int list, StringList *words) argument
79 wordlen = strlen(word);
125 complete_command(char *word, int list) argument
133 wordlen = strlen(word);
138 if (strncmp(word, c->c_name, wordlen) == 0)
142 rv = complete_ambiguous(word, list, words);
151 complete_local(char *word, int list) argument
160 if ((file = strrchr(word, '/'))
204 complete_remote(char *word, int list) argument
284 static char word[FTPBUFLEN]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dangel.h80 typedef unsigned int word ; typedef
89 * be created on a host system, where the word size is not
153 word w ;
154 word *wp ;
158 word (*wfn)(void) ;
H A Dparams.c190 buffer += sizeof( word );
195 buffer += sizeof( word );
197 buffer += sizeof( word );
219 buffer += sizeof( word );
224 buffer += sizeof( word );
226 buffer += sizeof( word );
230 buffer += sizeof( word );
249 unsigned int word; local
252 word = GET32LE( buffer );
253 buffer += sizeof( word );
285 unsigned int word; local
[all...]
/openbsd-current/usr.sbin/dvmrpctl/
H A Dparser.c147 match_token(const char *word, const struct token *table, argument
158 if (word == NULL || strlen(word) == 0) {
164 if (word != NULL && strncmp(word, table[i].keyword,
165 strlen(word)) == 0) {
173 if (word != NULL && strncmp(word, table[i].keyword,
174 strlen(word)) == 0) {
181 if (parse_addr(word,
256 parse_addr(const char *word, struct in_addr *addr) argument
275 parse_prefix(const char *word, struct in_addr *addr, u_int8_t *prefixlen) argument
[all...]
/openbsd-current/usr.sbin/ripctl/
H A Dparser.c154 match_token(const char *word, const struct token *table, argument
165 if (word == NULL || strlen(word) == 0) {
171 if (word != NULL && strncmp(word, table[i].keyword,
172 strlen(word)) == 0) {
180 if (word != NULL && strncmp(word, table[i].keyword,
181 strlen(word)) == 0) {
188 if (parse_addr(word,
263 parse_addr(const char *word, struct in_addr *addr) argument
282 parse_prefix(const char *word, struct in_addr *addr, u_int8_t *prefixlen) argument
[all...]
/openbsd-current/usr.sbin/ospf6ctl/
H A Dparser.c182 match_token(const char *word, const struct token *table, argument
193 if (word == NULL || strlen(word) == 0) {
199 if (word != NULL && strncmp(word, table[i].keyword,
200 strlen(word)) == 0) {
208 if (word != NULL && strncmp(word, table[i].keyword,
209 strlen(word)) == 0) {
216 if (parse_addr(word,
304 parse_addr(const char *word, struct in6_addr *addr) argument
327 parse_area(const char *word, struct in_addr *addr) argument
353 parse_prefix(const char *word, struct in6_addr *addr, u_int8_t *prefixlen) argument
[all...]
/openbsd-current/lib/libc/string/
H A Dbcopy.c37 * sizeof(word) MUST BE A POWER OF TWO
40 typedef long word; /* "word" used for optimal copy speed */ typedef
42 #define wsize sizeof(word)
85 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
106 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);

Completed in 328 milliseconds

1234567891011>>