Searched refs:quoted_str (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/acl/libmisc/
H A Dquote.c28 static char *quoted_str; local
43 if (high_water_alloc((void **)&quoted_str, &quoted_str_len,
46 for (s = (unsigned char *)str, q = quoted_str; *s != '\0'; s++) {
57 return quoted_str;
/asus-wl-520gu-7.0.1.45/src/router/attr/libmisc/
H A Dquote.c28 static char *quoted_str; local
43 if (high_water_alloc((void **)&quoted_str, &quoted_str_len,
46 for (s = (unsigned char *)str, q = quoted_str; *s != '\0'; s++) {
57 return quoted_str;

Completed in 99 milliseconds