Home
last modified time | relevance | path

Searched refs:hfp (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/refer/
H A Dlookbib.c28 FILE *hfp, *fopen(), *popen(); in main() local
67 if ((hfp = popen(hunt, "w")) == NULL) { in main()
72 fputs(s, hfp); in main()
73 pclose(hfp); in main()
/titanic_41/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c169 hook_family_int_t hf, *hfp; in hookrootlist() local
188 hfp = SLIST_FIRST(&hfh); in hookrootlist()
189 while (hfp) { in hookrootlist()
190 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)hfp) == -1) { in hookrootlist()
191 mdb_warn("couldn't read hook family at %p", hfp); in hookrootlist()
205 mdb_printf("%0?p %10s\n", hfp, hrrstr); in hookrootlist()
206 hfp = SLIST_NEXT(&hf, hfi_entry); in hookrootlist()
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c122 FILE *hfp; in alt_code_file() local
126 if ((hfp = fopen(hfn, "w")) == NULL) { in alt_code_file()
130 (void) fputs("static int __abi_place_holder;\n", hfp); in alt_code_file()
131 (void) fclose(hfp); in alt_code_file()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c72 struct pchead *hdp, *hfp; in pc_init() local
76 hfp = &pcfhead[i]; in pc_init()
79 hfp->pch_forw = (struct pcnode *)hfp; in pc_init()
80 hfp->pch_back = (struct pcnode *)hfp; in pc_init()
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmail.local.c531 FILE *bfp, *hfp; local
559 if ((hfd = mkstemp(htn)) == -1 || (hfp = fdopen(hfd, "w+")) == NULL) {
570 fp = hfp;
709 fclose(hfp);
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2511 if_config_inst(const char *ifinst, FILE *hfp, int af, boolean_t ipmp) in if_config_inst() argument
2524 if (fstat(fileno(hfp), &statb) != 0) { in if_config_inst()
2554 if (fseek(hfp, 0, SEEK_SET) == -1) { in if_config_inst()
2584 fgets(buf, statb.st_size, hfp) != NULL && in if_config_inst()
2585 fgets(buf, statb.st_size, hfp) == NULL) { in if_config_inst()
2590 if (fseek(hfp, 0L, SEEK_SET) == -1) { in if_config_inst()
2603 while (fgets(buf, statb.st_size, hfp) != NULL) { in if_config_inst()