Searched refs:tmp (Results 1 - 25 of 2904) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfig.status409 # creating and moving files from /tmp can sometimes cause problems.
413 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
417 # Create a (secure) tmp directory for tmp files.
420 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
421 test -n "$tmp" && test -d "$tmp"
424 tmp=./confstat$$-$RANDOM
425 (umask 077 && mkdir $tmp)
442 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/sub
[all...]
H A Dconfigure4853 # creating and moving files from /tmp can sometimes cause problems.
4857 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
4861 # Create a (secure) tmp directory for tmp files.
4864 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
4865 test -n "$tmp" && test -d "$tmp"
4868 tmp=./confstat$$-$RANDOM
4869 (umask 077 && mkdir $tmp)
4889 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/sub
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c54 struct bftpdutmp ut, tmp; local
67 while (fread((void *) &tmp, sizeof(tmp), 1, bftpdutmp)) {
68 if (!tmp.bu_type)
72 bftpdutmp_offset = i * sizeof(tmp);
86 struct bftpdutmp tmp; local
90 while (fread((void *) &tmp, sizeof(tmp), 1, bftpdutmp)) {
91 if ((tmp.bu_pid == pid) && (tmp
99 struct bftpdutmp tmp; local
117 struct bftpdutmp tmp; local
[all...]
H A Dcommands_admin.c100 struct bftpdutmp tmp; local
104 while (fread((void *) &tmp, sizeof(tmp), 1, bftpdutmp)) {
105 if (!tmp.bu_type)
107 fprintf(stderr, "200-%-10i%-15s%-20s%s", tmp.bu_pid, tmp.bu_name, tmp.bu_host,
108 ctime(&(tmp.bu_time)));
H A Dcwd.c32 char *tmp = bftpd_cwd_mappath(dir); local
38 if (strncmp(tmp, "/shares", 7))
40 free(tmp);
42 tmp = bftpd_cwd_mappath(convert_dir);
49 if (strlen(tmp) == 0 || strcmp(tmp, "/") == 0) {
50 free(tmp);
58 if (strncmp(tmp, "/shares", 7) != 0) {
59 free(tmp);
60 bftpd_log("Block cwd to '%s'\n", tmp);
82 appendpath(char *result, char *tmp) argument
110 char *tmp; local
[all...]
H A Ddirlist.c80 static struct hidegroup *tmp = NULL; local
81 if (tmp)
82 tmp = tmp->next = malloc(sizeof(struct hidegroup));
84 hidegroups = tmp = malloc(sizeof(struct hidegroup));
86 if (tmp)
88 tmp->next = NULL;
89 tmp->data = gid;
115 struct hidegroup *tmp = hidegroups; local
118 tmp
271 struct hidegroup *tmp = hidegroups; local
[all...]
H A Dlist.c11 struct bftpd_list_element *tmp = *list; local
14 if (tmp) {
15 while (tmp->next)
16 tmp = tmp->next;
17 tmp->next = new;
25 struct bftpd_list_element *tmp = *list; local
29 tmp = tmp->next;
31 *list = tmp;
48 struct bftpd_list_element *tmp = list; local
58 struct bftpd_list_element *tmp = list; local
[all...]
H A Dmain.c281 char tmp[32]; local
282 fgets(tmp, 80, pfp);
283 bftpd_pid = atoi(tmp);
407 char tmp[32]; local
408 fgets(tmp, 80, pfp);
409 bftpd_pid = atoi(tmp);
441 char tmp[32]; local
442 fgets(tmp, 80, pfp);
443 bftpd_pid = atoi(tmp);
493 FILE *shmid_fp = fopen("/tmp/shm_i
726 char tmp[32]; local
[all...]
H A Doptions.c54 char *tmp; local
60 tmp = strchr(str, '"') + 1;
61 *strchr(tmp, '"') = 0;
62 dir->path = strdup(tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Drules38 # Add here commands to install the package into debian/tmp.
39 $(MAKE) install DESTDIR=`pwd`/debian/tmp prefix=/usr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dblocksort.c37 Int32 i, j, tmp; local
44 tmp = fmap[i];
45 ec_tmp = eclass[tmp];
48 fmap[j-4] = tmp;
53 tmp = fmap[i];
54 ec_tmp = eclass[tmp];
57 fmap[j-1] = tmp;
H A Dbzdiff40 tmp=`mktemp ${TMPDIR:-/tmp}/bzdiff.XXXXXXXXXX` || {
56 bzip2 -cdfq "$2" > $tmp
57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
59 /bin/rm -f $tmp;;
H A Dbzip2.c279 UInt32 rem, tmp; local
283 tmp = rem * 256 + n->b[i];
284 n->b[i] = tmp / 10;
285 rem = tmp % 10;
942 FILE *tmp = fopen ( name, "rb" ); local
943 Bool exists = (tmp != NULL);
944 if (tmp != NULL) fclose ( tmp );
1732 Cell *tmp = mkCell(); local
1733 tmp
1737 Cell *tmp = root; local
1779 Char *tmp; local
[all...]
H A Dcompress.c463 UChar pos[BZ_N_GROUPS], ll_i, tmp2, tmp; local
468 tmp = pos[j];
469 while ( ll_i != tmp ) {
471 tmp2 = tmp;
472 tmp = pos[j];
475 pos[0] = tmp;
H A Ddecompress.c304 UChar pos[BZ_N_GROUPS], tmp, v; local
309 tmp = pos[v];
311 pos[0] = tmp;
312 s->selector[i] = tmp;
540 Int32 tmp = GET_LL(j); local
543 j = tmp;
H A Dhuffman.c35 Int32 zz, tmp; \
36 zz = z; tmp = heap[zz]; \
37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
41 heap[zz] = tmp; \
46 Int32 zz, yy, tmp; \
47 zz = z; tmp = heap[zz]; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
58 heap[zz] = tmp; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/
H A DMakefile7 export CPPFLAGS += -I$(TOP)/../../ap/gpl/openssl/tmp/usr/local/ssl/include -I$(TOP)/../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl
8 export LDFLAGS += -L$(TOP)/../../ap/gpl/openssl/tmp/usr/local/ssl/lib
9 export PKG_CONFIG_PATH += $(TOP)/../../ap/gpl/openssl/tmp/usr/local/ssl/lib/pkgconfig
25 --prefix='$(shell pwd)/tmp' \
H A Dmake.sh11 export CPPFLAGS="-I\$(TOP)../../ap/gpl/openssl/tmp/usr/local/ssl/include"
12 export LDFLAGS="-L\$(TOP)../../ap/gpl/openssl/tmp/usr/local/ssl/lib"
13 export PKG_CONFIG_PATH="\$(TOP)../../ap/gpl/openssl/tmp/usr/local/ssl/lib/pkgconfig"
27 ./configure --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu --prefix='$(shell pwd)/tmp' --with-ssl=$TOP../../ap/gpl/openssl/tmp/usr/local/ssl \
H A Dmake_arm.sh11 export CPPFLAGS="-I\$(TOP)../../ap/gpl/openssl/tmp/usr/local/ssl/include"
12 export LDFLAGS="-L\$(TOP)../../ap/gpl/openssl/tmp/usr/local/ssl/lib"
13 export PKG_CONFIG_PATH="\$(TOP)../../ap/gpl/openssl/tmp/usr/local/ssl/lib/pkgconfig"
27 ./configure --target=arm-linux --host=arm-linux --build=i386-pc-linux-gnu --prefix='$(shell pwd)/tmp' --with-ssl=$TOP../../ap/gpl/openssl/tmp/usr/local/ssl \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile138 CONFIGURE_OPTIONS = " '--target=mipsel-linux' '--host=mipsel-linux' '--build=' '--prefix=/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp' '--with-ssl' '--exec-prefix=' '--disable-manual' '--disable-proxy' '--without-zlib' '--disable-cookies' '--disable-ipv6' '--disable-shared' '--disable-dict' '--disable-file' '--disable-ftp' '--disable-gopher' '--disable-imap' '--disable-pop3' '--disable-smtp' '--disable-telnet' '--disable-tftp' '--disable-rtsp' 'build_alias=' 'host_alias=mipsel-linux' 'target_alias=mipsel-linux' 'LDFLAGS=-L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib' 'CPPFLAGS=-I/../../ap/gpl/openssl/tmp/usr/local/ssl/include -I/../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl'"
140 CPPFLAGS = -isystem /../../ap/gpl/openssl/tmp/usr/local/ssl/include -isystem /../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl
193 LDFLAGS = -L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib
303 prefix = /home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp
651 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
H A Dbuildconf66 find . -depth -name $1 -print > buildconf.tmp.$$
74 done < buildconf.tmp.$$
75 rm -f buildconf.tmp.$$
H A Dconfig.status435 with options \"'--target=mipsel-linux' '--host=mipsel-linux' '--build=' '--prefix=/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp' '--with-ssl' '--exec-prefix=' '--disable-manual' '--disable-proxy' '--without-zlib' '--disable-cookies' '--disable-ipv6' '--disable-shared' '--disable-dict' '--disable-file' '--disable-ftp' '--disable-gopher' '--disable-imap' '--disable-pop3' '--disable-smtp' '--disable-telnet' '--disable-tftp' '--disable-rtsp' 'build_alias=' 'host_alias=mipsel-linux' 'target_alias=mipsel-linux' 'LDFLAGS=-L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib' 'CPPFLAGS=-I/../../ap/gpl/openssl/tmp/usr/local/ssl/include -I/../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl'\"
514 set X '/bin/sh' './configure' '--target=mipsel-linux' '--host=mipsel-linux' '--build=' '--prefix=/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp' '--with-ssl' '--exec-prefix=' '--disable-manual' '--disable-proxy' '--without-zlib' '--disable-cookies' '--disable-ipv6' '--disable-shared' '--disable-dict' '--disable-file' '--disable-ftp' '--disable-gopher' '--disable-imap' '--disable-pop3' '--disable-smtp' '--disable-telnet' '--disable-tftp' '--disable-rtsp' 'build_alias=' 'host_alias=mipsel-linux' 'target_alias=mipsel-linux' 'LDFLAGS=-L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib' 'CPPFLAGS=-I/../../ap/gpl/openssl/tmp/usr/local/ssl/include -I/../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl' $ac_configure_extra_args --no-create --no-recursion
792 # creating and moving files from /tmp can sometimes cause problems.
795 # after its creation but before its name has been assigned to `$tmp'
[all...]
H A Dconfigure4872 cat "conftest.in" "conftest.in" >"conftest.tmp"
4873 mv "conftest.tmp" "conftest.in"
4887 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4938 cat "conftest.in" "conftest.in" >"conftest.tmp"
4939 mv "conftest.tmp" "conftest.in"
4953 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7425 cat "conftest.in" "conftest.in" >"conftest.tmp"
7426 mv "conftest.tmp" "conftest.in"
7440 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7504 cat "conftest.in" "conftest.in" >"conftest.tmp"
[all...]
H A Dcurl-config24 prefix=/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp
145 echo ${CURLLIBDIR}-lcurl -L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib -lssl -lcrypto -lrt -lssl -lcrypto
147 echo ${CURLLIBDIR}-lcurl -L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib
152 echo ${exec_prefix}/lib/libcurl.a -L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib -lssl -lcrypto -lrt -lssl -lcrypto
156 echo " '--target=mipsel-linux' '--host=mipsel-linux' '--build=' '--prefix=/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp' '--with-ssl' '--exec-prefix=' '--disable-manual' '--disable-proxy' '--without-zlib' '--disable-cookies' '--disable-ipv6' '--disable-shared' '--disable-dict' '--disable-file' '--disable-ftp' '--disable-gopher' '--disable-imap' '--disable-pop3' '--disable-smtp' '--disable-telnet' '--disable-tftp' '--disable-rtsp' 'build_alias=' 'host_alias=mipsel-linux' 'target_alias=mipsel-linux' 'LDFLAGS=-L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib' 'CPPFLAGS=-I/../../ap/gpl/openssl/tmp/usr/local/ssl/include -I/../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl'"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/
H A DMakefile116 CONFIGURE_OPTIONS = " '--target=mipsel-linux' '--host=mipsel-linux' '--build=' '--prefix=/home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp' '--with-ssl' '--exec-prefix=' '--disable-manual' '--disable-proxy' '--without-zlib' '--disable-cookies' '--disable-ipv6' '--disable-shared' '--disable-dict' '--disable-file' '--disable-ftp' '--disable-gopher' '--disable-imap' '--disable-pop3' '--disable-smtp' '--disable-telnet' '--disable-tftp' '--disable-rtsp' 'build_alias=' 'host_alias=mipsel-linux' 'target_alias=mipsel-linux' 'LDFLAGS=-L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib' 'CPPFLAGS=-I/../../ap/gpl/openssl/tmp/usr/local/ssl/include -I/../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl'"
118 CPPFLAGS = -isystem /../../ap/gpl/openssl/tmp/usr/local/ssl/include -isystem /../../ap/gpl/openssl/tmp/usr/local/ssl/include/openssl
171 LDFLAGS = -L/../../ap/gpl/openssl/tmp/usr/local/ssl/lib
281 prefix = /home/perry/project/WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/curl-7.23.1/tmp

Completed in 173 milliseconds

1234567891011>>