Searched refs:cpy (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dnametoaddr.c226 char *off, *cpy; local
230 if ((cpy = strdup(name)) == NULL)
233 if ((off = strchr(cpy, '-')) == NULL) {
234 free(cpy);
240 if (pcap_nametoport(cpy, port1, proto) == 0) {
241 free(cpy);
247 free(cpy);
250 free(cpy);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfile.c121 unsigned int cpy, set; local
125 cpy = ofdt->max_fds * sizeof(struct file *);
127 memcpy(nfdt->fd, ofdt->fd, cpy);
128 memset((char *)(nfdt->fd) + cpy, 0, set);
130 cpy = ofdt->max_fds / BITS_PER_BYTE;
132 memcpy(nfdt->open_fds, ofdt->open_fds, cpy);
133 memset((char *)(nfdt->open_fds) + cpy, 0, set);
134 memcpy(nfdt->close_on_exec, ofdt->close_on_exec, cpy);
135 memset((char *)(nfdt->close_on_exec) + cpy, 0, set);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dsnd-go7007.c92 int cpy = runtime->dma_bytes - gosnd->w_idx; local
94 memcpy(runtime->dma_area + gosnd->w_idx, buf, cpy);
95 length -= cpy;
96 buf += cpy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dlocking.c1225 UNIX_USER_TOKEN *cpy; local
1231 cpy = TALLOC_P(ctx, UNIX_USER_TOKEN);
1232 if (!cpy) {
1236 cpy->uid = tok->uid;
1237 cpy->gid = tok->gid;
1238 cpy->ngroups = tok->ngroups;
1240 /* Make this a talloc child of cpy. */
1241 cpy->groups = TALLOC_ARRAY(cpy, gid_t, tok->ngroups);
1242 if (!cpy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_dyn.c435 ENGINE cpy; local
493 memcpy(&cpy, e, sizeof(ENGINE));
523 memcpy(e, &cpy, sizeof(ENGINE));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_dyn.c455 ENGINE cpy; local
515 memcpy(&cpy, e, sizeof(ENGINE));
547 memcpy(e, &cpy, sizeof(ENGINE));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_dyn.c455 ENGINE cpy; local
515 memcpy(&cpy, e, sizeof(ENGINE));
547 memcpy(e, &cpy, sizeof(ENGINE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunhv.c445 unsigned int cpy = fill_con_write_page(s, n, local
448 n -= cpy;
449 s += cpy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A DMakefile.gnulib3161 ## begin gnulib module unistr/u16-cpy-alloc-tests
3163 TESTS += test-u16-cpy-alloc
3164 check_PROGRAMS += test-u16-cpy-alloc
3165 test_u16_cpy_alloc_SOURCES = unistr/test-u16-cpy-alloc.c
3166 EXTRA_DIST += unistr/test-u16-cpy-alloc.c unistr/test-cpy-alloc.h macros.h
3168 ## end gnulib module unistr/u16-cpy-alloc-tests
3170 ## begin gnulib module unistr/u16-cpy-tests
3172 TESTS += test-u16-cpy
3173 check_PROGRAMS += test-u16-cpy
[all...]
H A DMakefile.in230 test-u16-cpy-alloc$(EXEEXT) test-u16-cpy$(EXEEXT) \
246 test-u32-cpy-alloc$(EXEEXT) test-u32-cpy$(EXEEXT) \
262 test-u8-cpy-alloc$(EXEEXT) test-u8-cpy$(EXEEXT) \
463 test-u16-cpy-alloc$(EXEEXT) test-u16-cpy$(EXEEXT) \
479 test-u32-cpy-alloc$(EXEEXT) test-u32-cpy
[all...]
H A DMakefile230 test-u16-cpy-alloc$(EXEEXT) test-u16-cpy$(EXEEXT) \
246 test-u32-cpy-alloc$(EXEEXT) test-u32-cpy$(EXEEXT) \
262 test-u8-cpy-alloc$(EXEEXT) test-u8-cpy$(EXEEXT) \
463 test-u16-cpy-alloc$(EXEEXT) test-u16-cpy$(EXEEXT) \
479 test-u32-cpy-alloc$(EXEEXT) test-u32-cpy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c1142 unsigned int len = min(sizeof(*event), size), cpy; local
1146 cpy = min(md->mask + 1 - (offset & md->mask), len);
1147 memcpy(dst, &data[offset & md->mask], cpy);
1148 offset += cpy;
1149 dst += cpy;
1150 len -= cpy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A DMakefile.in362 unistr/u16-cmp2.c unistr/u16-cpy.c unistr/u16-cpy-alloc.c \
378 unistr/u32-cmp2.c unistr/u32-cpy.c unistr/u32-cpy-alloc.c \
393 unistr/u8-cpy.c unistr/u8-cpy-alloc.c unistr/u8-endswith.c \
601 unistr/u16-cmp2.lo unistr/u16-cpy.lo unistr/u16-cpy-alloc.lo \
620 unistr/u32-cmp.lo unistr/u32-cmp2.lo unistr/u32-cpy.lo \
621 unistr/u32-cpy
[all...]
H A DMakefile.gnulib3810 ## begin gnulib module unistr/u16-cpy
3812 libunistring_la_SOURCES += unistr/u16-cpy.c
3814 EXTRA_DIST += unistr/u-cpy.h
3816 ## end gnulib module unistr/u16-cpy
3818 ## begin gnulib module unistr/u16-cpy-alloc
3820 libunistring_la_SOURCES += unistr/u16-cpy-alloc.c
3822 EXTRA_DIST += unistr/u-cpy-alloc.h
3824 ## end gnulib module unistr/u16-cpy-alloc
4100 ## begin gnulib module unistr/u32-cpy
4102 libunistring_la_SOURCES += unistr/u32-cpy
[all...]
H A DMakefile362 unistr/u16-cmp2.c unistr/u16-cpy.c unistr/u16-cpy-alloc.c \
378 unistr/u32-cmp2.c unistr/u32-cpy.c unistr/u32-cpy-alloc.c \
393 unistr/u8-cpy.c unistr/u8-cpy-alloc.c unistr/u8-endswith.c \
601 unistr/u16-cmp2.lo unistr/u16-cpy.lo unistr/u16-cpy-alloc.lo \
620 unistr/u32-cmp.lo unistr/u32-cmp2.lo unistr/u32-cpy.lo \
621 unistr/u32-cpy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.c1034 #define DICT_COPY(str, cpy) \
1038 cpy = (xmlChar *) (str); \
1040 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1042 cpy = xmlStrdup((const xmlChar *)(str)); }
1051 #define DICT_CONST_COPY(str, cpy) \
1055 cpy = (const xmlChar *) (str); \
1057 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1059 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c1039 #define DICT_COPY(str, cpy) \
1043 cpy = (xmlChar *) (str); \
1045 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1047 cpy = xmlStrdup((const xmlChar *)(str)); }
1056 #define DICT_CONST_COPY(str, cpy) \
1060 cpy = (const xmlChar *) (str); \
1062 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1064 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c1039 #define DICT_COPY(str, cpy) \
1043 cpy = (xmlChar *) (str); \
1045 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1047 cpy = xmlStrdup((const xmlChar *)(str)); }
1056 #define DICT_CONST_COPY(str, cpy) \
1060 cpy = (const xmlChar *) (str); \
1062 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1064 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c1034 #define DICT_COPY(str, cpy) \
1038 cpy = (xmlChar *) (str); \
1040 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1042 cpy = xmlStrdup((const xmlChar *)(str)); }
1051 #define DICT_CONST_COPY(str, cpy) \
1055 cpy = (const xmlChar *) (str); \
1057 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1059 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 664 milliseconds