Searched defs:word (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_regset.c85 ulong_t word = drp->dr_bitmap[wx]; local
90 if ((word & bit) == 0) {
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c49 static char **word_list = NULL; /* list of word pointers */
50 static char *word_block = NULL; /* actual word data */
60 * w1 (input) pointer to first word
61 * w2 (input) pointer to second word
78 * Purpose: Initialize in memory word dictionary
87 * one word per-line.
165 * Purpose: See if the specified word exists in the in-core dictionary
168 * word (input) word to search for.
170 * KADM5_OK if if found word
186 find_word(const char *word) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dparser.y79 %token <arg> GRUB_PARSER_TOKEN_WORD "word"
82 %type <arglist> word argument arguments0 arguments1
126 word: GRUB_PARSER_TOKEN_NAME { $$ = grub_script_add_arglist (state, 0, $1); } label
149 | word { $$ = $1; }
235 grubcmd: word arguments0 block0
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c106 grub_uint16_t word; local
108 if (decomp_get16 (cc, &word))
111 code = word;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_iso9660.c60 grub_log2 (unsigned long word) argument
63 : "=r" (word)
64 : "r" (word));
65 return word;
H A Dfsys_fat.c58 grub_log2 (unsigned long word) argument
61 : "=r" (word)
62 : "r" (word));
63 return word;
H A Ddisk_io.c147 grub_log2 (unsigned long word) argument
150 : "=r" (word)
151 : "r" (word));
152 return word;
H A Dfsys_ext2fs.c287 * ffz = Find First Zero in word. Undefined if no zero exists,
291 ffz (unsigned long word) argument
294 : "=r" (word)
295 : "r" (~word));
296 return word;
639 printf ("first word=%x\n", *((int *) raw_inode));
646 printf ("first word=%x\n", *((int *) INODE));
H A Dfsys_reiserfs.c370 grub_log2 (unsigned long word) argument
373 : "=r" (word)
374 : "r" (word));
375 return word;
380 is_power_of_two (unsigned long word) argument
382 return (word & -word) == word;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Ddeparse.c365 static void p_keyword(const char *word,int flag) argument
370 else if(*word=='[' || *word=='(')
378 sfputr(outfile,word,sep);
H A Dlex.c82 char reservok; /* >0 for reserved word legal */
83 char skipword; /* next word can't be reserved */
319 * Get the next word and put it on the top of the stak
320 * A pointer to the current word is stored in lp->arg
1232 /* check for reserved word { or } */
1527 char *first,*cp=fcseek(0),word[5]; local
1571 word[n++] = c;
1575 if(memcmp(word,"case",4)==0)
1577 else if(memcmp(word,"esac",4)==0)
2099 * Assumes that current word i
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dgetfilter.c424 char *word, **words; local
433 word = strtok( str, delims );
434 while ( word != NULL ) {
440 words[ count ] = word;
442 word = strtok( NULL, delims );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c517 char *word, **words; local
527 word = ldap_utf8strtok_r( str, delims, &lasts );
528 while ( word != NULL ) {
534 words[ count ] = word;
536 word = ldap_utf8strtok_r( NULL, delims, &lasts );
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c38 * wordexp, wordfree -- POSIX.2 D11.2 word expansion routines.
79 * Do word expansion.
82 * the word expansion itself.
85 wordexp(const char *word, wordexp_t *wp, int flags) argument
89 char *line, *eob, *cp; /* word from shell */
201 args[2] = (char *)word;
210 * input string (|word|) plus all string literals below;
214 bufflen = 165 + strlen(word);
239 * put the word expansion into a "cage" which
250 "print -f '%%s\\000' -- %s", word);
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dmft.c392 * ntfs_ffz - Find the first unset (zero) bit in a word
393 * @word:
399 static inline unsigned int ntfs_ffz(unsigned int word) argument
401 return ffs(~word) - 1;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c1092 * return word number <word> from command number <command>
1095 char *hist_word(char *string,int size,int word) argument
1111 if(--word==0)
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c511 lookup(register char* word) argument
516 while (*word == '-')
517 word++;
518 if (*word)
520 second = word[1];
522 if (second == argp->name[1] && streq(word, argp->name))
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c417 int word, quaddot = -1; local
424 for (word = 0; word < 8; word++)
429 quaddot = word;
430 word--;
442 newip[word] = grub_cpu_to_be16 (t);
447 if (quaddot == -1 && word < 7)
451 grub_memmove (&newip[quaddot + 7 - word], &newip[quaddot],
452 (word
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c170 char *word; local
183 word = pop_a_duped_string(env, NULL);
184 log_message(MSG_INFO, "Forward defined word: %s\n", word);
185 debug_names[ndebug_names++] = word;
305 log_message(MSG_INFO, "Undebugging forward word %s\n",
383 /* check that word has "FLAG_DEBUG" on */
/osnet-11/usr/src/cmd/parted/
H A Dparted.c155 static const char* name_msg = N_("NAME is any word you want\n");
633 char* word = command_line_pop_word (); local
634 if (word) {
635 help_on (word);
636 free (word);
H A Dui.c662 command_line_push_word (const char* word) argument
664 command_line = str_list_append (command_line, word);
716 * In single-word mode, only one word is parsed per line.
718 * is a single word "a b c". The motivation for this mode is partition
719 * names, etc. In single-word mode, the empty string is a word.
720 * (but not in multi-word mode).
740 /* single word: check for trailing spaces + eol */
869 * Get a word fro
1312 char* word; local
1545 char* word; local
1586 char* word; local
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2662 } word; /* 16-bit, 8 bytes for 32-bit machines) */ member in struct:inflate_huft_s
3412 t = h->word.what.Bits;
3609 #define exop word.what.Exop
3610 #define bits word.what.Bits
3834 q->word.Nalloc = z + 1;
4064 ZFREE(z, p, p->word.Nalloc * sizeof(inflate_huft));
4079 #define exop word.what.Exop
4080 #define bits word.what.Bits
4397 #define exop word.what.Exop
4398 #define bits word
[all...]

Completed in 129 milliseconds