Home
last modified time | relevance | path

Searched defs:MakeHardLink (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dfiles_links.c544 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
556 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dfiles_links.c610 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
622 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dfiles_links.c610 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
622 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dfiles_links.c610 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
622 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dfiles_links.c610 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
622 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dfiles_links.c610 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
622 bool MakeHardLink(EvalContext *ctx, const char *from, const char *to, const Attributes *attr, const… in MakeHardLink() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/hermetic_cygwin/MkLink/
H A DMkLink.c69 BOOL MakeHardLink(TCHAR *linkFileName, TCHAR *existingFileName) { in MakeHardLink() function
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DNativeMethods.cs789 …internal static bool MakeHardLink(string newFileName, string exitingFileName, ref string errorMess… in MakeHardLink() method in Microsoft.Build.Tasks.NativeMethods