Searched defs:hfp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dlookbib.c28 FILE *hfp, *fopen(), *popen(); local
67 if ((hfp = popen(hunt, "w")) == NULL) {
72 fputs(s, hfp);
73 pclose(hfp);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c122 FILE *hfp; local
126 if ((hfp = fopen(hfn, "w")) == NULL) {
130 (void) fputs("static int __abi_place_holder;\n", hfp);
131 (void) fclose(hfp);
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c169 hook_family_int_t hf, *hfp; local
188 hfp = SLIST_FIRST(&hfh);
189 while (hfp) {
190 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)hfp) == -1) {
191 mdb_warn("couldn't read hook family at %p", hfp);
205 mdb_printf("%0?p %10s\n", hfp, hrrstr);
206 hfp = SLIST_NEXT(&hf, hfi_entry);
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c70 struct pchead *hdp, *hfp; local
74 hfp = &pcfhead[i];
77 hfp->pch_forw = (struct pcnode *)hfp;
78 hfp->pch_back = (struct pcnode *)hfp;
/illumos-gate/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);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2511 if_config_inst(const char *ifinst, FILE *hfp, int af, boolean_t ipmp) argument
2524 if (fstat(fileno(hfp), &statb) != 0) {
2554 if (fseek(hfp, 0, SEEK_SET) == -1) {
2584 fgets(buf, statb.st_size, hfp) != NULL &&
2585 fgets(buf, statb.st_size, hfp) == NULL) {
2590 if (fseek(hfp, 0L, SEEK_SET) == -1) {
2603 while (fgets(buf, statb.st_size, hfp) != NULL) {

Completed in 60 milliseconds