Searched refs:calloc (Results 1 - 25 of 441) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdlib.in.h89 # undef calloc macro
90 # define calloc rpl_calloc macro
91 extern void * calloc (size_t nmemb, size_t size);
94 # undef calloc macro
95 # define calloc(n,s) \ macro
96 (GL_LINK_WARNING ("calloc is not POSIX compliant everywhere - " \
97 "use gnulib module calloc-posix for portability"), \
98 calloc (n, s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdlib.in.h89 # undef calloc macro
90 # define calloc rpl_calloc macro
91 extern void * calloc (size_t nmemb, size_t size);
94 # undef calloc macro
95 # define calloc(n,s) \ macro
96 (GL_LINK_WARNING ("calloc is not POSIX compliant everywhere - " \
97 "use gnulib module calloc-posix for portability"), \
98 calloc (n, s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdlib.in.h89 # undef calloc macro
90 # define calloc rpl_calloc macro
91 extern void * calloc (size_t nmemb, size_t size);
94 # undef calloc macro
95 # define calloc(n,s) \ macro
96 (GL_LINK_WARNING ("calloc is not POSIX compliant everywhere - " \
97 "use gnulib module calloc-posix for portability"), \
98 calloc (n, s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/Strn/
H A DDStrNew.c16 cp = calloc(allocSize, (size_t) 1);
H A DDStrCat.c24 cp = calloc(allocSize, (size_t) 1);
H A DDStrCpy.c25 cp = calloc(allocSize, (size_t) 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmisc.c21 p = calloc(1, size);
23 ntfs_log_perror("Failed to calloc %lld bytes", (long long)size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_mfiles.c68 multi = calloc(1, sizeof(struct multi_files));
80 multi_type = calloc(1, sizeof(struct multi_files));
93 multi_name = calloc(1, sizeof(struct multi_files));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.h54 #undef calloc macro
59 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
68 #define xcalloc(nmemb, size) calloc(nmemb, size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-mpc.c73 if ((pmp3->title = calloc(len + 1, 1)) != NULL)
79 if ((pmp3->artist = calloc(len + 1, 1)) != NULL)
85 if ((pmp3->album = calloc(len + 1, 1)) != NULL)
91 if ((pmp3->comment = calloc(len + 1, 1)) != NULL)
97 if ((pmp3->genre = calloc(len + 1, 1)) != NULL)
H A Dscan-flac.c122 if ((pmp3->artist = calloc(len + 1, 1)) != NULL)
126 if ((pmp3->title = calloc(len + 1, 1)) != NULL)
130 if ((pmp3->album_artist = calloc(len + 1, 1)) != NULL)
134 if ((pmp3->album = calloc(len + 1, 1)) != NULL)
138 if ((pmp3->genre = calloc(len + 1, 1)) != NULL)
142 if ((pmp3->composer = calloc(len + 1, 1)) != NULL)
148 if ((pmp3->comment = calloc(len + 1, 1)) != NULL)
153 if ((pmp3->comment = calloc(len + 1, 1)) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1305.c84 if((ai = calloc(1, sizeof(Curl_addrinfo))) == NULL)
92 if((ai->ai_addr = calloc(1, ss_size)) == NULL) {
110 data_node = calloc(1, sizeof(struct Curl_dns_entry));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A Dglib-malloc.c52 allocator.calloc = calloc_glue;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dglobal.h35 # define calloc(n, sz) id3_debug_calloc(n, sz, __FILE__, __LINE__) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dglobal.h35 # define calloc(n, sz) id3_debug_calloc(n, sz, __FILE__, __LINE__) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-malloc.c52 allocator.calloc = calloc_glue;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_memory.h29 * that use memory related functions strdup, malloc, calloc, realloc
97 * libcurl's 'memory tracking' system defines strdup, malloc, calloc,
109 #undef calloc macro
110 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dvector.c38 v = calloc(sizeof(struct vector), 1);
46 v->data = calloc(size * DEFAULT_VECTOR_MEMBERS, 1);
H A Devent.c34 e = calloc(1, sizeof(struct evfd));
H A Dorigin.c34 nlp = calloc(sizeof(struct origin), 1);
H A Dstack.c22 e = calloc(1, sizeof(struct stack_item) + data_len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgcmalloc.h44 * malloc(), calloc(), realloc(), and free() entry points in the main
60 calloc(size_t number, size_t size) function
104 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h123 # undef calloc
124 # define calloc rpl_calloc
125 extern void * calloc (size_t nmemb, size_t size);
128 # undef calloc
129 # define calloc(n,s) \
130 (GL_LINK_WARNING ("calloc is not POSIX compliant everywhere - " \
131 "use gnulib module calloc-posix for portability"), \
132 calloc (n, s))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-kvm.c60 rec_argv = calloc(rec_argc + 1, sizeof(char *));
78 rec_argv = calloc(rec_argc + 1, sizeof(char *));
96 rec_argv = calloc(rec_argc + 1, sizeof(char *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dmm-internal.h51 #define mm_calloc(n, sz) calloc((n), (sz))

Completed in 279 milliseconds

1234567891011>>