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

  /external/strace/
socketutils.c 327 string_quote(path + 1, outstr + 2,
330 string_quote(path, outstr + 1,
util.c 460 string_quote(const char *instr, char *outstr, const unsigned int size, function
656 rc = string_quote(str, outstr, size, style);
725 * Pass `user_style' on to `string_quote'.
761 /* Fetch one byte more because string_quote may look one byte ahead. */
781 /* If string_quote didn't see NUL and (it was supposed to be ASCIZ str
784 ellipsis = string_quote(str, outstr, size, style)
defs.h 536 extern int string_quote(const char *, char *, unsigned int, unsigned int);
    [all...]

Completed in 208 milliseconds