Symbol: newfile
libexec/httpd/bozohttpd.c
1205
char *file = request->hr_file, *newfile;
libexec/httpd/bozohttpd.c
1302
newfile = bozomalloc(httpd, strlen(file) + rlen - len + 1);
libexec/httpd/bozohttpd.c
1303
memcpy(newfile, map_to, rlen);
libexec/httpd/bozohttpd.c
1304
strcpy(newfile+rlen, file + len);
libexec/httpd/bozohttpd.c
1306
newfile));
libexec/httpd/bozohttpd.c
1308
request->hr_file_free = request->hr_file = newfile;
libexec/httpd/bozohttpd.c
1636
char *file, *newfile = NULL;
libexec/httpd/bozohttpd.c
1704
newfile = bozomalloc(httpd,
libexec/httpd/bozohttpd.c
1706
strcpy(newfile, file + 1);
libexec/httpd/bozohttpd.c
1707
strcat(newfile, httpd->index_html);
libexec/httpd/bozohttpd.c
1709
newfile = bozostrdup(httpd, request, file + 1);
libexec/httpd/bozohttpd.c
1712
newfile = bozostrdup(httpd, request, httpd->index_html);
libexec/httpd/bozohttpd.c
1719
if (newfile == NULL) {
libexec/httpd/bozohttpd.c
1731
debug((httpd, DEBUG_FAT, "newfile: %s", newfile));
libexec/httpd/bozohttpd.c
1733
if (*newfile == '/' || strcmp(newfile, "..") == 0 ||
libexec/httpd/bozohttpd.c
1734
strstr(newfile, "/..") || strstr(newfile, "../")) {
libexec/httpd/bozohttpd.c
1739
if (bozo_auth_check(request, newfile))
libexec/httpd/bozohttpd.c
1742
if (strlen(newfile)) {
libexec/httpd/bozohttpd.c
1744
request->hr_file = newfile;
libexec/httpd/bozohttpd.c
1751
debug((httpd, DEBUG_FAT, "transform_request set: %s", newfile));
libexec/httpd/bozohttpd.c
1756
free(newfile);
usr.bin/csplit/csplit.c
203
ofp = newfile();
usr.bin/csplit/csplit.c
396
ofp = newfile();
usr.bin/csplit/csplit.c
464
ofp = newfile();
usr.bin/csplit/csplit.c
74
static FILE *newfile(void);
usr.bin/split/split.c
198
newfile();
usr.bin/split/split.c
213
newfile();
usr.bin/split/split.c
223
newfile();
usr.bin/split/split.c
264
newfile();
usr.bin/split/split.c
275
newfile();
usr.bin/split/split.c
65
static void newfile(void);