Searched defs:argv0 (Results 1 - 5 of 5) sorted by relevance

/httpd/server/mpm/winnt/
H A Dnt_eventlog.c132 void mpm_nt_eventlog_stderr_open(const char *argv0, apr_pool_t *p) argument
141 display_name = argv0;
/httpd/os/unix/
H A Dunixd.c139 const char *argv0; local
145 argv0 = ap_strrchr_c(progname, '/');
147 if (argv0 != NULL) {
148 argv0++;
151 argv0 = progname;
176 newargs[3] = apr_pstrdup(p, argv0);
/httpd/support/
H A Drotatelogs.c105 static void usage(const char *argv0, const char *reason) argument
118 argv0);
122 argv0);
126 argv0);
128 "or \n\nTransferLog \"|%s /some/where 5M\"\n\n", argv0);
/httpd/modules/generators/
H A Dmod_cgi.c406 fprintf(dbg, "Attempting to exec %s as CGI child (argv0 = %s)\n",
747 const char *argv0; local
772 argv0 = apr_filepath_name_get(r->filename);
773 nph = !(strncmp(argv0, "nph-", 4));
H A Dmod_cgid.c412 static apr_status_t get_req(int fd, request_rec *r, char **argv0, char ***env, argument
442 /* Read the filename, argv0, uri, and args */
444 *argv0 = apr_pcalloc(r->pool, req->argv0_len + 1);
447 (stat = sock_read(fd, *argv0, req->argv0_len)) != APR_SUCCESS ||
482 static apr_status_t send_req(int fd, request_rec *r, char *argv0, char **env, argument
505 req.argv0_len = strlen(argv0);
515 argv0, req.argv0_len,
522 argv0, req.argv0_len,
673 char *argv0 = NULL; local
712 stat = get_req(sd2, r, &argv0,
1395 char *argv0, *dbuf; local
[all...]

Completed in 21 milliseconds