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

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-func-defined.mk12 # Horizontal whitespace (space tab) after the opening parenthesis is ignored.
17 # Horizontal whitespace (space tab) before the closing parenthesis is ignored.
22 # The argument of a function must not directly contain whitespace.
27 # If necessary, the whitespace can be generated by a variable expression.
H A Dopt-file.exp3 line-with-trailing-whitespace
H A Dcond-token-string.exp9 make: "cond-token-string.mk" line 55: The string literal " " is not empty, even though it consists of whitespace only.
H A Dcond-func.mk25 # Horizontal whitespace (space tab) after the opening parenthesis is ignored.
30 # Horizontal whitespace (space tab) before the closing parenthesis is ignored.
35 # The argument of a function must not directly contain whitespace.
40 # If necessary, the whitespace can be generated by a variable expression.
46 # in a function argument. As with whitespace, these can be generated
H A Ddeptgt-makeflags.mk61 # skipped since it is whitespace (see Parse_IsVar).
67 # Next try at defining another newline variable. Since whitespace around the
75 # For example, in cond.c the parser only expects horizontal whitespace (' '
H A Ddirective-for.mk33 # The .for loop splits the items at whitespace, taking quotes into account,
36 # Until 2012-06-03, it had split the items exactly at whitespace, without
119 # Until 2012-06-03, the .for loop had split the words at whitespace, without
144 # except for whitespace. This allows for creative side effects. Hopefully
H A Dvar-op-assign.mk13 # This condition demonstrates that whitespace around the assignment operator
61 # But if the whitespace appears inside parentheses or braces, everything is
H A Dvar-op-sunsh.mk16 # It is also possible to have whitespace around the :sh assignment
79 # whitespace character that is not nested with '\0' (see Parse_DoVar).
H A Dcomment.mk24 # ParseGetLine removes any whitespace before the
H A Dposix1.mk19 # Escaped newlines and leading whitespace from the next line are replaced
H A Dcond-token-plain.mk69 # Usually there is whitespace around the comparison operator, but this is
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dinetcf.c54 static char whitespace[] = " \t\r\n"; variable
106 service = strtok(buf, whitespace); /* service */
110 strtok((char *) 0, whitespace); /* endpoint */
111 protocol = strtok((char *) 0, whitespace);
112 (void) strtok((char *) 0, whitespace); /* wait */
113 if ((user = strtok((char *) 0, whitespace)) == 0)
118 if ((path = strtok((char *) 0, whitespace)) == 0)
131 if ((path = strtok((char *) 0, whitespace)) == 0)
134 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
145 if ((arg0 = strtok((char *) 0, whitespace))
[all...]
H A Doptions.c72 #define whitespace (whitespace_eq + 1) macro
157 value += strspn(value, whitespace);
161 value += strspn(value, whitespace);
437 if (*(var_value = value + strcspn(value, whitespace)))
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dgenctype.py43 # All whitespace characters:
45 whitespace = (9, 10, 11, 12, 13, 32) variable
70 if c in whitespace:
/freebsd-13-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c195 T_FUNC(whitespace, "whitespace")
221 T_FUNC(whitespace_before_comment, "whitespace before comment")
234 T_FUNC(line_continuation_within_whitespace, "line continuation within whitespace")
325 T(whitespace);
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua213 -- We capture any whitespace padding here so we can easily advance to
215 -- Alternatively, we could drop the whitespace and instead try to
246 -- Strip off leading/trailing whitespace
276 -- Strip off any padding whitespace
/freebsd-13-stable/stand/lua/
H A Dconfig.lua228 -- the beginning of a line and any preceding whitespace will be skipped. The
/freebsd-13-stable/contrib/bmake/
H A Dconfigure2305 # differences in whitespace do not lead to failure.
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2314 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
/freebsd-13-stable/contrib/tcpdump/
H A Dconfigure2333 # differences in whitespace do not lead to failure.
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2342 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
/freebsd-13-stable/contrib/file/
H A Dconfigure2486 # differences in whitespace do not lead to failure.
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2495 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5434 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;

Completed in 280 milliseconds