Searched refs:XNMALLOC (Results 1 - 25 of 84) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
H A Dpropername.c55 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
94 char *locale_code_translit = XNMALLOC (len + 10 + 1, char);
137 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
H A Dxalloc.h80 /* extern T *XNMALLOC (size_t nmemb, typename T); */
85 # define XNMALLOC(N,T) \ macro
97 # define XNMALLOC(N,T) \ macro
116 XNMALLOC (N, char)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
H A Dconcat-filename.c42 result = XNMALLOC (strlen (filename)
54 result = XNMALLOC (directory_len + need_slash
H A Dxalloc.h80 /* extern T *XNMALLOC (size_t nmemb, typename T); */
85 # define XNMALLOC(N,T) \ macro
97 # define XNMALLOC(N,T) \ macro
116 XNMALLOC (N, char)
H A Dxvasprintf.c66 result = XNMALLOC (totalsize + 1, char);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
H A Dpropername.c55 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
94 char *locale_code_translit = XNMALLOC (len + 10 + 1, char);
137 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
H A Dxalloc.h80 /* extern T *XNMALLOC (size_t nmemb, typename T); */
85 # define XNMALLOC(N,T) \ macro
97 # define XNMALLOC(N,T) \ macro
116 XNMALLOC (N, char)
H A Dxgetcwd.c65 char *cwd = XNMALLOC (path_max, char);
H A Dmemory-ostream.oo.c97 stream->buffer = XNMALLOC (stream->allocated, char);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxstrdup.c39 return strcpy (XNMALLOC (strlen (string) + 1, char), string);
H A Dconcat-filename.c42 result = XNMALLOC (strlen (filename)
54 result = XNMALLOC (directory_len + need_slash
H A Dpropername.c55 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
94 char *locale_code_translit = XNMALLOC (len + 10 + 1, char);
137 XNMALLOC (strlen (translation) + 2 + strlen (name) + 1 + 1, char);
H A Dxalloc.h80 /* extern T *XNMALLOC (size_t nmemb, typename T); */
85 # define XNMALLOC(N,T) \ macro
97 # define XNMALLOC(N,T) \ macro
116 XNMALLOC (N, char)
H A Dclasspath.c68 result = XNMALLOC (length + 1, char);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistdio/
H A Dtest-u16-vsnprintf1.c52 result = XNMALLOC (length + 1, uint16_t);
H A Dtest-u16-vsprintf1.c52 result = XNMALLOC (length + 1, uint16_t);
H A Dtest-u32-vsnprintf1.c52 result = XNMALLOC (length + 1, uint32_t);
H A Dtest-u32-vsprintf1.c52 result = XNMALLOC (length + 1, uint32_t);
H A Dtest-u8-vsnprintf1.c52 result = XNMALLOC (length + 1, uint8_t);
H A Dtest-u8-vsprintf1.c52 result = XNMALLOC (length + 1, uint8_t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-common.c50 ckwset->trans = XNMALLOC (NCHAR, char);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-english.c59 char *cp = XNMALLOC (len0 + len1, char);

Completed in 194 milliseconds

1234