Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 11 of 11) sorted by relevance

/third_party/uapp/dash/src/
A Dshow.c85 fputs(s, fp); in shtree()
89 shcmd(n, fp); in shtree()
91 putc('\n', fp); in shtree()
102 putc('\n', fp); in shtree()
107 putc('\n', fp); in shtree()
126 sharg(np, fp); in shcmd()
144 fputs(s, fp); in shcmd()
174 putc('$', fp); in sharg()
175 putc('{', fp); in sharg()
226 putc('$', fp); in sharg()
[all …]
A Dmknodes.c163 struct field *fp; in parsefield() local
192 if (fp->type == T_OTHER || fp->type == T_TEMP) { in parsefield()
218 struct field *fp; in output() local
234 for (i = sp->nfields, fp = sp->field ; --i >= 0 ; fp++) { in output()
296 struct field *fp; in outfunc() local
327 sp->tag, fp->name, sp->tag, fp->name); in outfunc()
338 sp->tag, fp->name, sp->tag, fp->name); in outfunc()
349 sp->tag, fp->name, sp->tag, fp->name); in outfunc()
357 sp->tag, fp->name, sp->tag, fp->name); in outfunc()
464 putc('\t', fp); in indent()
[all …]
A Dmkinit.c173 FILE *fp; in readfile() local
192 dodecl(line, fp); in readfile()
210 fclose(fp); in readfile()
362 FILE *fp; in output() local
367 fputs(writer, fp); in output()
370 fputs("\n\n\n", fp); in output()
372 fputs("\n\n", fp); in output()
379 fprintf(fp, "}\n"); in output()
381 fclose(fp); in output()
442 FILE *fp; in ckfopen() local
[all …]
/third_party/ulib/musl/src/fenv/
A Dfesetexceptflag.c3 int fesetexceptflag(const fexcept_t* fp, int mask) { in fesetexceptflag() argument
4 feclearexcept(~*fp & mask); in fesetexceptflag()
5 feraiseexcept(*fp & mask); in fesetexceptflag()
A Dfegetexceptflag.c3 int fegetexceptflag(fexcept_t* fp, int mask) { in fegetexceptflag() argument
4 *fp = fetestexcept(mask); in fegetexceptflag()
/third_party/lib/acpica/source/tools/acpiexec/
A Daecommon.h101 #define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\ argument
102 AcpiOsPrintf PARAM_LIST(fp);}
/third_party/uapp/dash/src/bltin/
A Dzircon.c122 FILE* fp; in zxc_list() local
130 fp = fopen(argv[1], "r"); in zxc_list()
131 if (fp == NULL) { in zxc_list()
135 while (fgets(line, 1024, fp) != NULL) { in zxc_list()
139 fclose(fp); in zxc_list()
/third_party/ulib/linenoise/
A Dlinenoise.c1258 FILE *fp; local
1261 fp = fopen(filename,"w");
1263 if (fp == NULL) return -1;
1266 fprintf(fp,"%s\n",history[j]);
1267 fclose(fp);
1277 FILE *fp = fopen(filename,"r"); local
1280 if (fp == NULL) return -1;
1282 while (fgets(buf,LINENOISE_MAX_LINE,fp) != NULL) {
1290 fclose(fp);
/third_party/uapp/fsck-msdosfs/
A Dfat.c192 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) in readfat() argument
306 *fp = NULL; in readfat()
308 *fp = fat; in readfat()
/third_party/uapp/kilo/
A Dkilo.c812 FILE *fp; local
818 fp = fopen(filename,"r");
819 if (!fp) {
830 while((linelen = getline(&line,&linecap,fp)) != -1) {
836 fclose(fp);
/third_party/ulib/uboringssl/crypto/err/
A Derr.c609 FILE* fp = ctx; in print_errors_to_file() local
610 int res = fputs(msg, fp); in print_errors_to_file()

Completed in 24 milliseconds