Home
last modified time | relevance | path

Searched refs:ck_fclose (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c167 ck_fclose (NULL);
328 ck_fclose (NULL);
352 ck_fclose(NULL);
Dutils.h30 void ck_fclose P_((FILE *stream));
Dexecute.c649 ck_fclose(fp); in dump_append_queue()
816 ck_fclose (input->fp);
817 ck_fclose (output_file.fp);
829 ck_fclose (input->fp);
Dcompile.c1617 ck_fclose(prog.file);
1718 ck_fclose(p->fp);
1729 ck_fclose(p->fp);
Dutils.c293 ck_fclose(stream) in ck_fclose() function
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog988 * lib/utils.c (ck_fclose): Work on stdout as well if stream == NULL
1584 * sed/utils.c(ck_fclose): added support for ANSI C
2566 * utils.c (ck_fclose): modified to ignore NULL parameter.