Searched refs:combined (Results 1 - 25 of 48) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dutils.c41 char *combined; local
47 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
48 strcpy (combined, string);
49 strcat (combined, ": ");
50 strcat (combined, err);
52 error ("%s.", combined);
H A Dgdbreplay.c136 char *combined; local
142 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
143 strcpy (combined, string);
144 strcat (combined, ": ");
145 strcat (combined, err);
146 fprintf (stderr, "\n%s.\n", combined);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dutils.c41 char *combined; local
47 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
48 strcpy (combined, string);
49 strcat (combined, ": ");
50 strcat (combined, err);
52 error ("%s.", combined);
H A Dgdbreplay.c136 char *combined; local
142 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
143 strcpy (combined, string);
144 strcat (combined, ": ");
145 strcat (combined, err);
146 fprintf (stderr, "\n%s.\n", combined);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dutils.c41 char *combined; local
47 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
48 strcpy (combined, string);
49 strcat (combined, ": ");
50 strcat (combined, err);
52 error ("%s.", combined);
H A Dgdbreplay.c136 char *combined; local
142 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
143 strcpy (combined, string);
144 strcat (combined, ": ");
145 strcat (combined, err);
146 fprintf (stderr, "\n%s.\n", combined);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsclp.h40 unsigned int combined; member in struct:sclp_cpu_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dsclp.h40 unsigned int combined; member in struct:sclp_cpu_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/srclib/
H A Dsetenv.c113 __add_to_environ (const char *name, const char *value, const char *combined, argument
159 if (combined != NULL)
162 new_environ[size] = (char *) combined;
229 if (combined != NULL)
230 np = (char *) combined;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/srclib/
H A Dsetenv.c113 __add_to_environ (const char *name, const char *value, const char *combined, argument
159 if (combined != NULL)
162 new_environ[size] = (char *) combined;
229 if (combined != NULL)
230 np = (char *) combined;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/srclib/
H A Dsetenv.c113 __add_to_environ (const char *name, const char *value, const char *combined, argument
159 if (combined != NULL)
162 new_environ[size] = (char *) combined;
229 if (combined != NULL)
230 np = (char *) combined;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/scripts/
H A Dpoff29 Options may not be combined.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/scripts/
H A Dpoff29 Options may not be combined.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/scripts/
H A Dpoff29 Options may not be combined.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Drules.c495 char *combined; local
500 combined = xmalloc(keylen + vallen + 1);
501 memcpy(combined, key, keylen);
502 combined[keylen] = '=';
503 memcpy(&combined[keylen + 1], value, vallen);
505 return combined;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Drules.c495 char *combined; local
500 combined = xmalloc(keylen + vallen + 1);
501 memcpy(combined, key, keylen);
502 combined[keylen] = '=';
503 memcpy(&combined[keylen + 1], value, vallen);
505 return combined;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Drules.c495 char *combined; local
500 combined = xmalloc(keylen + vallen + 1);
501 memcpy(combined, key, keylen);
502 combined[keylen] = '=';
503 memcpy(&combined[keylen + 1], value, vallen);
505 return combined;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dmisc.c1877 char *combined = (char *) malloc (len); local
1878 check_malloc_return (combined);
1880 strcpy (combined, s);
1881 strcat (combined, "/");
1882 strcat (combined, numstr);
1883 argv_append (a, combined);
1884 argv_system_str_append (a, combined, false);
1891 char *combined; local
1896 combined = (char *) malloc (strlen(s1) + strlen(s2) + 1);
1897 check_malloc_return (combined);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dmisc.c1877 char *combined = (char *) malloc (len); local
1878 check_malloc_return (combined);
1880 strcpy (combined, s);
1881 strcat (combined, "/");
1882 strcat (combined, numstr);
1883 argv_append (a, combined);
1884 argv_system_str_append (a, combined, false);
1891 char *combined; local
1896 combined = (char *) malloc (strlen(s1) + strlen(s2) + 1);
1897 check_malloc_return (combined);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dmisc.c1877 char *combined = (char *) malloc (len); local
1878 check_malloc_return (combined);
1880 strcpy (combined, s);
1881 strcat (combined, "/");
1882 strcat (combined, numstr);
1883 argv_append (a, combined);
1884 argv_system_str_append (a, combined, false);
1891 char *combined; local
1896 combined = (char *) malloc (strlen(s1) + strlen(s2) + 1);
1897 check_malloc_return (combined);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dutils.c851 char *combined;
854 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
855 strcpy (combined, string);
856 strcat (combined, ": ");
857 strcat (combined, err);
865 error (_("%s."), combined);
875 char *combined;
878 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
879 strcpy (combined, string);
880 strcat (combined, "
849 char *combined; local
873 char *combined; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dutils.c851 char *combined;
854 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
855 strcpy (combined, string);
856 strcat (combined, ": ");
857 strcat (combined, err);
865 error (_("%s."), combined);
875 char *combined;
878 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
879 strcpy (combined, string);
880 strcat (combined, "
849 char *combined; local
873 char *combined; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dutils.c851 char *combined;
854 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
855 strcpy (combined, string);
856 strcat (combined, ": ");
857 strcat (combined, err);
865 error (_("%s."), combined);
875 char *combined;
878 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
879 strcpy (combined, string);
880 strcat (combined, "
849 char *combined; local
873 char *combined; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c161 unsigned long major, minor, combined; local
166 combined = (major << 4) | minor;
192 if (combined == 0x9f) { /* GETCON */
198 } else if (combined == 0x1bf) { /* PUTCON */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dtraps_64.c161 unsigned long major, minor, combined; local
166 combined = (major << 4) | minor;
192 if (combined == 0x9f) { /* GETCON */
198 } else if (combined == 0x1bf) { /* PUTCON */

Completed in 177 milliseconds

12