Searched refs:tmpdir (Results 51 - 75 of 145) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile555 tmpdir=`pwd`; \
560 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
561 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
562 rm -f $$tmpdir/$$lang.new.po; \
564 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
567 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
573 rm -f $$tmpdir/$$lang.new.po; \
607 tmpdir=`pwd`; \
612 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/
[all...]
H A DMakefile.in395 tmpdir=`pwd`; \
400 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
401 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
402 rm -f $$tmpdir/$$lang.new.po; \
404 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
407 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
413 rm -f $$tmpdir/$$lang.new.po; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c613 struct temp_dir *tmpdir; local
639 tmpdir = create_temp_dir ("msg", NULL, false);
640 if (tmpdir == NULL)
717 concatenated_filename (tmpdir->dir_name, "resset.cs", NULL);
720 register_temp_file (tmpdir, csharp_file_name);
725 unregister_temp_file (tmpdir, csharp_file_name);
765 cleanup_temp_dir (tmpdir);
H A Dwrite-java.c945 struct temp_dir *tmpdir; local
963 tmpdir = create_temp_dir ("msg", NULL, false);
964 if (tmpdir == NULL)
990 last_dir = tmpdir->dir_name;
1023 register_temp_subdir (tmpdir, subdirs[i]);
1027 unregister_temp_subdir (tmpdir, subdirs[i]);
1034 register_temp_file (tmpdir, java_file_name);
1039 unregister_temp_file (tmpdir, java_file_name);
1080 cleanup_temp_dir (tmpdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/po/
H A DMakefile.in395 tmpdir=`pwd`; \
400 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
401 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
402 rm -f $$tmpdir/$$lang.new.po; \
404 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
407 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
413 rm -f $$tmpdir/$$lang.new.po; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/po/
H A DMakefile.in395 tmpdir=`pwd`; \
400 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
401 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
402 rm -f $$tmpdir/$$lang.new.po; \
404 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
407 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
413 rm -f $$tmpdir/$$lang.new.po; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsmbrun.c35 slprintf(path, sizeof(path)-1, "%s/smb.XXXXXX", tmpdir());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dshared.c35 slprintf(name,sizeof(name)-1, "%s/smbw.XXXXXX",tmpdir());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.guess103 set_cc_for_build='tmpdir=${TMPDIR-/tmp}/config-guess-$$ ;
104 (old=`umask` && umask 077 && mkdir $tmpdir && umask $old && unset old)
105 || (echo "$me: cannot create $tmpdir" >&2 && exit 1) ;
106 dummy=$tmpdir/dummy ;
108 trap '"'"'rm -f $files; rmdir $tmpdir; exit 1'"'"' 1 2 15 ;
289 rm -f $dummy.s $dummy && rmdir $tmpdir
442 && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
443 rm -f $dummy.c $dummy && rmdir $tmpdir
527 $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
528 rm -f $dummy.c $dummy && rmdir $tmpdir
[all...]
H A Dltmain.sh4872 tmpdir="/tmp"
4873 test -n "$TMPDIR" && tmpdir="$TMPDIR"
4874 tmpdir="$tmpdir/libtool-$$"
4875 if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then :
4877 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
4881 outputname="$tmpdir/$file"
4889 ${rm}r "$tmpdir"
4921 test -n "$outputname" && ${rm}r "$tmpdir"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconfig.guess103 set_cc_for_build='tmpdir=${TMPDIR-/tmp}/config-guess-$$ ;
104 (old=`umask` && umask 077 && mkdir $tmpdir && umask $old && unset old)
105 || (echo "$me: cannot create $tmpdir" >&2 && exit 1) ;
106 dummy=$tmpdir/dummy ;
108 trap '"'"'rm -f $files; rmdir $tmpdir; exit 1'"'"' 1 2 15 ;
289 rm -f $dummy.s $dummy && rmdir $tmpdir
442 && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
443 rm -f $dummy.c $dummy && rmdir $tmpdir
527 $CC_FOR_BUILD $dummy.c -o $dummy && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
528 rm -f $dummy.c $dummy && rmdir $tmpdir
[all...]
H A Dlibtool4606 tmpdir="/tmp"
4607 test -n "$TMPDIR" && tmpdir="$TMPDIR"
4608 tmpdir="$tmpdir/libtool-$$"
4609 if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then :
4611 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
4615 outputname="$tmpdir/$file"
4623 ${rm}r "$tmpdir"
4655 test -n "$outputname" && ${rm}r "$tmpdir"
[all...]
H A Dltmain.sh4320 tmpdir="/tmp"
4321 test -n "$TMPDIR" && tmpdir="$TMPDIR"
4322 tmpdir="$tmpdir/libtool-$$"
4323 if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then :
4325 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
4329 outputname="$tmpdir/$file"
4337 ${rm}r "$tmpdir"
4369 test -n "$outputname" && ${rm}r "$tmpdir"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py60 self.tmpdir = os.path.join(self.rundir, 'tmp')
62 os.makedirs(self.tmpdir)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/po/
H A DMakefile.am344 tmpdir=`pwd`; \
349 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
350 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
351 rm -f $$tmpdir/$$lang.new.po; \
353 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
356 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
363 rm -f $$tmpdir/$$lang.new.po; \
H A DMakefile.in641 tmpdir=`pwd`; \
646 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
647 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
648 rm -f $$tmpdir/$$lang.new.po; \
650 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
653 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
660 rm -f $$tmpdir/$$lang.new.po; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dmessage.c55 slprintf(name,sizeof(name)-1, "%s/msg.XXXXXX",tmpdir());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A DMakefile.org610 tmpdir=/tmp/openssl.$$$$ ; rm -rf $$tmpdir ; \
612 ( Opwd=`pwd` ; mkdir $$tmpdir || exit 1; \
613 cd $$tmpdir || exit 1 ; ar x $$Opwd/lib$$i.a ; \
616 cp $$tmpdir/lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} . ; \
618 rm -rf $$tmpdir ; \
H A DMakefile651 tmpdir=/tmp/openssl.$$$$ ; rm -rf $$tmpdir ; \
653 ( Opwd=`pwd` ; mkdir $$tmpdir || exit 1; \
654 cd $$tmpdir || exit 1 ; ar x $$Opwd/lib$$i.a ; \
657 cp $$tmpdir/lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} . ; \
659 rm -rf $$tmpdir ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dltmain.sh4443 tmpdir="/tmp"
4444 test -n "$TMPDIR" && tmpdir="$TMPDIR"
4445 tmpdir="$tmpdir/libtool-$$"
4446 if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then :
4448 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
4452 outputname="$tmpdir/$file"
4460 ${rm}r "$tmpdir"
4492 test -n "$outputname" && ${rm}r "$tmpdir"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dltmain.sh4443 tmpdir="/tmp"
4444 test -n "$TMPDIR" && tmpdir="$TMPDIR"
4445 tmpdir="$tmpdir/libtool-$$"
4446 if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then :
4448 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
4452 outputname="$tmpdir/$file"
4460 ${rm}r "$tmpdir"
4492 test -n "$outputname" && ${rm}r "$tmpdir"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dltmain.sh5766 tmpdir="/tmp"
5767 test -n "$TMPDIR" && tmpdir="$TMPDIR"
5768 tmpdir="$tmpdir/libtool-$$"
5771 if $mkdir "$tmpdir"; then
5775 $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2
5779 outputname="$tmpdir/$file"
5787 ${rm}r "$tmpdir"
5819 test -n "$outputname" && ${rm}r "$tmpdir"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_env.c996 char *datadir, *home, *logdir, *passwd, *server, *tmpdir; local
1002 datadir = logdir = tmpdir = NULL;
1104 tmpdir = Tcl_GetStringFromObj(objv[i++], NULL);
1150 if (tmpdir != NULL) {
1152 ret = dbenv->set_tmp_dir(dbenv, tmpdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dlibtool3113 tmpdir=`func_mktempdir`
3116 > $tmpdir/tmp-la
3117 mv -f $tmpdir/tmp-la $lib
3119 ${RM}r "$tmpdir"
3570 tmpdir=`func_mktempdir`
3573 outputname="$tmpdir/$file"
3584 $opt_dry_run || ${RM}r "$tmpdir"
3618 ${RM}r "$tmpdir"
H A Dltmain.sh2688 tmpdir=`func_mktempdir`
2691 > $tmpdir/tmp-la
2692 mv -f $tmpdir/tmp-la $lib
2694 ${RM}r "$tmpdir"
3145 tmpdir=`func_mktempdir`
3148 outputname="$tmpdir/$file"
3159 $opt_dry_run || ${RM}r "$tmpdir"
3193 ${RM}r "$tmpdir"

Completed in 241 milliseconds

123456