Lines Matching refs:stat
92 struct stat st; in locale_read_data()
104 r = stat("/etc/locale.conf", &st); in locale_read_data()
158 struct stat st; in vconsole_read_data()
170 if (stat("/etc/vconsole.conf", &st) < 0) { in vconsole_read_data()
195 struct stat st; in x11_read_data()
208 if (stat("/etc/X11/xorg.conf.d/00-keyboard.conf", &st) < 0) { in x11_read_data()
285 struct stat st; in locale_write_data()
311 if (stat("/etc/locale.conf", &st) >= 0) in locale_write_data()
319 struct stat st; in vconsole_write_data()
346 if (stat("/etc/vconsole.conf", &st) >= 0) in vconsole_write_data()
355 struct stat st; in x11_write_data()
407 if (stat("/etc/X11/xorg.conf.d/00-keyboard.conf", &st) >= 0) in x11_write_data()