Searched refs:words (Results 1 - 25 of 132) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dshellwords.pl5 ;# @words = &shellwords($line);
7 ;# @words = &shellwords(@lines);
9 ;# @words = &shellwords; # defaults to $_ (and clobbers it)
14 local(@words,$snippet,$field);
45 push(@words, $field);
47 @words;
H A Dsyslog.pl72 local(@words, $num, $numpri, $numfac, $sum);
77 @words = split(/\W+/, $priority, 2);# Allow "level" or "level|facility".
80 foreach (@words) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.t13 @words = shellwords(qq(foo "bar quiz" zoo));
14 print "not " if $words[0] ne 'foo';
16 print "not " if $words[1] ne 'bar quiz';
18 print "not " if $words[2] ne 'zoo';
26 @words = quotewords(':+', 1, 'foo:::"bar:foo":zoo zoo:');
27 print "not " unless join(";", @words) eq qq(foo;"bar:foo";zoo zoo;);
32 @words = quotewords('\s+', 'delimiters', '4 3 2 1 0');
33 print "not " unless join(";", @words) eq qq(4; ;3; ;2; ;1; ;0);
63 @words = shellwords($string);
64 print "not " if (@words);
[all...]
H A DParseWords.pm24 my($line, @words, @allwords);
28 @words = parse_line($delim, $keep, $line);
29 return() unless (@words || !length($line));
30 push(@allwords, @words);
105 # @words = old_shellwords($line);
107 # @words = old_shellwords(@lines);
110 my(@words,$snippet,$field);
140 push(@words, $field);
142 @words;
157 @words
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/doc/
H A Dextract-names.pl17 push @words, split ',';
25 print join("\n", @words),"\n";
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A DSUNW,vdevices.pl111 my @words = split(/ /, $str);
114 if (scalar(@words) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Dfile_upload.cgi19 will count the number of lines, words, and characters in
22 my @types = ('count lines','count words','count characters');
44 my($lines,$words,$characters,@words) = (0,0,0,0);
47 $words += @words=split(/\s+/);
54 print strong("Words: "),$words,br if $stats{'count words'};
H A Dpopup.cgi14 $query->checkbox_group(-name=>'words',
28 print "<P>The keywords are: <EM>",join(", ",$query->param(words)),"</EM>\n";
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_nvm.h50 u16 words, u16 *data);
51 s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words,
56 u16 words, u16 *data);
58 u16 words, u16 *data);
59 s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.t31 my @words = ( 'frobnitz', 'frobozz', 'frostychocolatemilkshakes' );
33 Complete('', \@words);
34 my $data = get_expected('fro', @words);
42 # 'fro' should match all three words
43 like( $$out, qr/$data/, 'all three words possible' );
48 Complete('', @words);
55 Complete('', @words);
63 Complete('prompt:', @words);
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_nvm.h46 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
48 u16 words, u16 *data);
49 s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
53 u16 words, u16 *data);
55 u16 words, u16 *data);
56 s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
H A De1000_nvm.c447 * @words: number of words to read
453 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 * data) argument
464 * A check for invalid values: offset too large, too many words, and
465 * not enough words.
467 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) ||
468 (words == 0)) {
496 for (i = 0; i < words; i++) {
512 * @words: number of words t
518 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
577 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
626 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
712 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c40 * - each single source dictionary can only hold up to 4GB words
108 /* write words to file */
159 * words in "buf" and insert each of them into the offsets-array.
182 * make sure we only insert words consisting of
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]; local
303 if ((words[ti] = malloc(MAXWORDLEN)) == NULL) {
305 free(words[ti]);
310 * we read the first word of each of the temp-files into words[]
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_ntop.c179 int words; local
206 /* how many words need to be displayed in output */
207 words = (bits + 15) / 16;
208 if (words == 1)
209 words = 2;
213 for (i = 0; i < (words * 2); i += 2) {
232 if (zero_l != words && zero_s == 0 && ((zero_l == 6) ||
237 /* Format whole words. */
238 for (p = 0; p < words; p++) {
243 if (p == words
[all...]
H A Dinet_cidr_ntop.c164 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; local
177 memset(words, '\0', sizeof words);
179 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
185 if (words[i] == 0) {
222 (best.len == 7 && words[7] != 0x0001) ||
223 (best.len == 5 && words[5] == 0xffff))) {
240 tp += SPRINTF((tp, "%x", words[i]));
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dwc.h45 Sfoff_t words; member in struct:__anon3306
H A Dwc.c26 * 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);
176 twords += wp->words;
184 wp->words = twords;
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dinet_ntop.c139 u_int words[IN6ADDRSZ / INT16SZ]; local
148 memset(words, '\0', sizeof words);
150 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
154 if (words[i] == 0) {
198 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
204 advance = snprintf(tp, ep - tp, "%x", words[i]);
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dinet_ntop.c114 uint_t words[IN6ADDRSZ / INT16SZ]; local
122 (void) memset(words, '\0', sizeof (words));
124 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
128 if (words[i] == 0) {
165 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
171 tp += SPRINTF((tp, "%x", words[i]));
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Dglue5.c30 struct words { struct
33 struct words *nst;
34 struct words *link;
35 struct words *fail;
58 static int new(struct words *x);
68 www = (struct words *)zalloc(MAXSIZ, sizeof (*www));
127 struct words *c;
268 struct words *s;
345 struct words *queue[QSIZE];
346 struct words **fron
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fgrep/
H A Dfgrep.c112 struct words { struct
115 struct words *nst;
116 struct words *link;
117 struct words *fail;
237 * Normally we need one struct words for each letter in the pattern
238 * plus one terminating struct words with outp = 1, but when -x option
239 * is specified we require one more struct words for `\n` character so we
250 w = (struct words *)calloc(input_size, sizeof (struct words));
293 struct words *
[all...]
/opensolaris-onvv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c79 * get machdep desc and set length of prom words
110 * interpret saved prom words
117 char *words; local
125 * The first string defines Forth words which help the prom
128 * The second string defines Forth words required by kadb to
131 words = SF_DATA();
134 wlen = prom_strlen(words) + 1; /* include the null */
137 (void) prom_strncpy(minibuf, words, s);
142 prom_interpret(words, 0, 0, 0, 0, 0);
143 words
[all...]
/opensolaris-onvv-gate/usr/src/cmd/look/
H A DMakefile30 DATA= words
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.h55 extern void print_cpuset_range(ulong_t *cs, int words, int width);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd184 # 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...]

Completed in 207 milliseconds

123456