Searched refs:do_link (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dln.c129 do_link (const char *source, const char *dest)
577 ok &= do_link (file[i], dest);
582 ok = do_link (file[0], file[1]);
128 do_link (const char *source, const char *dest) function
/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c47 * (do_link): Simplify logic.
275 # define do_link(s,t) link(s,t) macro
277 static int do_link P((char const*,char const*));
279 do_link(s, t) function
1636 if (do_link(from,to) != 0 || un_link(from) != 0)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfsh.cpp1556 do_link(int argc, char **argv) function
2088 { "link", do_link, "creates the specified [sym]link on the device" },
2089 { "ln", do_link, "creates the specified [sym]link on the device" },

Completed in 58 milliseconds