HomeSort by relevance Sort by last modified time
    Searched refs:sprintf_alloc (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/util/
neo_str.h 29 char *sprintf_alloc (const char *fmt, ...) ATTRIBUTE_PRINTF(1,2);
neo_str.c 356 char *sprintf_alloc (const char *fmt, ...) function
369 * resulting string. Its less efficient than sprintf_alloc if we have a
  /external/clearsilver/cgi/
html.c 418 new_url = sprintf_alloc(opts->bounce_url, esc_url);
  /external/clearsilver/cs/
csparse.c 792 char *mapped_name = sprintf_alloc("%s%s", map->s, c);
    [all...]

Completed in 170 milliseconds