Home
last modified time | relevance | path

Searched refs:idir (Results 1 – 2 of 2) sorted by relevance

/dragonfly/libexec/rtld-elf/
H A Dlibmap.c150 lmc_parse_dir(char *idir) in lmc_parse_dir() argument
159 rpath = realpath(idir, NULL); in lmc_parse_dir()
169 d = opendir(idir); in lmc_parse_dir()
189 if (strlcpy(conffile, idir, MAXPATHLEN) >= MAXPATHLEN) in lmc_parse_dir()
/dragonfly/sys/netbt/
H A Dhci_socket.c827 int idir = 0; in hci_ctloutput() local
859 idir = 1; in hci_ctloutput()
861 idir = 0; in hci_ctloutput()
862 soopt_from_kbuf(sopt, &idir, sizeof(int)); in hci_ctloutput()
886 error = soopt_to_kbuf(sopt, &idir, sizeof(int), in hci_ctloutput()
890 if (idir) in hci_ctloutput()