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

/freebsd-10.3-release/contrib/netbsd-tests/fs/hfs/
H A Dt_pathconvert.c37 char thecmd[1024]; local
43 snprintf(thecmd, sizeof(thecmd), "uudecode %s/colon.hfs.bz2.uue",
45 RZ(system(thecmd));
47 snprintf(thecmd, sizeof(thecmd), "bunzip2 " IMGNAME ".bz2");
48 RZ(system(thecmd));

Completed in 41 milliseconds