Home
last modified time | relevance | path

Searched refs:hids_file (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y77 char const *hids_file = BTHIDD_HIDSFILE; variable
496 if (hids_file == NULL) { in read_hids_file()
501 if ((f = fopen(hids_file, "r")) == NULL) { in read_hids_file()
506 hids_file, strerror(errno), errno); in read_hids_file()
516 "%s:%d" EOL, hids_file, lineno); in read_hids_file()
537 if (hids_file == NULL) { in write_hids_file()
542 snprintf(path, sizeof(path), "%s.new", hids_file); in write_hids_file()
556 if (rename(path, hids_file) < 0) { in write_hids_file()
558 "%s (%d)" EOL, path, hids_file, strerror(errno), errno); in write_hids_file()
H A Dbthid_config.h67 extern char const *hids_file;
H A Dbthidd.c101 hids_file = optarg; in main()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c87 hids_file = optarg; in main()