/titanic_51/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.c | 40 * - each single source dictionary can only hold up to 4GB words 108 /* write words to file */ in writeout() 159 * words in "buf" and insert each of them into the offsets-array. 182 * make sure we only insert words consisting of in translate() 200 * helper-routine used for quicksort. we compate two words in the 288 * and insert the thus sorted words into the cracklib database 296 char *words[MAXTMP]; in merge_files() local 303 if ((words[ti] = malloc(MAXWORDLEN)) == NULL) { in merge_files() 305 free(words[ti]); in merge_files() 310 * we read the first word of each of the temp-files into words[] in merge_files() [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 184 # reference to an array of words. Removes comments and escapes. 192 local(@words,$snippet,$field,$havefield,$cont,@triparray,$maytrail); 258 push(@words, $field) if $havefield; 267 \@words; 290 # Given a file name and some key words, parse the contents of the file 297 local($lastkey,$keyval,$words,$i,$flag,%byservice); 301 while (@{$words = uucpline(SVCFILE, $file)}) { 306 while ($i < @$words) { 307 if ($$words[$i] eq $keyval) { 308 splice @$words, [all...] |
/titanic_51/usr/src/contrib/zlib/ |
H A D | crc32.c | 31 A CRC of a message is computed on N braids of words in the message, where 34 indices in the array of words: 0, 3, 6, ..., 1, 4, 7, ..., and 2, 5, 8, ... 602 #define Z_BATCH 3990 /* number of words in a batch */ 604 #define Z_BATCH_MIN 800 /* fewest words in a final batch */ 635 /* Prepare to compute the CRC on full 64-bit words word[0..num-1]. */ 641 instruction per cycle. Each CRC is calcuated on Z_BATCH words. The three 660 /* Do one last smaller batch with the remaining words, if there are enough 682 /* Compute the CRC on any remaining words. */ 748 z_word_t const *words; in crc32_z() local 761 words in crc32_z() [all...] |
/titanic_51/usr/src/cmd/refer/ |
H A D | glue5.c | 30 struct words { struct 33 struct words *nst; argument 34 struct words *link; argument 35 struct words *fail; argument 58 static int new(struct words *x); 68 www = (struct words *)zalloc(MAXSIZ, sizeof (*www)); in fgrep() 127 struct words *c; in execute() 268 struct words *s; in cgotofn() 345 struct words *queue[QSIZE]; in cfail() 346 struct words **fron in cfail() [all...] |
/titanic_51/usr/src/lib/libnsl/nss/ |
H A D | inet_ntop.c | 114 uint_t words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local 122 (void) memset(words, '\0', sizeof (words)); in inet_ntop6() 124 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 128 if (words[i] == 0) { in inet_ntop6() 165 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 171 tp += SPRINTF((tp, "%x", words[i])); in inet_ntop6()
|
/titanic_51/usr/src/cmd/fgrep/ |
H A D | fgrep.c | 115 struct words { struct 118 struct words *nst; argument 119 struct words *link; argument 120 struct words *fail; argument 246 * Normally we need one struct words for each letter in the pattern in main() 247 * plus one terminating struct words with outp = 1, but when -x option in main() 248 * is specified we require one more struct words for `\n` character so we in main() 259 w = (struct words *)calloc(input_size, sizeof (struct words)); in main() 302 struct words * in execute() [all...] |
/titanic_51/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_nvm.c | 42 u16 *words, u16 *data); 44 u16 *words, u16 *data); 46 u32 offset, u16 words, void *data, 74 /* Switching to words (sr_size contains power of 2KB) */ in i40e_init_nvm() 331 * @words: (in) number of words to read; (out) number of words actually read 332 * @data: words read from the Shadow RAM 334 * Reads 16 bit words (data buffer) from the SR using the i40e_read_nvm_srrd() 340 u16 *words, u1 in __i40e_read_nvm_buffer() argument 363 i40e_read_nvm_buffer(struct i40e_hw * hw,u16 offset,u16 * words,u16 * data) i40e_read_nvm_buffer() argument 392 i40e_read_nvm_buffer_srctl(struct i40e_hw * hw,u16 offset,u16 * words,u16 * data) i40e_read_nvm_buffer_srctl() argument 425 i40e_read_nvm_buffer_aq(struct i40e_hw * hw,u16 offset,u16 * words,u16 * data) i40e_read_nvm_buffer_aq() argument 484 i40e_read_nvm_aq(struct i40e_hw * hw,u8 module_pointer,u32 offset,u16 words,void * data,bool last_command) i40e_read_nvm_aq() argument 536 i40e_write_nvm_aq(struct i40e_hw * hw,u8 module_pointer,u32 offset,u16 words,void * data,bool last_command) i40e_write_nvm_aq() argument 607 __i40e_write_nvm_buffer(struct i40e_hw * hw,u8 module_pointer,u32 offset,u16 words,void * data) __i40e_write_nvm_buffer() argument 676 u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS; i40e_calc_nvm_checksum() local [all...] |
/titanic_51/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_net_ntop.c | 179 int words; in inet_net_ntop_ipv6() local 206 /* how many words need to be displayed in output */ in inet_net_ntop_ipv6() 207 words = (bits + 15) / 16; in inet_net_ntop_ipv6() 208 if (words == 1) in inet_net_ntop_ipv6() 209 words = 2; in inet_net_ntop_ipv6() 213 for (i = 0; i < (words * 2); i += 2) { in inet_net_ntop_ipv6() 232 if (zero_l != words && zero_s == 0 && ((zero_l == 6) || in inet_net_ntop_ipv6() 237 /* Format whole words. */ in inet_net_ntop_ipv6() 238 for (p = 0; p < words; p++) { in inet_net_ntop_ipv6() 243 if (p == words in inet_net_ntop_ipv6() [all...] |
H A D | inet_cidr_ntop.c | 164 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_cidr_ntop_ipv6() local 177 memset(words, '\0', sizeof words); in inet_cidr_ntop_ipv6() 179 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_cidr_ntop_ipv6() 185 if (words[i] == 0) { in inet_cidr_ntop_ipv6() 222 (best.len == 7 && words[7] != 0x0001) || in inet_cidr_ntop_ipv6() 223 (best.len == 5 && words[5] == 0xffff))) { in inet_cidr_ntop_ipv6() 240 tp += SPRINTF((tp, "%x", words[i])); in inet_cidr_ntop_ipv6()
|
H A D | inet_net_pton.c | 273 int words; in inet_net_pton_ipv6() local 340 words = (bits + 15) / 16; in inet_net_pton_ipv6() 341 if (words < 2) in inet_net_pton_ipv6() 342 words = 2; in inet_net_pton_ipv6() 344 words = 8; in inet_net_pton_ipv6() 345 endp = tmp + 2 * words; in inet_net_pton_ipv6()
|
/titanic_51/usr/src/cmd/localedef/data/ |
H A D | convert_map.pl | 95 @words = split /\s+/; 96 $name = $words[0]; 97 $utf8val = $words[1]; 121 @words = split /\s+/; 122 $utf8 = $words[1]; 125 $val = $words[0];
|
/titanic_51/usr/src/uts/common/io/e1000api/ |
H A D | e1000_nvm.h | 63 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data); 65 u16 words, u16 *data); 66 s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, 71 u16 words, u16 *data); 72 s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words,
|
H A D | e1000_nvm.c | 435 * @words: number of words to read 440 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm_spi() argument 450 /* A check for invalid values: offset too large, too many words, in e1000_read_nvm_spi() 451 * and not enough words. in e1000_read_nvm_spi() 453 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000_read_nvm_spi() 454 (words == 0)) { in e1000_read_nvm_spi() 480 for (i = 0; i < words; i++) { in e1000_read_nvm_spi() 495 * @words: number of words t 500 e1000_read_nvm_microwire(struct e1000_hw * hw,u16 offset,u16 words,u16 * data) e1000_read_nvm_microwire() argument 555 e1000_read_nvm_eerd(struct e1000_hw * hw,u16 offset,u16 words,u16 * data) e1000_read_nvm_eerd() argument 603 e1000_write_nvm_spi(struct e1000_hw * hw,u16 offset,u16 words,u16 * data) e1000_write_nvm_spi() argument 683 e1000_write_nvm_microwire(struct e1000_hw * hw,u16 offset,u16 words,u16 * data) e1000_write_nvm_microwire() argument [all...] |
H A D | e1000_i210.c | 41 static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words, 229 * @words: number of words to read 235 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_srrd_i210() argument 246 for (i = 0; i < words; i += E1000_EERD_EEWR_MAX_COUNT) { in e1000_read_nvm_srrd_i210() 247 count = (words - i) / E1000_EERD_EEWR_MAX_COUNT > 0 ? in e1000_read_nvm_srrd_i210() 248 E1000_EERD_EEWR_MAX_COUNT : (words - i); in e1000_read_nvm_srrd_i210() 268 * @words: number of words to write 280 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_srwr_i210() argument 321 e1000_write_nvm_srwr(struct e1000_hw * hw,u16 offset,u16 words,u16 * data) e1000_write_nvm_srwr() argument 419 e1000_read_invm_i210(struct e1000_hw * hw,u16 offset,u16 E1000_UNUSEDARG words,u16 * data) e1000_read_invm_i210() argument [all...] |
/titanic_51/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | machdep.c | 79 * get machdep desc and set length of prom words in cb_check_machdep() 110 * interpret saved prom words 117 char *words; in cb_interpret() local 125 * The first string defines Forth words which help the prom in cb_interpret() 128 * The second string defines Forth words required by kadb to in cb_interpret() 131 words = SF_DATA(); in cb_interpret() 134 wlen = prom_strlen(words) + 1; /* include the null */ in cb_interpret() 137 (void) prom_strncpy(minibuf, words, s); in cb_interpret() 142 prom_interpret(words, 0, 0, 0, 0, 0); in cb_interpret() 143 words in cb_interpret() [all...] |
/titanic_51/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | capacity.notes.txt | 49 sense of the IDENTIFY DEVICE results, words 59 which words 57-58 do *not* represent the product of words 54, 55, and 83 >sense of the IDENTIFY DEVICE results, words 93 >which words 57-58 do *not* represent the product of words 54, 55, and 96 If the words [54]*[55]*[56] don't match [57:58] then the drive is 97 "broken". Warning: some older drives have words 57:58 in big endian 104 If you have no need to use CHS mode, then just ignore words 1, 3, 6 and 106 mode, words 6 [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | wc.c | 26 * count the number of bytes, words, and lines in a file 32 "[+NAME?wc - print the number of bytes, words, and lines in files]" 49 "[w:words?List the word counts.]" 79 sfprintf(sfstdout," %7I*d",sizeof(wp->words),wp->words); in printout() 176 twords += wp->words; in b_wc() 184 wp->words = twords; in b_wc()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | wc.c | 79 sfprintf(sfstdout," %7I*d",sizeof(wp->words),wp->words); in printout() 176 twords += wp->words; in b_wc() 184 wp->words = twords; in b_wc()
|
/titanic_51/usr/src/tools/depcheck/ |
H A D | get_depend_info | 254 @words = split(/\s/, $line); 255 $filename = $words[0]; 353 @words = split(/\s/, $line); 354 foreach $word (@words) { 429 @words = split(/\s/, $line); 430 foreach $word (@words) {
|
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getfilter.c | 456 if ( i > wordnum ) { /* add blank btw words */ in ldap_create_filter() 517 char *word, **words; in break_into_words() local 521 if (( words = (char **)NSLDAPI_CALLOC( 1, sizeof( char * ))) == NULL ) { in break_into_words() 525 words[ count ] = NULL; in break_into_words() 529 if (( words = (char **)NSLDAPI_REALLOC( words, in break_into_words() 534 words[ count ] = word; in break_into_words() 535 words[ ++count ] = NULL; in break_into_words() 539 *wordsp = words; in break_into_words()
|
/titanic_51/usr/src/boot/sys/boot/forth/ |
H A D | shortcuts.4th | 27 \ FICL words intended to be used as shortcuts for carrying out common tasks or 28 \ producing common results. Generally, words defined here are simply groupings 29 \ of other custom words that pull from multiple libraries (for example, if you 30 \ want to define a custom word that uses words defined in three different 35 \ words have been defined.
|
/titanic_51/usr/src/cmd/rcm_daemon/common/ |
H A D | SUNW,vdevices.pl | 111 my @words = split(/ /, $str); 114 if (scalar(@words) != 0) {
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 45 .( loading CORE EXT words ) cr 173 \ ** SEARCH+EXT words and ficl helpers 174 .( loading SEARCH & SEARCH-EXT words ) cr 204 \ HIDDEN vocabulary is a place to keep helper words from cluttering the namespace 209 \ <words that use hidden defs> 238 set-current \ stop hiding words 250 previous \ lose hidden words from search order
|
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | fenv_inlines.h | 39 } words; member 50 : "=m" (u->words.cw), "=m" (u->words.sw)); in __fenv_getcwsw() 68 : "r" (cwsw.words.cw), "r" (cwsw.words.sw) in __fenv_setcwsw()
|
/titanic_51/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x540.h | 51 s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words, 54 s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
|