HomeSort by: relevance | last modified time | path
    Searched defs:EXPAND (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/unit-tests/
var-op-default.mk 45 # and 'VAR.${param}' expand to 'VAR.param', and the second '?=' assignment
68 EXPAND_NAME= EXPAND.$$$$ # The full variable name is EXPAND.$$
70 EXPAND.${PARAM}?= value with param
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 555 /* We expand #-# or #.#-#.# version/subtypes into multiple fingerprints */
556 #define EXPAND(field) do { \
600 /* We allow "#-#" as a version or subtype and we'll expand it */
601 EXPAND(fp_os.fp_version_nm);
602 EXPAND(fp_os.fp_subtype_nm);
  /src/bin/ksh/
vi.c 193 enum expand_mode { NONE, EXPAND, COMPLETE, PRINT };
1937 /* replace word with all expansions (ie, expand word*) */
1950 if (commandx == 0 && expanded == EXPAND && buf) {
1970 expanded = EXPAND;
2047 * Expand the count'th word to its basename
  /src/lib/libc/gen/
getpwent.c 276 #define EXPAND(e) MACRO(e = t; while ((*t++ = *p++));)
278 EXPAND(pw->pw_name);
279 EXPAND(pw->pw_passwd);
288 EXPAND(pw->pw_class);
289 EXPAND(pw->pw_gecos);
290 EXPAND(pw->pw_dir);
291 EXPAND(pw->pw_shell);

Completed in 15 milliseconds