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

/freebsd-11-stable/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c60 #define SPECIALS(x) \ macro
77 SPECIALS(INDEX) enumerator in enum:__anon6819
224 SPECIALS(FORWARD);
235 SPECIALS(BACKWARD);
/freebsd-11-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);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c252 #define SPECIALS "^$*+?.([%-" macro
598 if (strpbrk(p + upto, SPECIALS))
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c239 #define SPECIALS "^$*+?.([%-" macro
583 if (strpbrk(p + upto, SPECIALS))

Completed in 161 milliseconds