Lines Matching refs:DOMAINNAME

157 #define	DOMAINNAME		DOMAINNAME_DIR "/" DOMAINNAME_FILE  macro
1030 if ((domain_fp = open(DOMAINNAME, O_WRONLY|O_CREAT|O_TRUNC, in client_manual()
1032 CLIENT_FPRINTF(stderr, gettext("Cannot open %s\n"), DOMAINNAME); in client_manual()
1274 if ((domain_fp = open(DOMAINNAME, O_WRONLY|O_CREAT|O_TRUNC, in client_mod()
1276 CLIENT_FPRINTF(stderr, gettext("Cannot open %s\n"), DOMAINNAME); in client_mod()
1866 if ((profile_fp = open(DOMAINNAME, O_WRONLY|O_CREAT|O_TRUNC, in client_init()
1868 CLIENT_FPRINTF(stderr, gettext("Cannot open %s\n"), DOMAINNAME); in client_init()
2099 domain_fp = fopen(DOMAINNAME, "r"); in start_services()
2772 retcode = file_move(DOMAINNAME_BACK, DOMAINNAME); in recover()
2776 DOMAINNAME_BACK, DOMAINNAME, retcode); in recover()
2780 DOMAINNAME_BACK, DOMAINNAME); in recover()
2873 domain_stat = stat(DOMAINNAME, &buf); in file_backup()
2877 DOMAINNAME, domain_stat); in file_backup()
2882 DOMAINNAME, DOMAINNAME_BACK); in file_backup()
2883 retcode = file_move(DOMAINNAME, DOMAINNAME_BACK); in file_backup()
2888 DOMAINNAME, DOMAINNAME_BACK, retcode); in file_backup()
2896 DOMAINNAME); in file_backup()
2901 DOMAINNAME); in file_backup()
3024 rc = system(CMD_CP " " DOMAINNAME " " DOMAINNAME ".mod"); in mod_backup()
3029 rc ? "failed" : "successful", DOMAINNAME); in mod_backup()
3063 rc = system(CMD_MV " " DOMAINNAME ".mod " DOMAINNAME); in mod_recover()
3068 rc ? "failed" : "successful", DOMAINNAME); in mod_recover()
3085 (void) system(CMD_RM " " DOMAINNAME ".mod " TO_DEV_NULL); in mod_cleanup()