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

  /src/usr.bin/make/unit-tests/
directive-export-impl.mk 9 # ExportVar
13 # VarExportMode (per call of Var_Export and ExportVar)
23 # At this point, ExportVar("UT_VAR", VEM_PLAIN) is called. Since the
24 # variable value refers to another variable, ExportVar does not actually
directive-export.mk 14 # it accessed out-of-bounds memory via Var_Export -> ExportVar -> MayExport.
  /src/usr.bin/make/
var.c 771 ExportVar(const char *name, GNode *scope, VarExportMode mode)
821 ExportVar(var->name.str, scope, VEM_ENV);
834 ExportVar(varnames.words[i], scope, VEM_ENV);
852 if (!ExportVar(varname, SCOPE_GLOBAL, mode))
1100 ExportVar(name, scope, VEM_PLAIN);

Completed in 14 milliseconds