Searched refs:close (Results 951 - 956 of 956) sorted by relevance

<<313233343536373839

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c1548 /* If pushing layers fails close the file */
2249 /* Raise STDIN..STDERR refcount so we don't close them */
2829 - libio.h defines a flag to not close() on cleanup
2903 /* Socks lib overrides close() but stdio isn't linked to
2904 that library (though we are) - so we must call close()
2920 /* For STD* handles don't close the stdio at all
2930 /* Tricky - must fclose(stdio) to free memory but not close(fd)
2949 /* in SOCKS case let close() determine return value */
2950 result = close(fd);
3437 * if push fails during open, open fails. close wil
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c3010 if (NDevOpen(g_vol->u.dev) && g_vol->u.dev->d_ops->close(g_vol->u.dev))
3011 ntfs_log_perror("Warning: Could not close %s", g_vol->u.dev->d_name);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c816 (void) close(fd);
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c497 close(fd);
2626 that's close enough */
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex765 % above. But it's pretty close.
998 % We'll use ems for NCHARS, close enough.
1193 % Open the new aux file. TeX will close it automatically at exit.
2789 % Open one extra group, as we want to close it in the middle of \Etitlepage.
3581 % attempt to close an environment group.
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2821 # It thinks the first close brace ends the variable substitution.
3670 # It thinks the first close brace ends the variable substitution.
17277 || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0)
17290 || close (fd) != 0
[all...]

Completed in 247 milliseconds

<<313233343536373839