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

  /src/usr.bin/make/unit-tests/
make-exported.mk 3 # As of 2020-08-09, the code in Var_Export is shared between the .export
directive-export-impl.mk 8 # Var_Export
13 # VarExportMode (per call of Var_Export and ExportVar)
directive-export.mk 14 # it accessed out-of-bounds memory via Var_Export -> ExportVar -> MayExport.
  /src/usr.bin/make/
parse.c 2822 Var_Export(VEM_PLAIN, arg);
2824 Var_Export(VEM_ALL, arg);
2826 Var_Export(VEM_ENV, arg);
2828 Var_Export(VEM_LITERAL, arg);
make.h 1053 void Var_Export(VarExportMode, const char *);
var.c 106 * Var_Export Export the variable to the environment of this process
875 Var_Export(VarExportMode mode, const char *varnames)

Completed in 20 milliseconds