Searched refs:action_file (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_cli.c | 54 static const char *action_file = NULL; variable 4374 wpa_cli_exec(action_file, ifname, "CONNECTED"); in wpa_cli_action_process() 4379 wpa_cli_exec(action_file, ifname, "DISCONNECTED"); in wpa_cli_action_process() 4382 wpa_cli_exec(action_file, ifname, pos); in wpa_cli_action_process() 4384 wpa_cli_exec(action_file, ctrl_ifname, pos); in wpa_cli_action_process() 4386 wpa_cli_exec(action_file, ctrl_ifname, pos); in wpa_cli_action_process() 4388 wpa_cli_exec(action_file, ctrl_ifname, pos); in wpa_cli_action_process() 4390 wpa_cli_exec(action_file, ctrl_ifname, pos); in wpa_cli_action_process() 4392 wpa_cli_exec(action_file, ctrl_ifname, pos); in wpa_cli_action_process() 4394 wpa_cli_exec(action_file, ctrl_ifname, pos); in wpa_cli_action_process() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd_cli.c | 38 static const char *action_file = NULL; variable 173 if (!interactive && !action_file) in hostapd_cli_reconnect() 313 hostapd_cli_exec(action_file, ctrl_ifname, pos); in hostapd_cli_action_process() 2225 action_file = optarg; in main() 2261 interactive = (argc == optind) && (action_file == NULL); in main() 2310 if (action_file && !hostapd_cli_attached) in main() 2314 if (reconnect && action_file && ctrl_ifname) { in main() 2323 else if (action_file) in main()
|
/freebsd/contrib/byacc/ |
H A D | main.c | 66 FILE *action_file; /* a temp file, used to save actions associated */ variable 140 DO_CLOSE(action_file); in done() 812 action_file = open_tmpfile("action_file"); in open_files()
|
H A D | output.c | 1687 rewind(action_file); in output_semantic_actions() 1688 if ((c = getc(action_file)) == EOF) in output_semantic_actions() 1699 while ((c = getc(action_file)) != EOF) in output_semantic_actions()
|
H A D | defs.h | 341 extern FILE *action_file;
|
H A D | reader.c | 2782 FILE *f = action_file; in insert_arg_rule() 2912 FILE *f = action_file; in copy_action()
|