HomeSort by: relevance | last modified time | path
    Searched refs:Suffix (Results 1 - 8 of 8) 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)
deptgt-path-suffix.mk 1 # $NetBSD: deptgt-path-suffix.mk,v 1.4 2025/06/28 22:39:28 rillig Exp $
3 # Tests for the special target .PATH.suffix in dependency declarations.
7 # expect+1: Suffix ".c" not defined (yet)
12 # Now the suffix is defined, and the path is recorded.
suff-clear-regular.mk 4 # Suffix rules do not become regular rules when .SUFFIXES is cleared.
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.
486 /* The "#n" suffix for this cohort, or "" for other nodes */
513 * Suffix for the node (determined by Suff_FindDeps and opaque to
516 struct Suffix *suffix; member in struct:GNode
  /src/sys/external/bsd/acpica/dist/common/
adfile.c 294 * Suffix - New extension.
296 * RETURN: New filename containing the original base + the new suffix
306 char *Suffix)
315 * case where we append the suffix, an added dot and the null terminator.
318 strlen (InputFilename) + strlen (Suffix) + 2);
328 /* Tack on the new suffix */
332 strcat (Position, Suffix);
336 /* No dot, add one and then the suffix */
339 strcat (NewFilename, Suffix);
  /src/sys/external/bsd/acpica/dist/include/
acapps.h 326 char *Suffix);

Completed in 14 milliseconds