tango.stdc.posix.stdio

D header file for POSIX.

Public Imports

tango.stdc.stdio
public import tango.stdc.stdio;
Undocumented in source.
tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.

Members

Aliases

fgetpos
alias fgetpos = fgetpos64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fgetpos
alias fgetpos = fgetpos64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fopen
alias fopen = fopen64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fopen
alias fopen = fopen64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freopen
alias freopen = freopen64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freopen
alias freopen = freopen64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseek
alias fseek = fseek64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseek
alias fseek = fseek64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseeko
alias fseeko = fseeko64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fsetpos
alias fsetpos = fsetpos64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fsetpos
alias fsetpos = fsetpos64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftello
alias ftello = ftello64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpfile
alias tmpfile = tmpfile64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpfile
alias tmpfile = tmpfile64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ctermid
char* ctermid(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fdopen
FILE* fdopen(int , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fgetpos
int fgetpos(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fgetpos
int fgetpos(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fgetpos64
int fgetpos64(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fgetpos64
int fgetpos64(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fileno
int fileno(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flockfile
void flockfile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flockfile
void flockfile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fopen
FILE* fopen(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fopen
FILE* fopen(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fopen64
FILE* fopen64(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fopen64
FILE* fopen64(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freopen
FILE* freopen(char* , char* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freopen
FILE* freopen(char* , char* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freopen64
FILE* freopen64(char* , char* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freopen64
FILE* freopen64(char* , char* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseek
int fseek(FILE* , c_long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseek
int fseek(FILE* , c_long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseek64
int fseek64(FILE* , c_long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseek64
int fseek64(FILE* , c_long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseeko
int fseeko(FILE* , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fseeko64
int fseeko64(FILE* , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fsetpos
int fsetpos(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fsetpos
int fsetpos(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fsetpos64
int fsetpos64(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fsetpos64
int fsetpos64(FILE* , fpos_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftello
off_t ftello(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftello64
off_t ftello64(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftrylockfile
int ftrylockfile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftrylockfile
int ftrylockfile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
funlockfile
void funlockfile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
funlockfile
void funlockfile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getc_unlocked
int getc_unlocked(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getc_unlocked
int getc_unlocked(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getchar_unlocked
int getchar_unlocked()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getchar_unlocked
int getchar_unlocked()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gets
char* gets(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
popen
FILE* popen(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putc_unlocked
int putc_unlocked(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putc_unlocked
int putc_unlocked(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putchar_unlocked
int putchar_unlocked(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
putchar_unlocked
int putchar_unlocked(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tempnam
char* tempnam(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tempnam
char* tempnam(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpfile
FILE* tmpfile()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpfile
FILE* tmpfile()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpfile64
FILE* tmpfile64()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tmpfile64
FILE* tmpfile64()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

L_ctermid
auto L_ctermid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
P_tmpdir
auto P_tmpdir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
P_tmpdir
auto P_tmpdir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly