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

  /external/strace/
loop.c 74 string_quote(info.lo_name, s, -1, LO_NAME_SIZE);
78 string_quote((void *) info.lo_encrypt_key, s, 0, LO_KEY_SIZE);
127 string_quote((void *) info64.lo_file_name, s, -1, LO_NAME_SIZE);
131 string_quote((void *) info64.lo_crypt_name, s, -1, LO_NAME_SIZE);
133 string_quote((void *) info64.lo_encrypt_key, s, 0, LO_KEY_SIZE);
mtd.c 279 ret = string_quote(mkvol.name, vol_name, -1,
304 ret = string_quote(rnvol.ents[c].name, vol_name, -1,
util.c 434 string_quote(const char *instr, char *outstr, long len, int size) function
595 string_quote(path, outstr, -1, n);
643 * because string_quote() quotes one byte less.
661 /* If string_quote didn't see NUL and (it was supposed to be ASCIZ str
664 ellipsis = (string_quote(str, outstr, len, size) &&
    [all...]
defs.h 653 extern int string_quote(const char *, char *, long, int);

Completed in 916 milliseconds