Symbol: STR
games/fortune/fortune/fortune.c
1208
fprintf(stderr, " %s", STR(list->name));
games/fortune/fortune/fortune.c
1209
DPRINTF(1, (stderr, " (%s, %s, %s)", STR(list->path),
games/fortune/fortune/fortune.c
1210
STR(list->datfile), STR(list->posfile)));
lib/libc/stdlib/strfmon.c
63
#define PRINTS(STR) do { \
lib/libc/stdlib/strfmon.c
64
char *tmps = STR; \
stand/boot/common/interp_parse.c
101
case STR:
stand/boot/common/interp_parse.c
146
state = STR;
stand/boot/common/interp_parse.c
167
state = STR;
stand/boot/common/interp_parse.c
172
if (i && state == STR) {
stand/boot/common/interp_parse.c
94
state = STR;
tools/regression/include/tgmath/tgmath.c
394
#define PRINT(STR, X) do { \
tools/regression/include/tgmath/tgmath.c
399
printf("%s %d - %s\n", result ? "ok" : "not ok", currtest, (STR)); \
usr.bin/sdpquery/search.c
679
STR(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP),
usr.bin/strfile/strfile.c
111
static STR *Firstch; /* first chars of each string */
usr.bin/strfile/strfile.c
139
STR *fp;
usr.bin/strfile/strfile.c
337
STR *fp;
usr.bin/strfile/strfile.c
372
const STR *p1, *p2;
usr.bin/strfile/strfile.c
378
p1 = (const STR *)s1;
usr.bin/strfile/strfile.c
379
p2 = (const STR *)s2;
usr.bin/tr/extern.h
50
wint_t next(STR *);
usr.bin/tr/str.c
132
bracket(STR *s)
usr.bin/tr/str.c
169
genclass(STR *s)
usr.bin/tr/str.c
184
genequiv(STR *s)
usr.bin/tr/str.c
234
genrange(STR *s, int was_octal)
usr.bin/tr/str.c
288
genseq(STR *s)
usr.bin/tr/str.c
337
backslash(STR *s, int *is_octal)
usr.bin/tr/str.c
47
static int backslash(STR *, int *);
usr.bin/tr/str.c
48
static int bracket(STR *);
usr.bin/tr/str.c
49
static void genclass(STR *);
usr.bin/tr/str.c
50
static void genequiv(STR *);
usr.bin/tr/str.c
51
static int genrange(STR *, int);
usr.bin/tr/str.c
52
static void genseq(STR *);
usr.bin/tr/str.c
55
next(STR *s)
usr.bin/tr/tr.c
326
setup(char *arg, STR *str, int cflag, int Cflag)
usr.bin/tr/tr.c
52
static STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
usr.bin/tr/tr.c
53
static STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
usr.bin/tr/tr.c
55
static struct cset *setup(char *, STR *, int, int);