Home
last modified time | relevance | path

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

/dports/net/nsscache/nsscache-version-0.44/nss_cache/
H A Dconfig_test.py220 nsswitch_file = open(nsswitch_filename, 'w')
232 os.unlink(nsswitch_filename)
244 nsswitch_file = open(nsswitch_filename, 'w')
252 os.unlink(nsswitch_filename)
265 nsswitch_file = open(nsswitch_filename, 'w')
273 os.unlink(nsswitch_filename)
285 nsswitch_file = open(nsswitch_filename, 'w')
293 os.unlink(nsswitch_filename)
314 os.unlink(nsswitch_filename)
334 os.unlink(nsswitch_filename)
[all …]
H A Dconfig.py268 def ParseNSSwitchConf(nsswitch_filename): argument
279 with open(nsswitch_filename, 'r') as nsswitch_file:
293 def VerifyConfiguration(conf, nsswitch_filename=FILE_NSSWITCH): argument
313 nsswitch = ParseNSSwitchConf(nsswitch_filename)
334 configured_map, nsswitch_filename)
/dports/security/fwbuilder/fwbuilder-5.3.7/src/iptlib/
H A DOSConfigurator_secuwall.cpp59 static string nsswitch_filename = "nsswitch.conf"; variable
589 string filename = fw->getName() + "/" + nsswitch_filename; in generateNsswitchFile()
592 cout << " wrote " << nsswitch_filename << " successfully" << endl << flush; in generateNsswitchFile()