Searched refs:buf2 (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/c/
H A Dreadlink2.c14 char buf2[1024]; local
34 if (getcwd (buf2, sizeof (buf2)) != buf2)
57 if (buf2[strlen (buf2) - 1] != '/')
58 strcat (buf2, "/");
59 strcat (buf2, argv[0]);
60 if (strcmp (buf2, buf) != 0)
62 printf ("%s != %s\n", buf, buf2);
[all...]
H A Dreadlink4.c22 char buf2[1024]; local
50 i = readlink (buf, buf2, sizeof (buf2) - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dreadlink2.c14 char buf2[1024]; local
34 if (getcwd (buf2, sizeof (buf2)) != buf2)
57 if (buf2[strlen (buf2) - 1] != '/')
58 strcat (buf2, "/");
59 strcat (buf2, argv[0]);
60 if (strcmp (buf2, buf) != 0)
62 printf ("%s != %s\n", buf, buf2);
[all...]
H A Dreadlink4.c22 char buf2[1024]; local
50 i = readlink (buf, buf2, sizeof (buf2) - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dreadlink2.c14 char buf2[1024]; local
34 if (getcwd (buf2, sizeof (buf2)) != buf2)
57 if (buf2[strlen (buf2) - 1] != '/')
58 strcat (buf2, "/");
59 strcat (buf2, argv[0]);
60 if (strcmp (buf2, buf) != 0)
62 printf ("%s != %s\n", buf, buf2);
[all...]
H A Dreadlink4.c22 char buf2[1024]; local
50 i = readlink (buf, buf2, sizeof (buf2) - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/src/
H A Dhomedir.c50 char buf1[1024], buf2[1024]; local
62 /* buf2 == variable if not expanded */
63 rc = ExpandEnvironmentStrings (variable, buf2, sizeof(buf2));
64 if(rc > 0 && rc < sizeof(buf2) &&
65 !strchr(buf2,'%')) /* no vars still unexpanded */
66 env = buf2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/src/
H A Dhomedir.c50 char buf1[1024], buf2[1024]; local
62 /* buf2 == variable if not expanded */
63 rc = ExpandEnvironmentStrings (variable, buf2, sizeof(buf2));
64 if(rc > 0 && rc < sizeof(buf2) &&
65 !strchr(buf2,'%')) /* no vars still unexpanded */
66 env = buf2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dcoremaker.c40 char *buf2; variable
47 /* Note that if the mapping fails for any reason, we set buf2
72 buf2 = (char *) -1;
77 /* Now map the file into our address space as buf2 */
79 buf2 = (char *) mmap (0, MAPSIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
80 if (buf2 == (char *) -1)
92 if (buf1[j] != buf2[j])
95 buf2 = (char *) -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/src/
H A Dhomedir.c50 char buf1[1024], buf2[1024]; local
62 /* buf2 == variable if not expanded */
63 rc = ExpandEnvironmentStrings (variable, buf2, sizeof(buf2));
64 if(rc > 0 && rc < sizeof(buf2) &&
65 !strchr(buf2,'%')) /* no vars still unexpanded */
66 env = buf2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dcoremaker.c40 char *buf2; variable
47 /* Note that if the mapping fails for any reason, we set buf2
72 buf2 = (char *) -1;
77 /* Now map the file into our address space as buf2 */
79 buf2 = (char *) mmap (0, MAPSIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
80 if (buf2 == (char *) -1)
92 if (buf1[j] != buf2[j])
95 buf2 = (char *) -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dcoremaker.c40 char *buf2; variable
47 /* Note that if the mapping fails for any reason, we set buf2
72 buf2 = (char *) -1;
77 /* Now map the file into our address space as buf2 */
79 buf2 = (char *) mmap (0, MAPSIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
80 if (buf2 == (char *) -1)
92 if (buf1[j] != buf2[j])
95 buf2 = (char *) -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/err/
H A Derr_prn.c71 char buf2[4096]; local
82 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
84 if (cb(buf2, strlen(buf2), u) <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/err/
H A Derr_prn.c71 char buf2[4096]; local
81 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
83 if (cb(buf2, strlen(buf2), u) <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/err/
H A Derr_prn.c71 char buf2[4096]; local
82 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
84 if (cb(buf2, strlen(buf2), u) <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/err/
H A Derr_prn.c71 char buf2[4096]; local
81 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
83 if (cb(buf2, strlen(buf2), u) <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/err/
H A Derr_prn.c71 char buf2[4096]; local
82 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
84 if (cb(buf2, strlen(buf2), u) <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/err/
H A Derr_prn.c71 char buf2[4096]; local
81 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
83 if (cb(buf2, strlen(buf2), u) <= 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Dnet.h42 void *buf1, int buflen1, void *buf2, int buflen2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Dnet.h42 void *buf1, int buflen1, void *buf2, int buflen2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Dnet.h42 void *buf1, int buflen1, void *buf2, int buflen2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Branch/
H A DBranchX86_2.h24 const Byte *buf2, SizeT size2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Branch/
H A DBranchX86_2.h24 const Byte *buf2, SizeT size2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Branch/
H A DBranchX86_2.h24 const Byte *buf2, SizeT size2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dui.c148 char *buf2; local
149 buf2 = malloc(length);
150 if (buf2 == NULL)
153 ret = read_string("Verify password - ", prompt, buf2, length, 0);
155 free(buf2);
158 if (strcmp(buf2, buf) != 0)
160 free(buf2);

Completed in 807 milliseconds

1234567891011>>