Home
last modified time | relevance | path

Searched refs:filename (Results 1 – 25 of 33) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c705 ErrorMsg(lemp->filename,0,
723 ErrorMsg(lemp->filename,0,
1391 lem.filename = OptArg(0);
2326 ps.filename = gp->filename;
2331 fp = fopen(ps.filename,"rb");
2387 ErrorMsg(ps.filename,startline,
2543 cp = lemp->filename;
2856 cp = strrchr(lemp->filename,'.');
2858 sprintf(buf,"%.*s.lt",(int)(cp-lemp->filename),lemp->filename);
2860 sprintf(buf,"%s.lt",lemp->filename);
[all …]
H A Dmod_compress.c131 static int mkdir_for_file(char *filename) { in mkdir_for_file() argument
132 char *p = filename; in mkdir_for_file()
134 if (!filename || !filename[0]) in mkdir_for_file()
140 if ((mkdir(filename, 0700) != 0) && (errno != EEXIST)) { in mkdir_for_file()
417 const char *filename = fn->ptr; in deflate_file_to_file() local
483 if (-1 == (ifd = open(filename, O_RDONLY | O_BINARY))) { in deflate_file_to_file()
H A Dlog.h17 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...);
H A Dconfigfile.c991 buffer *filename; in config_parse_file() local
996 filename = buffer_init_string(fn); in config_parse_file()
998 filename = buffer_init_buffer(context->basedir); in config_parse_file()
999 buffer_append_string(filename, fn); in config_parse_file()
1002 if (0 != stream_open(&s, filename)) { in config_parse_file()
1008 "opening configfile ", filename, "failed:", strerror(errno)); in config_parse_file()
1012 tokenizer_init(&t, filename, s.start, s.size); in config_parse_file()
1017 buffer_free(filename); in config_parse_file()
H A Dlog.c267 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...) { in log_error_write() argument
293 buffer_append_string(srv->errorlog_buf, filename); in log_error_write()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Daccesslog.txt34 accesslog.filename
44 accesslog.filename = "/var/log/lighttpd.log"
47 accesslog.filename = "|/usr/bin/cronolog"
73 %f phyiscal filename
H A Dtrigger_b4_dl.txt43 trigger-before-download.gdbm-filename = "/home/weigon/testbase/trigger.db"
50 If both trigger-before-download.gdbm-filename and
H A Dmagnet.txt130 lighty.content = { "<pre>", { filename = "/etc/passwd" }, "</pre>" }
143 * filename = "<absolute-path>" is required
191 lighty.content = { "<pre>", { filename = "/README" }, "</pre>" }
239 { filename = lighty.env["physical.path"], offset = get["start"] } }
273 lighty.content = { { filename = dir .. "/" .. ndx }}
413 content = { { filename = "/path/to/file1" }, { filename = "/path/to/file2"} }
H A Drrdtool.txt40 filename of the rrd-database. Make sure that <rrdtool.db-name> doesn't exist
H A Dauthentication.txt151 # filename of the password storage for
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A Daccess_log.conf12 accesslog.filename = log_root + "/access.log"
H A Dtrigger_b4_dl.conf25 trigger-before-download.gdbm-filename = home_dir + "/trigger.db"
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A D404-handler.conf26 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dvar-include.conf24 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dcondition.conf25 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dfastcgi-10.conf47 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dfastcgi-responder.conf67 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dfastcgi-auth.conf64 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dfastcgi-13.conf62 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dbug-12.conf64 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dbug-06.conf62 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dproxy.conf45 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
H A Dlighttpd.conf54 accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/
H A Dvhosts.template21 accesslog.filename = log_root + "/" + server_name "/access.log"
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlt~obsolete.m425 # So we provide this file, which has a silly filename so it's always

12