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

  /src/usr.bin/make/unit-tests/
deptgt-path-suffix.exp 1 make: deptgt-path-suffix.mk:8: Suffix ".c" not defined (yet)
posix1.mk 6 all: line-continuations suffix-substitution localvars
40 # Suffix substitution
47 suffix-substitution:
52 # Local variables: regular forms, D/F forms and suffix substitution.
63 # $* = target without suffix $? = sources newer than target
92 "Target with suffix transformations\n\
96 Implied source with suffix transformations\n\
100 Suffixless target with suffix transformations\n\
104 Out-of-date dependencies with suffix transformations\n\
108 Member with suffix transformations\n
    [all...]
  /src/usr.bin/make/
suff.c 72 * Maintain suffix lists and find implicit dependents using suffix
81 * Extend the search path of each suffix to include the
90 * Suff_AddSuffix Add the passed string as another known suffix.
92 * Suff_GetPath Return the search path for the given suffix.
95 * Mark the given suffix as denoting an include file.
97 * Suff_AddLib Mark the given suffix as denoting a library.
100 * Add another transformation to the suffix graph.
102 * Suff_SetNull Define the suffix to consider the suffix o
    [all...]
make.h 377 * suffix transformation rules.
488 /* The "#n" suffix for this cohort, or "" for other nodes */
515 * Suffix for the node (determined by Suff_FindDeps and opaque to
518 struct Suffix *suffix; member in struct:GNode
  /src/sys/external/bsd/acpica/dist/common/
adfile.c 186 * Suffix - New extension.
188 * RETURN: New filename containing the original base + the new suffix
198 char *Suffix)
207 * case where we append the suffix, an added dot and the null terminator.
210 strlen (InputFilename) + strlen (Suffix) + 2);
220 /* Tack on the new suffix */
224 strcat (Position, Suffix);
228 /* No dot, add one and then the suffix */
231 strcat (NewFilename, Suffix);
  /src/sys/external/bsd/acpica/dist/include/
acapps.h 218 char *Suffix);

Completed in 30 milliseconds