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

  /external/clearsilver/util/
neo_str.h 62 NEOERR *string_appendf (STRING *str, const char *fmt, ...) ATTRIBUTE_PRINTF(2,3);
neo_err.c 285 string_appendf(str, "%s: %s", err_name, err->desc);
neo_str.c 184 NEOERR *string_appendf (STRING *str, const char *fmt, ...) function
  /external/clearsilver/cgi/
html.c 371 err = string_appendf (out, "class=%s ", opts->url_class);
376 err = string_appendf (out, "target=\"%s\" ", opts->url_target);
463 err = string_appendf (out, "class=%s ", opts->mailto_class);
cgi.c 1176 err =string_appendf (str, "%s = %s<br>", k, v);
    [all...]

Completed in 43 milliseconds