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

  /external/strace/tests/
print_quoted_string.c 8 * Based on string_quote() from util.c.
  /external/strace/tests-m32/
print_quoted_string.c 8 * Based on string_quote() from util.c.
  /external/strace/tests-mx32/
print_quoted_string.c 8 * Based on string_quote() from util.c.
  /external/strace/
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)
socketutils.c 327 string_quote(path + 1, outstr + 2,
330 string_quote(path, outstr + 1,
ChangeLog-CVS 392 * util.c (string_quote): Fix support for NUL-terminated string.
886 * util.c (string_quote): Return nonzero if the string was unterminated
    [all...]
defs.h 536 extern int string_quote(const char *, char *, unsigned int, unsigned int);
    [all...]
ChangeLog 704 * util.c (string_quote): Emit " /* " in the beginning and " */" in the
    [all...]

Completed in 382 milliseconds