HomeSort by: relevance | last modified time | path
    Searched refs:Spaces (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-to-title.mk 22 .if ${:Umultiple spaces:tt} != "Multiple Spaces"
26 # Note words only count if separated by spaces
varmod-gmtime.mk 67 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
varmod-localtime.mk 67 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
cond-func-empty.mk 106 # neither leading nor trailing spaces are trimmed in the argument of the
107 # function. If the spaces were trimmed, the variable name would be "", and
153 # There may be spaces outside the parentheses.
154 # Spaces inside the parentheses are interpreted as part of the variable name.
160 ${:U WORD }= variable name with spaces
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 304 unsigned Spaces = 0;
311 Spaces += (P % 8) == 0 ? 2 : 1;
314 while (Spaces--)
322 Spaces += 2;

Completed in 14 milliseconds