libtmpfile man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Netpbm subroutine library: Netpbmfsubroutinetlibrary: pm_tmpfile() function(3)

NAME
       pm_tmpfile() - create a temporary unnamed file

SYNOPSIS
       #include <netpbm/pm.h>

       FILE *
       pm_tmpfile(void);

EXAMPLE
       This  simple  example creates a temporary file, writes 'hello world' to
       it, then reads back and prints those contents.

       #include <netpbm/pm.h>

       FILE * myfileP;

       myfile = pm_tmpfile();

       fprintf(myfile, 'hello world\n');

       fseek(myfileP, 0, SEEK_SET);

       fread(buffer, sizeof(buffer), 1, myfileP);

       fprintf(STDOUT, 'temp file contains '%s'\n', buffer);

       fclose(myfileP);

DESCRIPTION
       This library function is part of Netpbm(1)

       pm_tmpfile() creates and opens an unnamed temporary file.  It is	 basi‐
       cally  the  same	 thing	as  the standard C library tmpfile() function,
       except that it uses the TMPFILE environment variable to decide where to
       create  the  temporary  file.  If TMPFILE is not set or is set to some‐
       thing unusable (e.g.  too long), pm_tmpfile() falls back to  the	 value
       of the standard C library symbol P_tmpdir, just like tmpfile().

       Unlike  tmpfile(),  pm_tmpfile()	 never	returns NULL.  If it fails, it
       issues a message to Standard Error and aborts the  program,  like  most
       libnetpbm routines do.

       If  you	need  to refer to the temporary file by name, use pm_make_tmp‐
       file() instead.

HISTORY
       pm_tmpfile() was introduced in Netpbm 10.20 (January 2004).

netpbm documentation	   Netpbm2subroutine4library: pm_tmpfile() function(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net