Searched refs:cp (Results 1 - 25 of 3104) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dbb_basename.c14 const char *cp = strrchr(name, '/'); local
15 if (cp)
16 return cp + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtputs.c26 void tputs (const char *cp, int affcnt, int (*outcharfun) (int));
31 tputs (const char *cp, int affcnt, int (*outcharfun) (int)) argument
33 while (c_isdigit (*cp))
34 cp++;
35 if (*cp == '.')
37 cp++;
38 while (c_isdigit (*cp))
39 cp++;
41 for (; *cp != '\0'; cp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtputs.c26 void tputs (const char *cp, int affcnt, int (*outcharfun) (int));
31 tputs (const char *cp, int affcnt, int (*outcharfun) (int)) argument
33 while (c_isdigit (*cp))
34 cp++;
35 if (*cp == '.')
37 cp++;
38 while (c_isdigit (*cp))
39 cp++;
41 for (; *cp != '\0'; cp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dcodepage.h5 int codepageMap(int cp, int *map);
6 int codepageConvert(int cp, const char *p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dcodepage.h5 int codepageMap(int cp, int *map);
6 int codepageConvert(int cp, const char *p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dcodepage.h5 int codepageMap(int cp, int *map);
6 int codepageConvert(int cp, const char *p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-ioread.c53 static int pvr2_ioread_init(struct pvr2_ioread *cp) argument
57 cp->stream = NULL;
58 mutex_init(&cp->mutex);
61 cp->buffer_storage[idx] = kmalloc(BUFFER_SIZE,GFP_KERNEL);
62 if (!(cp->buffer_storage[idx])) break;
68 if (!(cp->buffer_storage[idx])) continue;
69 kfree(cp->buffer_storage[idx]);
76 static void pvr2_ioread_done(struct pvr2_ioread *cp) argument
80 pvr2_ioread_setup(cp,NULL);
82 if (!(cp
89 struct pvr2_ioread *cp; local
100 pvr2_ioread_destroy(struct pvr2_ioread *cp) argument
112 pvr2_ioread_set_sync_key(struct pvr2_ioread *cp, const char *sync_key_ptr, unsigned int sync_key_len) argument
140 pvr2_ioread_stop(struct pvr2_ioread *cp) argument
160 pvr2_ioread_start(struct pvr2_ioread *cp) argument
197 pvr2_ioread_get_stream(struct pvr2_ioread *cp) argument
202 pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) argument
243 pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl) argument
258 pvr2_ioread_get_buffer(struct pvr2_ioread *cp) argument
309 pvr2_ioread_filter(struct pvr2_ioread *cp) argument
368 pvr2_ioread_avail(struct pvr2_ioread *cp) argument
404 pvr2_ioread_read(struct pvr2_ioread *cp,void __user *buf,unsigned int cnt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_slash.c17 char *cp, *nlptr; local
19 cp = fgets(str, ((int) size) - 1, fp);
20 if (cp != NULL) {
21 cp[((int) size) - 1] = '\0'; /* ensure terminator */
22 nlptr = cp + strlen(cp) - 1;
30 return cp;
39 char *cp; local
42 cp = dst + strlen(dst);
43 --cp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dexplodename.c66 char *cp; local
82 *language = cp = name;
83 cp = _nl_find_language (*language);
85 if (*language == cp)
88 cp = strchr (*language, '\0');
89 else if (cp[0] == '_')
92 cp[0] = '\0';
93 *territory = ++cp;
95 while (cp[0] != '\0' && cp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-cmdline.c42 char *cp; local
47 cp = &(arcs_cmdline[0]);
49 strcpy(cp, prom_argv(actr));
50 cp += strlen(prom_argv(actr));
51 *cp++ = ' ';
54 if (cp != &(arcs_cmdline[0])) {
56 --cp;
57 *cp = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-cmdline.c42 char *cp; local
47 cp = &(arcs_cmdline[0]);
49 strcpy(cp, prom_argv(actr));
50 cp += strlen(prom_argv(actr));
51 *cp++ = ' ';
54 if (cp != &(arcs_cmdline[0])) {
56 --cp;
57 *cp = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dexplodename.c61 char *cp; local
72 *language = cp = name;
73 cp = _nl_find_language (*language);
75 if (*language == cp)
78 cp = strchr (*language, '\0');
81 if (cp[0] == '_')
84 cp[0] = '\0';
85 *territory = ++cp;
87 while (cp[0] != '\0' && cp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetnetent.c34 extern u_int32_t inet_network(const char *cp);
61 register char *cp, **q; local
71 cp = any(p, "#\n");
72 if (cp == NULL)
74 *cp = '\0';
76 cp = any(p, " \t");
77 if (cp == NULL)
79 *cp++ = '\0';
80 while (*cp == ' ' || *cp
[all...]
H A Dgetnetbynm.c30 register char **cp; local
36 for (cp = p->n_aliases; *cp != 0; cp++)
37 if (strcmp(*cp, name) == 0)
H A Dinet_net.c47 inet_network(const char *cp) argument
65 if (*cp == '0') {
66 if (*++cp == 'x' || *cp == 'X')
67 base = 16, cp++;
71 while ((c = *cp)) {
74 cp++;
79 cp++;
84 if (*cp == '.') {
87 *pp++ = val, cp
[all...]
H A Dgetservent.c82 register char *cp, **q; local
91 cp = strpbrk(p, "#\n");
92 if (cp == NULL)
94 *cp = '\0';
102 cp = strpbrk(p, ",/");
103 if (cp == NULL)
105 *cp++ = '\0';
107 serv.s_proto = cp;
109 cp = strpbrk(cp, " \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dversion.c28 const char *cp; local
31 for (cp = ver_string; *cp; cp++) {
32 if (*cp == '.')
34 if (!isdigit(*cp))
36 version = (version * 10) + (*cp - '0');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcompletion.c25 tr_cpReset( tr_completion * cp )
27 cp->sizeNow = 0;
28 cp->sizeWhenDoneIsDirty = true;
29 cp->haveValidIsDirty = true;
30 tr_bitfieldSetHasNone( &cp->blockBitfield );
34 tr_cpConstruct( tr_completion * cp, tr_torrent * tor ) argument
36 cp->tor = tor;
37 tr_bitfieldConstruct( &cp->blockBitfield, tor->blockCount );
38 tr_cpReset( cp );
42 tr_cpBlockInit( tr_completion * cp, cons argument
72 tr_cpPieceRem( tr_completion * cp, tr_piece_index_t piece ) argument
89 tr_cpPieceAdd( tr_completion * cp, tr_piece_index_t piece ) argument
99 tr_cpBlockAdd( tr_completion * cp, tr_block_index_t block ) argument
124 tr_completion * cp = (tr_completion *) ccp; /* mutable */ local
147 tr_completion * cp = (tr_completion *) ccp; /* mutable */ local
203 tr_cpGetAmountDone( const tr_completion * cp, float * tab, int tabCount ) argument
223 tr_cpMissingBlocksInPiece( const tr_completion * cp, tr_piece_index_t piece ) argument
235 tr_cpMissingBytesInPiece( const tr_completion * cp, tr_piece_index_t piece ) argument
259 tr_cpFileIsComplete( const tr_completion * cp, tr_file_index_t i ) argument
271 tr_cpCreatePieceBitfield( const tr_completion * cp, size_t * byte_count ) argument
[all...]
H A Dcompletion.h57 void tr_cpBlockInit( tr_completion * cp, const tr_bitfield * blocks );
60 tr_cpDestruct( tr_completion * cp )
62 tr_bitfieldDestruct( &cp->blockBitfield );
69 double tr_cpPercentComplete( const tr_completion * cp );
71 double tr_cpPercentDone( const tr_completion * cp );
87 tr_cpHaveTotal( const tr_completion * cp )
89 return cp->sizeNow;
92 static inline bool tr_cpHasAll( const tr_completion * cp )
94 return tr_bitfieldHasAll( &cp->blockBitfield );
97 static inline bool tr_cpHasNone( const tr_completion * cp )
115 tr_cpPieceIsComplete( const tr_completion * cp, tr_piece_index_t i ) argument
127 tr_cpBlockIsComplete( const tr_completion * cp, tr_block_index_t i ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dcon3270.c73 static void con3270_set_timer(struct con3270 *cp, int expires) argument
76 del_timer(&cp->timer);
78 mod_timer(&cp->timer, jiffies + expires);
87 con3270_update_status(struct con3270 *cp) argument
91 str = (cp->nr_up != 0) ? "History" : "Running";
92 memcpy(cp->status->string + 24, str, 7);
93 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7);
94 cp->update_flags |= CON_UPDATE_STATUS;
98 con3270_create_status(struct con3270 *cp) argument
122 con3270_update_string(struct con3270 *cp, struct string *s, int nr) argument
134 con3270_rebuild_update(struct con3270 *cp) argument
160 con3270_alloc_string(struct con3270 *cp, size_t size) argument
199 con3270_update(struct con3270 *cp) argument
285 struct con3270 *cp; local
356 con3270_issue_read(struct con3270 *cp) argument
381 struct con3270 *cp; local
392 struct con3270 *cp; local
399 con3270_irq(struct con3270 *cp, struct raw3270_request *rq, struct irb *irb) argument
423 con3270_cline_add(struct con3270 *cp) argument
434 con3270_cline_insert(struct con3270 *cp, unsigned char c) argument
445 con3270_cline_end(struct con3270 *cp) argument
478 struct con3270 *cp; local
511 con3270_wait_write(struct con3270 *cp) argument
526 struct con3270 *cp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-domain.c57 ns_nskip(register const u_char *cp) argument
61 if (!TTEST2(*cp, 1))
63 i = *cp++;
66 return (cp + 1);
72 if (!TTEST2(*cp, 1))
74 if ((bitlen = *cp++) == 0)
77 cp += bytelen;
79 cp += i;
80 if (!TTEST2(*cp, 1))
82 i = *cp
89 blabel_print(const u_char *cp) argument
125 labellen(const u_char *cp) argument
148 ns_nprint(register const u_char *cp, register const u_char *bp) argument
232 ns_cprint(register const u_char *cp) argument
320 ns_qprint(register const u_char *cp, register const u_char *bp, int is_mdns) argument
357 ns_rprint(register const u_char *cp, register const u_char *bp, int is_mdns) argument
583 register const u_char *cp; local
[all...]
H A Dprint-zeromq.c78 zmtp1_print_frame(const u_char *cp, const u_char *ep) { argument
83 TCHECK2(*cp, 1); /* length/0xFF */
85 if (cp[0] != 0xFF) {
87 body_len_declared = cp[0];
89 return cp + header_len; /* skip to next frame */
90 printf(" frame flags+body (8-bit) length %"PRIu8"", cp[0]);
91 TCHECK2(*cp, header_len + 1); /* length, flags */
92 flags = cp[1];
96 TCHECK2(*cp, header_len); /* 0xFF, length */
97 body_len_declared = EXTRACT_64BITS(cp
141 zmtp1_print(const u_char *cp, u_int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpoint.sh5 cp "$1" "$2"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/Strn/
H A DDStrCat.c10 char *cp; local
24 cp = calloc(allocSize, (size_t) 1);
25 if (cp == NULL)
28 cp = realloc(dst->s, allocSize);
29 if (cp == NULL)
31 memset(cp + curLen, 0, allocSize - curLen);
33 dst->s = cp;
36 cp = dst->s;
39 memcpy(cp + curLen, src, --srcLen);
41 cp[newLe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/arc/
H A Dcmdline.c34 static char * __init move_firmware_args(char* cp) argument
47 strcat(cp, used_arc[i][1]);
48 cp += strlen(used_arc[i][1]);
53 strcpy(cp, s);
54 cp += strlen(s);
56 *cp++ = ' ';
63 return cp;
68 char *cp; local
73 cp = arcs_cmdline;
78 cp
[all...]

Completed in 224 milliseconds

1234567891011>>