Searched refs:destname (Results 1 – 12 of 12) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
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, destname))) { in cp_main() 413 error_msg("%s not under %s", TT.destname, destname); in cp_main() [all …]
|
/third_party/toybox/toys/posix/ |
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, destname))) { in cp_main() 418 error_msg("%s not under %s", TT.destname, destname); in cp_main() [all …]
|
/third_party/curl/packages/vms/ |
D | build_gnv_curl_pcsi_desc.com | 418 $ destname = filename 421 $ old_start = f$locate("[gnv.usr", destname) 422 $ if old_start .lt. f$length(destname) 424 $ destname = "[gnv.beta" + destname - "[gnv.usr" 446 $ destname = filename 449 $ old_start = f$locate("[gnv.usr", destname) 450 $ if old_start .lt. f$length(destname) 452 $ destname = "[gnv.beta" + destname - "[gnv.usr"
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
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 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 = dp->namebuf; in cp_one_file() 2207 else if (access(destname, W_OK) != 0 && errno != ENOENT) in cp_one_file() 2208 display_log(dp, USER_ERROR, "%s: invalid output name (%s)", destname, in cp_one_file() [all …]
|
/third_party/skia/third_party/externals/microhttpd/ |
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/libabigail/ |
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/toybox/generated/ |
D | globals.h | 1086 char *destname; member
|
/third_party/libffi/ |
D | ltmain.sh | 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/ |
D | ltmain.sh | 4626 if test -n "$destname"; then 4627 destfile=$destdir/$destname 4665 if test -n "$destname"; then 4666 destfile=$destdir/$destname
|
/third_party/libevdev/build-aux/ |
D | ltmain.sh | 4359 if test -n "$destname"; then 4360 destfile=$destdir/$destname 4398 if test -n "$destname"; then 4399 destfile=$destdir/$destname
|
/third_party/skia/third_party/externals/libpng/ |
D | ltmain.sh | 4366 if test -n "$destname"; then 4367 destfile=$destdir/$destname 4405 if test -n "$destname"; then 4406 destfile=$destdir/$destname
|
/third_party/curl/ |
D | ltmain.sh | 4614 if test -n "$destname"; then 4615 destfile=$destdir/$destname 4653 if test -n "$destname"; then 4654 destfile=$destdir/$destname
|