Home
last modified time | relevance | path

Searched refs:save_mode (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ntp/sntp/libopts/
H A Dnested.c516 tOptionLoadMode save_mode = option_load_mode; in scan_xml() local
584 option_load_mode = save_mode; in scan_xml()
588 option_load_mode = save_mode; in scan_xml()
H A Dconfigfile.c80 tOptionLoadMode save_mode = option_load_mode; in configFileLoad() local
97 option_load_mode = save_mode; in configFileLoad()
/src/contrib/libpcap/
H A Dpcap-linux.c6024 int save_mode; in set_kernel_filter() local
6074 save_mode = fcntl(handle->fd, F_GETFL, 0); in set_kernel_filter()
6075 if (save_mode == -1) { in set_kernel_filter()
6081 if (fcntl(handle->fd, F_SETFL, save_mode | O_NONBLOCK) < 0) { in set_kernel_filter()
6097 (void)fcntl(handle->fd, F_SETFL, save_mode); in set_kernel_filter()
6104 if (fcntl(handle->fd, F_SETFL, save_mode) == -1) { in set_kernel_filter()