HomeSort by relevance Sort by last modified time
    Searched refs:pid_file (Results 1 - 23 of 23) sorted by null

  /external/wpa_supplicant/
main.c 205 os_free(params.pid_file);
206 params.pid_file = os_rel2abs_path(optarg);
276 os_free(params.pid_file);
os_none.c 42 int os_daemonize(const char *pid_file)
48 void os_daemonize_terminate(const char *pid_file)
os_internal.c 73 int os_daemonize(const char *pid_file)
80 if (pid_file) {
81 FILE *f = fopen(pid_file, "w");
92 void os_daemonize_terminate(const char *pid_file)
94 if (pid_file)
95 unlink(pid_file);
os_unix.c 85 int os_daemonize(const char *pid_file)
92 if (pid_file) {
93 FILE *f = fopen(pid_file, "w");
104 void os_daemonize_terminate(const char *pid_file)
106 if (pid_file)
107 unlink(pid_file);
os_win32.c 95 int os_daemonize(const char *pid_file)
102 void os_daemonize_terminate(const char *pid_file)
os.h 76 * @pid_file: File name to write the process ID to or %NULL to skip this
79 int os_daemonize(const char *pid_file);
83 * @pid_file: File name to write the process ID to or %NULL to skip this
85 void os_daemonize_terminate(const char *pid_file);
wpa_cli.c 155 static const char *pid_file = NULL; variable
    [all...]
wpa_supplicant.c     [all...]
wpa_supplicant_i.h 122 * pid_file - Path to a PID (process ID) file
127 char *pid_file; member in struct:wpa_params
  /external/wpa_supplicant_6/wpa_supplicant/
main.c 191 os_free(params.pid_file);
192 params.pid_file = os_rel2abs_path(optarg);
259 os_free(params.pid_file);
wpa_supplicant.c     [all...]
wpa_priv.c 1143 char *pid_file = NULL; local
1168 pid_file = os_rel2abs_path(optarg);
1197 if (daemonize && os_daemonize(pid_file))
1215 os_daemonize_terminate(pid_file);
1216 os_free(pid_file);
wpa_cli.c 106 static const char *pid_file = NULL; variable
    [all...]
wpa_supplicant_i.h 117 * pid_file - Path to a PID (process ID) file
122 char *pid_file; member in struct:wpa_params
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 42 int os_daemonize(const char *pid_file)
48 void os_daemonize_terminate(const char *pid_file)
os_internal.c 73 int os_daemonize(const char *pid_file)
80 if (pid_file) {
81 FILE *f = fopen(pid_file, "w");
92 void os_daemonize_terminate(const char *pid_file)
94 if (pid_file)
95 unlink(pid_file);
os_unix.c 120 int os_daemonize(const char *pid_file)
130 if (pid_file) {
131 FILE *f = fopen(pid_file, "w");
143 void os_daemonize_terminate(const char *pid_file)
145 if (pid_file)
146 unlink(pid_file);
os_win32.c 95 int os_daemonize(const char *pid_file)
102 void os_daemonize_terminate(const char *pid_file)
os.h 76 * @pid_file: File name to write the process ID to or %NULL to skip this
79 int os_daemonize(const char *pid_file);
83 * @pid_file: File name to write the process ID to or %NULL to skip this
85 void os_daemonize_terminate(const char *pid_file);
  /external/ipsec-tools/src/racoon/
session.c 123 char pid_file[MAXPATHLEN]; local
158 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", MAXPATHLEN);
160 strlcpy(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN);
162 strlcat(pid_file, _PATH_VARRUN, MAXPATHLEN);
163 strlcat(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN);
165 fp = fopen(pid_file, "w");
177 "cannot open %s", pid_file);
main.c 283 const char *pid_file = _PATH_VARRUN "racoon.pid";
285 (void) unlink(pid_file);
  /external/qemu/
vl-android.c 4949 const char *pid_file = NULL; local
    [all...]
vl.c 5013 const char *pid_file = NULL; local
    [all...]

Completed in 223 milliseconds