Searched defs:Fp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dlimits.c71 FILE *Fp = NULL; /* file pointer for LIMITS */ local
74 if ((Fp = fopen(LIMITS, "r")) == NULL) {
93 while ((getuline(Fp, buf) > 0) && ((SIflag && SDflag) == FALSE)) {
114 fclose(Fp);
H A Dpermission.c113 static FILE *Fp = NULL; variable
422 if ( (Fp = fopen(PERMISSIONS, "r")) == NULL) {
429 (void) fclose(Fp);
455 (void) fclose(Fp);
485 if ( (Fp = fopen(PERMISSIONS, "r")) == NULL) {
493 (void) fclose(Fp);
500 (void) fclose(Fp);
518 if ( (Fp = fopen(PERMISSIONS, "r")) == NULL) {
526 (void) fclose(Fp);
533 (void) fclose(Fp);
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c49 static FILE *Fp; variable
109 if ((Fp = fopen(fileName, "r")) == NULL) {
125 (void) fclose(Fp);
560 if (fgets(line, sizeof (line), Fp) == NULL) {
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c73 static FILE *Fp; variable
273 if (Fp != NULL) {
275 if (pclose(Fp) > 0)
279 (void) fclose(Fp);
282 Fp = NULL;
302 while (Fp == NULL) {
311 if ((Fp = popen(Tok, "r")) == NULL)
314 Fp = eftread_fopen(Fileopened, ibuf, sizeof (ibuf));
320 if (Fp != NULL) {
345 switch (c = getc(Fp)) {
[all...]

Completed in 52 milliseconds