/illumos-gate/usr/src/cmd/spell/ |
H A D | hashmake.c | 44 char word[LINE_MAX]; local 54 while (gets(word)) { 55 (void) printf("%.*lo\n", (HASHWIDTH+2)/3, hash(word));
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_nvm.h | 39 u16 word[2]; member in struct:e1000_pba
|
/illumos-gate/usr/src/cmd/bart/ |
H A D | lutbl.c | 58 attr_keylookup(char *word) argument 65 if (strcasecmp(word, akp->ak_name) == 0)
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.h | 47 u16 word[2]; member in struct:ixgbe_pba
|
/illumos-gate/usr/src/common/ficl/ |
H A D | word.c | 7 ficlWordIsImmediate(ficlWord *word) argument 9 return ((word != NULL) && (word->flags & FICL_WORD_IMMEDIATE)); 16 ficlWordIsCompileOnly(ficlWord *word) argument 18 return ((word != NULL) && (word->flags & FICL_WORD_COMPILE_ONLY)); 23 * This public function helps to classify word types for SEE 24 * and the debugger in tools.c. Given an pointer to a word, it returns 28 ficlWordClassify(ficlWord *word) argument 34 if ((((ficlInstruction)word) > ficlInstructionInvali [all...] |
H A D | prefix.c | 48 * A prefix is a word in a dedicated wordlist (name stored in list_name below) 64 * This is the parse step for prefixes - it checks an incoming word 66 * code against the remainder of the word and returns true. 73 ficlWord *word = ficlSystemLookup(vm->callback.system, list_name); local 80 if (!word) 83 hash = (ficlHash *)(word->param[0].p); 89 word = hash->table[i]; 90 while (word != NULL) { 92 n = word->length; 96 * word [all...] |
H A D | hash.c | 66 * Put a word into the hash table using the word's hashcode as 70 ficlHashInsertWord(ficlHash *hash, ficlWord *word) argument 75 FICL_ASSERT_PHASH(hash, word); 80 pList = hash->table + (word->hash % hash->size); 83 word->link = *pList; 84 *pList = word; 100 ficlWord *word; local 112 for (word = hash->table[hashIdx]; word; wor [all...] |
H A D | extras.c | 128 ficlWord *word; local 145 word = hash->table[i]; 146 while (word) { 148 word = word->link; 153 word = hash->table[i]; 154 while (word) { 155 fprintf(f, "\t%s", word->name); 156 word = word [all...] |
H A D | search.c | 4 * ANS Forth SEARCH and SEARCH-EXT word-set written in C 50 * Make the compilation word list the same as the first word list in the 52 * be placed in the compilation word list. Subsequent changes in the search 53 * order will not affect the compilation word list. 72 * Return wid, the identifier of the word list that includes all standard 73 * words provided by the implementation. This word list is initially the 74 * compilation word list and is part of the initial search order. 87 * Return wid, the identifier of the compilation word list. 101 * Returns the number of word list 135 ficlWord *word; local [all...] |
H A D | system.c | 198 ficlSystemAddPrimitiveParseStep(system, "?word", ficlVmParseWord); 290 ficlSystemAddParseStep(ficlSystem *system, ficlWord *word) argument 295 system->parseList[i] = word; 304 * Compile a word into the dictionary that invokes the specified ficlParseStep 307 * stack) before using the resulting word. 314 ficlWord *word; local 317 word = ficlDictionaryAppendPrimitive(dictionary, name, 322 ficlSystemAddParseStep(system, word); 429 ficlWord *word = NULL; local 442 word [all...] |
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | piglatin.c | 28 * as a game. A piglatin word is formed from an English word by: 30 * . If the word begins with a consonant, move the consonant to the end of 31 * the word and append the letters "ay". Example: "door" becomes "oorday". 33 * . If the word begins with a vowel, merely append "way" to the word. 46 int ic, ignore = 0, word = 0; local 61 * Isolate the word that will be converted. 71 if (word == 0) { 88 * Append "way" to the word [all...] |
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmparse.c | 44 static char word[BUFSIZ]; local 57 /* into the word, up to the size of the word. */ 58 for (optr= word,*optr='\0'; 72 /* If there is room, add this character to the word. */ 73 if (optr < &word[BUFSIZ] ) *optr++ = c; 84 return(word);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fault.h | 64 unsigned int word[4]; member in struct:__anon7270
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | bcopy.c | 42 * sizeof(word) MUST BE A POWER OF TWO 45 typedef int word; /* "word" used for optimal copy speed */ typedef 47 #define wsize sizeof(word) 106 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); 127 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);
|
H A D | strtok.c | 113 char *brkb, *brkt, *phrase, *sep, *word; local 120 for (word = strtok(test, sep); word; word = strtok(NULL, sep)) 121 printf("Next word is \"%s\".\n", word); 124 for (word = strtok_r(test, sep, &brkt); word; 125 word = strtok_r(NULL, sep, &brkt)) { 130 printf("So far we're at %s:%s\n", word, phras [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_regset.c | 108 ulong_t word = drp->dr_bitmap[wx]; local 113 if ((word & bit) == 0) {
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio_compress.c | 91 uint64_t *word, *word_end; local 103 for (word = src; word < word_end; word++) 104 if (*word != 0) 107 if (word == word_end)
|
/illumos-gate/usr/src/lib/krb5/kadm5/srv/ |
H A D | server_dict.c | 48 static char **word_list = NULL; /* list of word pointers */ 49 static char *word_block = NULL; /* actual word data */ 59 * w1 (input) pointer to first word 60 * w2 (input) pointer to second word 77 * Purpose: Initialize in memory word dictionary 86 * one word per-line. 161 * Purpose: See if the specified word exists in the in-core dictionary 164 * word (input) word to search for. 166 * KADM5_OK if if found word 182 find_word(const char *word) argument [all...] |
/illumos-gate/usr/src/cmd/mailx/ |
H A D | head.c | 138 * Load the first word from the line and ensure that it is "From". 150 * The next word will be the From address. 157 * If there is a next word, the rest of the string is the Date. 170 * Collect a space- or tab-delimited word into the word buffer, if one is 172 * within a word. Set "nextword" to the location of the first character of the 173 * _next_ word, or NULL if there were no more words. Returns 0 on success or 177 nextword(const char *input, custr_t *word, const char **nextword) argument 183 * Collect the first word into the word buffe [all...] |
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | utils.c | 106 unsigned long word; local 110 if (ps_pread(ph, address, (char *)&word, 116 (void) printf(" 0x%08lx", word);
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | word.c | 46 word(void) function 195 word();
|
/illumos-gate/usr/src/cmd/look/ |
H A D | look.c | 29 char word[WORDSIZE]; variable 98 canon(entry,word); 99 switch(compare(key,word)) { 118 canon(entry,word); 119 switch(compare(key,word)) { 133 canon(entry,word); 134 switch(compare(key,word)) {
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_iso9660.c | 60 grub_log2 (unsigned long word) argument 63 : "=r" (word) 64 : "r" (word)); 65 return word;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | bitmap.c | 55 index_t wx; /* word index in map */ 58 * Look for a word with a bit off. 70 * Found a word with a bit off. Now find the bit in the word. 72 index_t bx; /* bit index in word */ 74 ulong_t word; local 78 word = bitmap[wx]; 81 if (!(word & bit)) { 92 * the word specified by wx. 97 ulong_t word; local 174 ulong_t word; local [all...] |
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 356 static void p_keyword(const char *word,int flag) argument 361 else if(*word=='[' || *word=='(') 369 sfputr(outfile,word,sep);
|