Home
last modified time | relevance | path

Searched refs:find_dot_file (Results 1 – 3 of 3) sorted by relevance

/dports/shells/dash/dash-0.5.11.5/src/
H A Dmain.c77 STATIC char *find_dot_file(char *);
297 find_dot_file(char *basename) in find_dot_file() function
333 fullname = find_dot_file(*argv); in dotcmd()
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dmain.c85 STATIC char *find_dot_file(struct shinstance *, char *);
375 find_dot_file(struct shinstance *psh, char *basename) in find_dot_file() function
412 fullname = find_dot_file(psh, argv[1]); in dotcmd()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c12501 find_dot_file(char *name) in find_dot_file() function
12561 fullname = find_dot_file(argv[0]); in dotcmd()