HomeSort by relevance Sort by last modified time
    Searched defs:new_dest (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
mep-asm.c 606 char *new_dest;
613 new_dest = realloc (dest, oldlen + len + 1);
614 memset (new_dest + oldlen, 0, len + 1);
615 return strncat (new_dest, input, len);
605 char *new_dest; local
    [all...]
  /external/libcups/cups/
dest.c 771 cups_dest_t *new_dest; /* New destination pointer */ local
787 if ((new_dest = cupsGetDest(dest->name, dest->instance, num_dests,
794 if (new_dest == dest)
801 cupsFreeOptions(new_dest->num_options, new_dest->options);
803 new_dest->num_options = 0;
804 new_dest->options = NULL;
807 new_dest = cups_add_dest(dest->name, dest->instance, &num_dests, dests);
809 if (new_dest)
811 if ((new_dest->options = calloc(sizeof(cups_option_t), (size_t)dest->num_options)) == NULL
    [all...]

Completed in 85 milliseconds