Searched refs:CC_PRINT (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify_polarssl.c255 string_mod (name_expand, CC_PRINT, CC_CRLF, '_');
256 string_mod ((char*)s, CC_PRINT, CC_CRLF, '_');
H A Dssl_verify_openssl.c439 string_mod (name_expand, CC_PRINT, CC_CRLF, '_');
440 string_mod ((char*)buf, CC_PRINT, CC_CRLF, '_');
H A Dssl_verify.c65 string_mod (str, CC_PRINT, CC_CRLF, '_');
1147 string_mod (raw_username, CC_PRINT, CC_CRLF, '_');
1152 string_mod (up->password, CC_PRINT, CC_CRLF, '_');
H A Dmisc.c741 setenv_str_ex (es, name, value, CC_NAME, 0, 0, CC_PRINT, 0, 0);
989 const char *safe_filename = string_mod_const (filename, CC_PRINT, CC_PATH_RESERVED, '_', gc);
1211 string_mod (up->username, CC_PRINT, CC_CRLF, 0);
1212 string_mod (up->password, CC_PRINT, CC_CRLF, 0);
1364 return string_mod_const (str, CC_PRINT, CC_CRLF, '.', gc);
H A Dbuffer.c745 if ((flags & CC_PRINT) && (c >= 32 && c != 127)) /* allow ascii non-control and UTF-8, consider DEL to be a control */
885 #define CC_INCLUDE (CC_PRINT)
H A Dbuffer.h716 #define CC_PRINT (1<<7) macro
H A Dwin32.c840 string_mod (work, CC_PRINT, CC_DOUBLE_QUOTE|CC_CRLF, '_');
H A Dforward.c262 string_mod (BSTR (&buf), CC_PRINT, CC_CRLF, 0); local
H A Dmanage.c3160 if (buf[i] && char_class(buf[i], (CC_PRINT|CC_NEWLINE)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_locale.c859 CC_LOWER, CC_PRINT, CC_PUNCT, CC_SPACE, CC_UPPER, CC_XDIGIT enumerator in enum:classes
900 case CC_PRINT:

Completed in 193 milliseconds