Searched refs:tmp_roomptr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c411 mp_limb_t *tmp_roomptr = NULL; local
524 tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t));
525 if (tmp_roomptr == NULL)
532 mp_limb_t *destptr = tmp_roomptr;
545 b_ptr = tmp_roomptr;
741 if (tmp_roomptr != NULL)
742 free (tmp_roomptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c411 mp_limb_t *tmp_roomptr = NULL; local
524 tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t));
525 if (tmp_roomptr == NULL)
532 mp_limb_t *destptr = tmp_roomptr;
545 b_ptr = tmp_roomptr;
741 if (tmp_roomptr != NULL)
742 free (tmp_roomptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dvasnprintf.c472 mp_limb_t *tmp_roomptr = NULL; local
585 tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t));
586 if (tmp_roomptr == NULL)
593 mp_limb_t *destptr = tmp_roomptr;
606 b_ptr = tmp_roomptr;
802 if (tmp_roomptr != NULL)
803 free (tmp_roomptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c410 mp_limb_t *tmp_roomptr = NULL; local
523 tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t));
524 if (tmp_roomptr == NULL)
531 mp_limb_t *destptr = tmp_roomptr;
544 b_ptr = tmp_roomptr;
740 if (tmp_roomptr != NULL)
741 free (tmp_roomptr);

Completed in 146 milliseconds