Symbol: stripped
usr.bin/make/parse.c
1377
char *stripped;
usr.bin/make/parse.c
1391
stripped = strip_comments(copy, line);
usr.bin/make/parse.c
1393
} while (line != NULL && Cond_Eval(stripped) != COND_PARSE);
usr.bin/make/parse.c
1581
const char *stripped, bool *pcommands_seen)
usr.bin/make/parse.c
1594
pos = strcspn(stripped, ":!");
usr.bin/make/parse.c
1596
if (stripped[pos] != '\0' &&
usr.bin/make/parse.c
1597
(end = strchr(stripped+pos+1, ';')) != NULL) {
usr.bin/make/parse.c
1598
if (line != stripped)
usr.bin/make/parse.c
1601
cmd = strchr(line+(end-stripped), ';');
usr.bin/make/parse.c
1610
cp = Var_Subst(stripped, NULL, false);
usr.bin/make/parse.c
1652
const char *stripped = strip_comments(&copy,
usr.bin/make/parse.c
1655
stripped)) {
usr.bin/make/parse.c
1659
if (Parse_As_Var_Assignment(stripped))
usr.bin/make/parse.c
1663
line, stripped,
usr.bin/tic/tic.c
508
if ((s = stripped(buffer)) != 0) {
usr.bin/tic/tic.c
532
if ((s = stripped(base)) != 0)
usr.sbin/httpd/server_fcgi.c
102
const char *stripped, *alias, *errstr = NULL;
usr.sbin/httpd/server_fcgi.c
175
stripped = server_root_strip(alias, srv_conf->strip);
usr.sbin/httpd/server_fcgi.c
176
if ((pathlen = asprintf(&script, "%s%s", srv_conf->root, stripped))
usr.sbin/httpd/server_fcgi.c
209
scriptlen += (stripped - alias) - strlen(srv_conf->root);
usr.sbin/httpd/server_file.c
220
const char *stripped, *errstr = NULL;
usr.sbin/httpd/server_file.c
227
stripped = server_root_strip(
usr.sbin/httpd/server_file.c
232
srv_conf->root, stripped) >= sizeof(path)) {
usr.sbin/httpd/server_file.c
494
const char *stripped;
usr.sbin/httpd/server_file.c
506
stripped = server_root_strip(desc->http_path, srv_conf->strip);
usr.sbin/httpd/server_file.c
508
srv_conf->root, stripped) >= sizeof(path))