Home
last modified time | relevance | path

Searched refs:getbasename (Results 1 - 9 of 9) sorted by relevance

/third_party/toybox/lib/
H A Dlib.c1063 char *getbasename(char *name) in getbasename() function
1112 char *bb = getbasename(*cur); in names_to_pid()
1139 if (!strcmp(bb, getbasename(cmd))) goto match; in names_to_pid()
1140 if (scripts && !strcmp(bb, getbasename(cmd+strlen(cmd)+1))) goto match; in names_to_pid()
H A Dlib.h415 char *getbasename(char *name);
/third_party/toybox/toys/pending/
H A Dwget.c267 if (!f && strchr(path, '/')) f = getbasename(path); in wget_filename()
H A Dmodprobe.c64 from = getbasename(file); in path2mod()
H A Dsh.c186 } else if (cc=='s') fputs(getbasename(*toys.argv), stdout); in do_prompt()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c407 char *s = FLAG(D) ? getdirname(src) : getbasename(src); in cp_main()
/third_party/toybox/toys/net/
H A Dnetstat.c260 sprintf(s, "%d/%s", pid, getbasename(toybuf)); in scan_pids()
/third_party/toybox/toys/posix/
H A Dcp.c413 char *s = FLAG(D) ? src : getbasename(src); in cp_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h406 char *getbasename(char *name);

Completed in 10 milliseconds