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

  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h 294 char *quotearg_char_mem (char const *arg, size_t argsize, char ch);
quotearg.c 775 quotearg_char_mem (char const *arg, size_t argsize, char ch) function
786 return quotearg_char_mem (arg, SIZE_MAX, ch);
798 return quotearg_char_mem (arg, argsize, ':');

Completed in 179 milliseconds