Home
last modified time | relevance | path

Searched refs:CHAR_IS_SAFE (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
Dgmessages.c594 #define CHAR_IS_SAFE(wc) (!((wc < 0x20 && wc != '\t' && wc != '\n' && wc != '\r') || \ macro
609 if (CHAR_IS_SAFE(*p) && in strdup_convert()
860 safe = CHAR_IS_SAFE (wc); in escape_string()