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

  /src/usr.bin/make/unit-tests/
deptgt-notparallel.mk 11 # random order, interleaved with separators like '--- 1 ---'.
varmod-to-separator.mk 97 # The :ts modifier also applies to word separators that are added
109 # newly added spaces are treated as word separators, resulting in 3 words.
Makefile 532 ${:D Job separators on their own line are ok. } \
  /src/sys/external/isc/libsodium/dist/m4/
ltoptions.m4 176 # Look at the argument we got. We use all the common list separators.
230 # Look at the argument we got. We use all the common list separators.
284 # Look at the argument we got. We use all the common list separators.
391 # Look at the argument we got. We use all the common list separators.
  /src/sbin/init/
init.c 1054 static const char separators[] = " \t"; local in function:construct_argv
1059 if ((argv[argc++] = strtok(command, separators)) == 0) {
1063 while ((argv[argc++] = strtok(NULL, separators)) != NULL)

Completed in 24 milliseconds