Searched refs:cp (Results 151 - 175 of 1792) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/lib/
H A Dio-writesl.S12 cp.w r10, 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mm/
H A Dclear_page.S23 cp r12, r9
H A Dcopy_page.S26 cp r11, r10
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dultrix.pl7 $cp='/bin/cp';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dinstall.sh43 cp $3 $4/System.map-$1
56 cp $3 $4/System.map
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/jmr3927/rbhma3100/
H A Dinit.c45 extern void puts(const char *cp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dbootstrap.sh34 cp /usr/local/share/aclocal/libtool15.m4 common
35 cp /usr/local/share/aclocal/pkg.m4 common
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dchar_dev.c99 struct char_device_struct *cd, **cp; local
131 for (cp = &chrdevs[i]; *cp; cp = &(*cp)->next)
132 if ((*cp)->major > major ||
133 ((*cp)->major == major &&
134 (((*cp)->baseminor >= baseminor) ||
135 ((*cp)->baseminor + (*cp)
171 struct char_device_struct *cd = NULL, **cp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf-parse.c84 const CHAR_T *cp = format; /* pointer into format */ local
134 while (*cp != '\0')
136 CHAR_T c = *cp++;
143 dp->dir_start = cp - 1;
154 if (*cp >= '0' && *cp <= '9')
158 for (np = cp; *np >= '0' && *np <= '9'; np++)
164 for (np = cp; *np >= '0' && *np <= '9'; np++)
173 cp = np + 1;
180 if (*cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dprintf-parse.c84 const CHAR_T *cp = format; /* pointer into format */ local
134 while (*cp != '\0')
136 CHAR_T c = *cp++;
143 dp->dir_start = cp - 1;
154 if (*cp >= '0' && *cp <= '9')
158 for (np = cp; *np >= '0' && *np <= '9'; np++)
164 for (np = cp; *np >= '0' && *np <= '9'; np++)
173 cp = np + 1;
180 if (*cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-embedded.c84 char *cp, ch; local
173 cp = cmd_line;
187 while ( *cp )
188 putc(*cp++);
193 if (cp != cmd_line) {
194 cp--;
199 while (cp != cmd_line) {
200 cp--;
204 *cp++ = ch;
212 *cp
[all...]
H A Dmisc.c98 char *cp; local
179 cp = cmd_line;
181 while ( *cp ) putc(*cp++);
193 if (cp != cmd_line) {
194 cp--;
199 while (cp != cmd_line) {
200 cp--;
204 *cp++ = ch;
212 *cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprintf-parse.c83 const CHAR_T *cp = format; /* pointer into format */ local
133 while (*cp != '\0')
135 CHAR_T c = *cp++;
142 dp->dir_start = cp - 1;
153 if (*cp >= '0' && *cp <= '9')
157 for (np = cp; *np >= '0' && *np <= '9'; np++)
163 for (np = cp; *np >= '0' && *np <= '9'; np++)
172 cp = np + 1;
179 if (*cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dvsprintf.c31 * @cp: The start of the string
35 unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base) argument
41 if (*cp == '0') {
43 cp++;
44 if ((toupper(*cp) == 'X') && isxdigit(cp[1])) {
45 cp++;
50 if (cp[0] == '0' && toupper(cp[1]) == 'X')
51 cp
71 simple_strtol(const char *cp,char **endp,unsigned int base) argument
86 simple_strtoull(const char *cp,char **endp,unsigned int base) argument
122 simple_strtoll(const char *cp,char **endp,unsigned int base) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Denc_writ.c93 const unsigned char *cp; local
131 cp=shortbuf;
138 cp=buf;
143 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
146 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
H A Dqud_cksm.c82 const unsigned char *cp; local
101 cp=input;
107 t0= (DES_LONG)(*(cp++));
108 t0|=(DES_LONG)Q_B1(*(cp++));
112 t0= (DES_LONG)(*(cp++));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_writ.c93 const unsigned char *cp; local
131 cp=shortbuf;
138 cp=buf;
143 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
146 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
H A Dqud_cksm.c82 const unsigned char *cp; local
101 cp=input;
107 t0= (DES_LONG)(*(cp++));
108 t0|=(DES_LONG)Q_B1(*(cp++));
112 t0= (DES_LONG)(*(cp++));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_lib.c100 SSL_CIPHER c,*cp; local
108 cp=ssl3_get_cipher_by_char(p);
110 if (cp == NULL)
111 cp=ssl2_get_cipher_by_char(p);
113 return(cp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-tuner.c91 int pvr2_i2c_tuner_setup(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp) argument
94 if (cp->handler) return 0;
102 ctxt->client = cp;
104 cp->handler = &ctxt->i2c_handler;
106 cp->client->addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsrp-entry.c103 char *cp; local
145 if ((cp = strchr(pname, '\n')) != NULL)
146 *cp = '\0';
165 for (cp = name; *cp != '\0'; cp++)
166 if (isspace(*cp))
168 else if (*cp == '"')
170 else if (*cp == '\'')
172 else if (*cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c145 char *str, *cp; local
151 cp = str = xstrdup(device);
154 if (strncmp(cp, "/dev/", 5) != 0)
156 cp += 5;
162 if (cp[0] == 'm' && cp[1] == 'd') {
163 cp[2] = 0;
168 if (strncmp(cp, "rd/", 3) == 0) {
169 cp += 3;
170 if (cp[
327 char *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
772 char *cp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinetd.c340 static char *xxstrdup(char *cp) argument
342 return xstrdup(cp ? cp : "");
406 static void freeconfig(servtab_t *cp) argument
410 free(cp->se_hostaddr);
411 free(cp->se_service);
412 free(cp->se_proto);
413 free(cp->se_user);
414 free(cp->se_group);
415 free(cp
515 char *cp; local
528 char *cp = *cpp; local
607 char *cp, *arg; local
869 enter(servtab_t *cp) argument
923 servtab_t *sep, *cp, **sepp; local
1225 char *cp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_dst.c58 char *buffer, *cp, *next, *range; local
65 for (cp = buffer, i = 0; cp && i < IP6T_OPTS_OPTSNR; cp = next, i++)
67 next = strchr(cp, ',');
72 range = strchr(cp, ':');
81 opts[i] = (parse_opts_num(cp, "opt") & 0xFF) << 8;
91 printf("opts str: %s %s\n", cp, range);
96 if (cp)
H A Dlibip6t_hbh.c60 char *buffer, *cp, *next, *range; local
66 for (cp=buffer, i=0; cp && i<IP6T_OPTS_OPTSNR; cp=next,i++)
68 next=strchr(cp, ',');
70 range = strchr(cp, ':');
77 opts[i] = (parse_opts_num(cp, "opt") & 0xFF) << 8;
87 printf("opts str: %s %s\n", cp, range);
91 if (cp) xtables_error(PARAMETER_PROBLEM, "too many addresses specified");

Completed in 380 milliseconds

1234567891011>>