Searched defs:status_fp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc_impl.h104 struct __FILE_TAG *status_fp; member in struct:ad_disc
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1964 FILE *status_fp = NULL; local
1972 status_fp = fopen(IDMAP_CACHEDIR "/discovery.log", "w");
1973 if (status_fp) {
1974 (void) fchmod(fileno(status_fp), 0644);
1975 ad_disc_set_StatusFP(ad_ctx, status_fp);
1980 if (status_fp)
1981 (void) fprintf(status_fp, "(no domain name)\n");
2020 if (status_fp) {
2022 (void) fclose(status_fp);
2023 status_fp
2058 FILE *status_fp = NULL; local
[all...]

Completed in 48 milliseconds