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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfile.c116 unsigned int cpy, set; local
122 cpy = ofdt->max_fds * sizeof(struct file *);
124 memcpy(nfdt->fd, ofdt->fd, cpy);
125 memset((char *)(nfdt->fd) + cpy, 0, set);
127 cpy = ofdt->max_fds / BITS_PER_BYTE;
129 memcpy(nfdt->open_fds, ofdt->open_fds, cpy);
130 memset((char *)(nfdt->open_fds) + cpy, 0, set);
131 memcpy(nfdt->close_on_exec, ofdt->close_on_exec, cpy);
132 memset((char *)(nfdt->close_on_exec) + cpy, 0, set);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_dyn.c358 ENGINE cpy; local
406 memcpy(&cpy, e, sizeof(ENGINE));
435 memcpy(e, &cpy, sizeof(ENGINE));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunhv.c447 unsigned int cpy = fill_con_write_page(s, n, local
450 n -= cpy;
451 s += cpy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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)); }

Completed in 137 milliseconds