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

/freebsd-10-stable/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c60 #define SPECIALS(x) \ macro
77 SPECIALS(INDEX) enumerator in enum:__anon5877
224 SPECIALS(FORWARD);
235 SPECIALS(BACKWARD);
/freebsd-10-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c85 #define SPECIALS "<|>^();&`$\r\n" macro
192 if (strlen(SPECIALS) * 2 >= sizeof specialbuf)
195 syslog(LOG_ERR, "too many specials: %.40s", SPECIALS);
199 (void) sm_strlcpy(specialbuf, SPECIALS, sizeof specialbuf);
202 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);

Completed in 104 milliseconds