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

  /hardware/qcom/msm8998/json-c/
json_object.c 136 sprintbuf(pb, "\\u00%c%c",
317 sprintbuf(pb, "{" /*}*/);
319 sprintbuf(pb, "\n");
324 sprintbuf(pb, ",");
326 sprintbuf(pb, "\n");
330 sprintbuf(pb, " ");
332 sprintbuf(pb, "\"");
335 sprintbuf(pb, "\": ");
337 sprintbuf(pb, "\":");
339 sprintbuf(pb, "null")
    [all...]
printbuf.h 65 sprintbuf(struct printbuf *p, const char *msg, ...);
printbuf.c 153 int sprintbuf(struct printbuf *p, const char *msg, ...) function

Completed in 1214 milliseconds