Searched refs:whitespace (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/cmd/sendmail/aux/
H A Drfc2047.c95 /* Check if character is linear whitespace */
111 int whitespace = 0; /* how much whitespace between encodings? */ local
135 /* count linear whitespace while between encodings */
137 whitespace++;
181 * word has any embedded linear whitespace.
203 * by linear whitespace, then we ignore the whitespace.
204 * We will roll back the buffer the number of whitespace
208 q -= whitespace;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.xs307 /* whitespace at end of line must be encoded */
380 char *whitespace = 0;
388 if (!whitespace)
389 whitespace = str;
396 whitespace = 0;
400 if (whitespace) {
401 while (whitespace < str) {
402 *r++ = *whitespace++;
404 whitespace = 0;
433 if (whitespace) {
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dsortctrl.c191 int whitespace = 1; local
194 * beginning of non-whitespace. This tells us
198 if (whitespace) {
200 whitespace = 0;
205 whitespace = 1;
249 /* If we still see whitespace, nothing to do */
266 /* Is this char either whitespace or a ':' ? */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c219 int whitespace = 1; local
221 * beginning of non-whitespace. This tells us
225 if (whitespace) {
227 whitespace = 0;
232 whitespace = 1;
260 /* If we still see whitespace, nothing to do */
274 /* Is this char either whitespace or a ';' ? */
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c108 static void whitespace(void);
229 /* Input whitespace is not skipped
231 * can return whitespace.
234 whitespace();
239 * whitespace.
391 whitespace();
448 whitespace() function
550 whitespace();
700 whitespace();
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c76 #define whitespace (whitespace_eq + 1) macro
161 value += strspn(value, whitespace);
165 value += strspn(value, whitespace);
442 if (*(var_value = value + strcspn(value, whitespace)))
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c74 * if WHITESPACE != NO, whitespace is seen as
105 boolean_t whitespace; /* is whitespace allowed in a password */ member in struct:pwdefaults
173 p->whitespace = B_TRUE;
241 p->whitespace =
531 /* Check for whitespace first since it influences special counts */
532 if (whitespace_cnt > 0 && pwdef->whitespace == B_FALSE) {
553 /* nonalpha = special+whitespace+digit */
788 pwdef.whitespace ? "YES" : "NO");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm32 characters and whitespace). The default is honour all characters.
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c52 static const char *whitespace = " \t"; variable
223 for (arglist[argcount] = strtok(temp_str, whitespace);
225 arglist[++argcount] = strtok(NULL, whitespace);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL735 a distinct argument, so it may need to be surrounded by whitespace and/or
742 arguments, so they may need to be surrounded by whitespace and/or
865 a distinct argument, so it may need to be surrounded by whitespace and/or
873 a distinct argument, so it may need to be surrounded by whitespace and/or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm154 will destory any whitespace in the original text. It breaks text into
155 paragraphs by looking for whitespace after a newline. In other respects
H A DParseWords.pm189 does token parsing with whitespace as a delimiter-- similar to most
H A DBalanced.pm1122 optional whitespace (C</\s*/>), but you can change it to whatever
1233 pattern C<'\s*'> - optional whitespace - is used. If the delimiter set
1262 # beginning of $text, optionally after some whitespace
1294 optional whitespace and a missing text defaults to C<$_>. However, a missing
1411 skipped). If omitted, optional whitespace is skipped.
1477 skipped). If omitted, optional whitespace is skipped.
1523 only whitespace characters).
1682 is specified, optional whitespace is the default. If no text is given,
1757 # Replace one or more leading whitespace-separated quotelike
1877 Omitting the third argument (prefix argument) implies optional whitespace a
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm79 whitespace or other special characters, and the second parameter is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DCanonical.pl905 whitespace => 'WhiteSpa',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm185 The index entry specified contains nothing but whitespace.
208 =item * line containing nothing but whitespace in paragraph
210 There is some whitespace on a seemingly empty line. POD is very sensitive
288 =item * ignoring leading/trailing whitespace in link
290 There is whitespace at the beginning or the end of the contents of
674 their occurrence. They consist of plain text, each piece of whitespace is
682 $text =~ s/\s+$//s; # strip trailing whitespace
683 $text =~ s/\s+/ /gs; # collapse whitespace
699 of whitespace is collapsed to a single blank.
707 $text =~ s/\s+$//s; # strip trailing whitespace
[all...]
H A DParseLink.pm144 of the parsing, as is any leading or trailing whitespace.
H A DPlainText.pm246 # For S<>, compress all internal whitespace and then map spaces to \01.
384 # Smash whitespace in case we were split across multiple lines.
390 # Okay, leading and trailing whitespace isn't important; get rid of it.
503 # munging to support that. Otherwise, smash all repeated whitespace.
625 consecutive whitespace in non-verbatim paragraphs is compressed into a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm165 whitespace or other special characters, and the second parameter is
H A Dattributes.pm293 whitespace or a colon (with optional whitespace).
313 foo + bar # "+" neither a colon nor whitespace
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm21 Option words are separated by commas (not whitespace) and follow the
H A DXref.pm53 Option words are separated by commas (not whitespace) and follow the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL193 Without this option, all consecutive whitespace in non-verbatim paragraphs
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2492 const char * const whitespace = " \t"; local
2501 /* skip whitespace */
2502 cp += strspn(cp, whitespace);
2507 /* skip whitespace after end */
2508 next = end + strspn(end, whitespace);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm229 split its argument on whitespace, treating it as multiple patterns,

Completed in 116 milliseconds

12