Home
last modified time | relevance | path

Searched refs:format_cmd (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/pkg_install/dist/lib/
H A Dfile.c295 format_cmd(char *buf, size_t size, const char *fmt, const char *dir, const char *name) in format_cmd() function
H A Dlib.h313 int format_cmd(char *, size_t, const char *, const char *, const char *);
H A Dplist.c583 format_cmd(tmp, sizeof(tmp), p->name, prefix, last_file); in delete_package()
/minix3/external/bsd/pkg_install/dist/add/
H A Dperform.c756 if (format_cmd(cmd, sizeof(cmd), p->name, pkg->prefix, last_file)) in extract_files()