Home
last modified time | relevance | path

Searched refs:root_hosts_access (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dxcdrwrap.c100 static int root_hosts_access; variable
429 root_hosts_access = atoi(value); in load_rootconfig()
483 if (root_hosts_access == 0) { in checkuserhost()
486 if (root_hosts_access == 1) { in checkuserhost()
500 if ((root_hosts_access == 2 && match) || in checkuserhost()
501 (root_hosts_access == 3 && !match)) { in checkuserhost()
604 root_hosts_access = 0; in main()
H A Dinit.c127 setupdata.root_hosts_access = 0; in init_setupdata()
586 if (setupdata.root_hosts_access == 0) { in checkuserhost()
589 if (setupdata.root_hosts_access == 1) { in checkuserhost()
600 if ((setupdata.root_hosts_access == 2 && match) || in checkuserhost()
601 (setupdata.root_hosts_access == 3 && !match)) { in checkuserhost()
H A Dxcdrdata.h53 gint root_hosts_access; member
H A Dsetup.c2945 setupdata.root_hosts_access = GPOINTER_TO_INT(data); in root_hosts_selected()
3154 if (setupdata.root_hosts_access == 0) in draw_nonroot_setup()
3164 if (setupdata.root_hosts_access == 1) in draw_nonroot_setup()
3174 if (setupdata.root_hosts_access == 2) in draw_nonroot_setup()
3184 if (setupdata.root_hosts_access == 3) in draw_nonroot_setup()
H A Dio.c2146 g_snprintf(tmp,MAXLINE,"ROOT_HOSTS_ACCESS = %d\n",setupdata.root_hosts_access); in save_setup_config()
2555 setupdata.root_hosts_access = atoi(value); in load_setup_config()