Searched refs:Fp (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 79 static FILE *Fp; variable 279 if (Fp != NULL) { in closefile() 281 if (pclose(Fp) > 0) in closefile() 285 (void) fclose(Fp); in closefile() 288 Fp = NULL; in closefile() 308 while (Fp == NULL) { in yylex() 317 if ((Fp = popen(Tok, "r")) == NULL) in yylex() 320 Fp = eftread_fopen(Fileopened, ibuf, sizeof (ibuf)); in yylex() 326 if (Fp != NULL) { in yylex() 351 switch (c = getc(Fp)) { in yylex() [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | permission.c | 114 static FILE *Fp = NULL; variable 423 if ( (Fp = fopen(PERMISSIONS, "r")) == NULL) { 430 (void) fclose(Fp); 456 (void) fclose(Fp); 486 if ( (Fp = fopen(PERMISSIONS, "r")) == NULL) { 494 (void) fclose(Fp); 501 (void) fclose(Fp); 519 if ( (Fp = fopen(PERMISSIONS, "r")) == NULL) { 527 (void) fclose(Fp); 534 (void) fclose(Fp); [all …]
|
H A D | limits.c | 68 FILE *Fp = NULL; /* file pointer for LIMITS */ local 71 if ((Fp = fopen(LIMITS, "r")) == NULL) { 90 while ((getuline(Fp, buf) > 0) && ((SIflag && SDflag) == FALSE)) { 111 fclose(Fp);
|
H A D | uucheck.c | 170 Fp = fopen(PERMISSIONS, "r"); in checkPerm() 171 if (Fp == NULL) { in checkPerm() 178 fclose(Fp); in checkPerm()
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 48 static FILE *Fp; variable 108 if ((Fp = fopen(fileName, "r")) == NULL) { in parse_versions() 124 (void) fclose(Fp); in parse_versions() 559 if (fgets(line, sizeof (line), Fp) == NULL) { in nexttok()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 400 key_f61, "kf61" "Fp" KEY_F(61), 0505, function key f61.
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 405 key_f61 kf61 Fp str Sent by function key 61
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 407 key_f61 kf61 Fp str Sent by function key 61
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 2976 :Fp=\EO4P:Fq=\EO4Q:Fr=\EO4R:k1=\EOP:k2=\EOQ:k3=\EOR:\ 2992 :Fm=\E[21;3~:Fn=\E[23;3~:Fo=\E[24;3~:Fp=\E[1;4P:\ 3020 :Fp=\E[11;4~:Fq=\E[12;4~:Fr=\E[13;4~:k1=\E[11~:k2=\E[12~:\ 3459 :Fg=\EO1;3S:Fp=\EO1;4P:Fq=\EO1;4Q:Fr=\EO1;4R:k1=\EOP:\
|