Home
last modified time | relevance | path

Searched refs:save_config (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/adduser/
H A Dadduser.sh173 save_config() { function
203 save_config
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c1336 int c, ret = 1, wait_for_monitor = 0, save_config = 0; in main() local
1437 save_config++; in main()
1599 if (save_config) in main()
H A DREADME-DPP140 > save_config
H A Dp2p_supplicant.c4396 int save_config = 0; in wpas_remove_stale_groups() local
4414 save_config = 1; in wpas_remove_stale_groups()
4429 save_config = 1; in wpas_remove_stale_groups()
4432 if (save_config) in wpas_remove_stale_groups()
4482 int save_config = 0; in wpas_p2ps_prov_complete() local
4603 save_config = 1; in wpas_p2ps_prov_complete()
4606 if (save_config) in wpas_p2ps_prov_complete()
H A DREADME779 save_config = save the current configuration
H A DChangeLog1990 * added support for updating configuration ('wpa_cli save_config');
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c93 static void save_config (struct recvbuf *, int);
125 { CTL_OP_SAVECONFIG, AUTH, save_config },
934 * save_config - Implements ntpq -c "saveconfig <filename>"
943 save_config(
944 save_config( save_config() function
/freebsd/contrib/ntp/
H A DChangeLog3988 * CID 81: savedconfig leaked in save_config().
H A DCommitLog[all...]