Searched refs:chptr (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dfindme.c15 char * start, * chptr; local
30 chptr = NULL;
33 if ((chptr = strchr(start, ':')))
34 *chptr = '\0';
40 if (chptr)
41 start = chptr + 1;
H A Dpoptconfig.c97 const char * file, * chptr, * end; local
132 chptr = file;
134 /*@-infloops@*/ /* LCL: can't detect chptr++ */
135 while (chptr < end) {
136 switch (*chptr) {
143 chptr++;
146 *dst++ = *chptr++;
147 if (chptr < end) {
148 if (*chptr == '\n')
149 dst--, chptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c75 struct pvr2_sysfs *chptr; member in struct:pvr2_sysfs_ctl_item
96 cip->chptr, cip->ctl_id, name);
118 cip->chptr, cip->ctl_id, name);
132 cip->chptr, cip->ctl_id, val);
145 cip->chptr, cip->ctl_id, val);
163 cip->chptr, cip->ctl_id, cnt, buf, val);
182 cip->chptr, cip->ctl_id, cnt, buf, val);
201 cip->chptr, cip->ctl_id, cnt, buf, val);
226 cip->chptr, cip->ctl_id);
251 cip->chptr, ci
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c640 struct s3c2410_dma_chan *chptr = &s3c2410_chans[chno]; local
682 dmac->channels = chptr;
692 for (ch = 0; ch < 8; ch++, chno++, chptr++) {
696 chptr->bit = 1 << ch;
697 chptr->number = chno;
698 chptr->dmac = dmac;
699 chptr->regs = regptr;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c895 char *chptr; local
995 strtol(prog->argv[argc_l], &chptr, 10);
997 if (*chptr && *prog->argv[argc_l]) {
1021 chptr = src;
1022 chptr = skip_whitespace(chptr);
1024 if (!*chptr) {
1032 while (*chptr && !isspace(*chptr))
1033 *buf++ = *chptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodebook.c478 int chptr=0; local
486 a[chptr++][i]+=t[j];
487 if(chptr==ch){
488 chptr=0;

Completed in 166 milliseconds