Searched refs:destname (Results 1 - 13 of 13) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 94 char *destname; 115 char *catch = try->parent ? try->name : TT.destname, *err = "%s"; in cp_node() 329 catch = xmprintf("%s%s", TT.destname, f+strlen(try->name)); in cp_node() 341 char *destname = toys.optargs[--toys.optc]; in cp_main() local 347 if (!*destname) in cp_main() 350 destdir = !stat(destname, &TT.top) && S_ISDIR(TT.top.st_mode); in cp_main() 353 error_exit("'%s' not directory", destname); in cp_main() 409 TT.destname = xmprintf("%s/%s", destname, s); in cp_main() 412 if (!(s = fileunderdir(TT.destname, destnam in cp_main() [all...] |
/third_party/toybox/toys/posix/ |
H A D | cp.c | 110 char *destname; 131 char *catch = try->parent ? try->name : TT.destname, *err = "%s"; in cp_node() 148 && (catch = TT.destname)) in cp_node() 356 catch = xmprintf("%s%s", TT.destname, f+strlen(try->name)); in cp_node() 368 char *destname = toys.optargs[--toys.optc]; in cp_main() local 369 int i, destdir = !stat(destname, &TT.top) && S_ISDIR(TT.top.st_mode); in cp_main() 372 error_exit("'%s' not directory", destname); in cp_main() 415 TT.destname = xmprintf("%s/%s", destname, s); in cp_main() 417 if (!(s = fileunderdir(TT.destname, destnam in cp_main() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 1976 write_png(struct display *dp, const char *destname) in write_png() argument 1979 display_start_write(dp, destname); in write_png() 2073 destname == NULL ? "stdout" : destname, strerror(errno)); in write_png() 2167 cp_one_file(struct display *dp, const char *filename, const char *destname) in cp_one_file() argument 2182 /* But 'destname' may be a directory. */ in cp_one_file() 2199 if (destname != NULL) /* else stdout */ in cp_one_file() 2201 if (isdir(dp, destname)) in cp_one_file() 2203 makename(dp, destname, filename); in cp_one_file() 2204 destname in cp_one_file() [all...] |
/third_party/libabigail/ |
H A D | ltmain.sh | 2864 destname= 2868 destname="$func_basename_result" 3018 if test -n "$destname"; then 3019 destfile="$destdir/$destname" 3057 if test -n "$destname"; then 3058 destfile="$destdir/$destname"
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 2884 destname= 2888 destname="$func_basename_result" 3038 if test -n "$destname"; then 3039 destfile="$destdir/$destname" 3077 if test -n "$destname"; then 3078 destfile="$destdir/$destname"
|
/third_party/toybox/generated/ |
H A D | globals.h | 1220 char *destname; member
|
/third_party/eudev/ |
H A D | ltmain.sh | 4252 destname= 4256 destname=$func_basename_result 4413 if test -n "$destname"; then 4414 destfile=$destdir/$destname 4452 if test -n "$destname"; then 4453 destfile=$destdir/$destname
|
/third_party/curl/ |
H A D | ltmain.sh | 4453 destname= 4457 destname=$func_basename_result 4614 if test -n "$destname"; then 4615 destfile=$destdir/$destname 4653 if test -n "$destname"; then 4654 destfile=$destdir/$destname
|
/third_party/lame/ |
H A D | ltmain.sh | 4205 destname= 4209 destname=$func_basename_result 4366 if test -n "$destname"; then 4367 destfile=$destdir/$destname 4405 if test -n "$destname"; then 4406 destfile=$destdir/$destname
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 4453 destname= 4457 destname=$func_basename_result 4614 if test -n "$destname"; then 4615 destfile=$destdir/$destname 4653 if test -n "$destname"; then 4654 destfile=$destdir/$destname
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 4453 destname= 4457 destname=$func_basename_result 4614 if test -n "$destname"; then 4615 destfile=$destdir/$destname 4653 if test -n "$destname"; then 4654 destfile=$destdir/$destname
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 4454 destname= 4458 destname=$func_basename_result 4615 if test -n "$destname"; then 4616 destfile=$destdir/$destname 4654 if test -n "$destname"; then 4655 destfile=$destdir/$destname
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 4205 destname= 4209 destname=$func_basename_result 4366 if test -n "$destname"; then 4367 destfile=$destdir/$destname 4405 if test -n "$destname"; then 4406 destfile=$destdir/$destname
|
Completed in 85 milliseconds