F
Önceki Ek B. Kütüphane Oluşumlarının Özeti Sonraki
F
double fabs (double number)
math.h (ISO): Mutlak Değer.
float fabsf (float number)
math.h (ISO): Mutlak Değer.
long double fabsl (long double number)
math.h (ISO): Mutlak Değer.
size_t __fbufsize (FILE *stream)
stdio_ext.h (GNU): Tamponlama Çeşidinin Seçimi.
int fchdir (int filedes)
unistd.h (XPG): Çalışma dizini.
int fchmod (int filedes, int mode)
sys/stat.h (BSD): Dosya İzinlerinin Atanması.
int fchown (int filedes, int owner, int group)
unistd.h (BSD): Dosya İyeliği.
int fclean (FILE *stream)
stdio.h (GNU): Akımların Temizlenmesi.
int fclose (FILE *stream)
stdio.h (ISO): Akımların Kapatılması.
int fcloseall (void)
stdio.h (GNU): Akımların Kapatılması.
int fcntl (int filedes, int command, …)
char * fcvt (double value, int ndigit, int *decpt, int *neg)
int fcvt_r (double value, int ndigit, int *decpt, int *neg, char *buf, size_t len)
int fdatasync (int fildes)
int FD_CLOEXEC
fcntl.h (POSIX.1): Dosya Tanıtıcı Seçenekleri.
void FD_CLR (int filedes, fd_set *set)
double fdim (double x, double y)
float fdimf (float x, float y)
long double fdiml (long double x, long double y)
int FD_ISSET (int filedes, fd_set *set)
FILE * fdopen (int filedes, const char *opentype)
stdio.h (POSIX.1): Tanıtıcılar ve Akımlar.
DIR * fdopendir (int fd)
void FD_SET (int filedes, fd_set *set)
fd_set
int FD_SETSIZE
int F_DUPFD
void FD_ZERO (fd_set *set)
int feclearexcept (int excepts)
int fedisableexcept (int excepts)
FE_DIVBYZERO
FE_DOWNWARD
fenv.h (ISO): Yuvarlama Kipleri.
int feenableexcept (int excepts)
int fegetenv (fenv_t *envp)
int fegetexcept (int excepts)
int fegetexceptflag (fexcept_t *flagp, int excepts)
int fegetround (void)
fenv.h (ISO): Yuvarlama Kipleri.
int feholdexcept (fenv_t *envp)
FE_INEXACT
FE_INVALID
int feof (FILE *stream)
stdio.h (ISO): Dosya Sonu ve Hatalar.
int feof_unlocked (FILE *stream)
stdio.h (GNU): Dosya Sonu ve Hatalar.
FE_OVERFLOW
int feraiseexcept (int excepts)
int ferror (FILE *stream)
stdio.h (ISO): Dosya Sonu ve Hatalar.
int ferror_unlocked (FILE *stream)
stdio.h (GNU): Dosya Sonu ve Hatalar.
int fesetenv (const fenv_t *envp)
int fesetexceptflag (const fexcept_t *flagp, int excepts)
int fesetround (int round)
fenv.h (ISO): Yuvarlama Kipleri.
int fetestexcept (int excepts)
FE_TONEAREST
fenv.h (ISO): Yuvarlama Kipleri.
FE_TOWARDZERO
fenv.h (ISO): Yuvarlama Kipleri.
FE_UNDERFLOW
int feupdateenv (const fenv_t *envp)
FE_UPWARD
fenv.h (ISO): Yuvarlama Kipleri.
int fflush (FILE *stream)
int fflush_unlocked (FILE *stream)
stdio.h (POSIX): Tamponların Boşaltılması.
int fgetc (FILE *stream)
int fgetc_unlocked (FILE *stream)
int F_GETFD
fcntl.h (POSIX.1): Dosya Tanıtıcı Seçenekleri.
int F_GETFL
struct group * fgetgrent (FILE *stream)
int fgetgrent_r (FILE *stream, struct group *result_buf, char *buffer, size_t buflen, struct group **result)
int F_GETLK
fcntl.h (POSIX.1): Dosya Kilitleri.
int F_GETOWN
int fgetpos (FILE *stream, fpos_t *position)
int fgetpos64 (FILE *stream, fpos64_t *position)
struct passwd * fgetpwent (FILE *stream)
int fgetpwent_r (FILE *stream, struct passwd *result_buf, char *buffer, size_t buflen, struct passwd **result)
char * fgets (char *s, int count, FILE *stream)
stdio.h (ISO): Satır Yönlenimli Girdi.
char * fgets_unlocked (char *s, int count, FILE *stream)
stdio.h (GNU): Satır Yönlenimli Girdi.
wint_t fgetwc (FILE *stream)
wint_t fgetwc_unlocked (FILE *stream)
wchar_t * fgetws (wchar_t *ws, int count, FILE *stream)
wchar.h (ISO): Satır Yönlenimli Girdi.
wchar_t * fgetws_unlocked (wchar_t *ws, int count, FILE *stream)
wchar.h (GNU): Satır Yönlenimli Girdi.
FILE
stdio.h (ISO): Akımlar (Streams).
int FILENAME_MAX
int fileno (FILE *stream)
stdio.h (POSIX.1): Tanıtıcılar ve Akımlar.
int fileno_unlocked (FILE *stream)
int finite (double x)
int finitef (float x)
int finitel (long double x)
int __flbf (FILE *stream)
stdio_ext.h (GNU): Tamponlama Çeşidinin Seçimi.
void flockfile (FILE *stream)
stdio.h (POSIX): Akımlar ve Evreler.
double floor (double x)
math.h (ISO): Yuvarlama İşlevleri.
float floorf (float x)
math.h (ISO): Yuvarlama İşlevleri.
long double floorl (long double x)
math.h (ISO): Yuvarlama İşlevleri.
FLT_DIG
FLT_EPSILON
FLT_MANT_DIG
FLT_MAX
FLT_MAX_10_EXP
FLT_MAX_EXP
FLT_MIN
FLT_MIN_10_EXP
FLT_MIN_EXP
FLT_RADIX
FLT_ROUNDS
void _flushlbf (void)
stdio_ext.h (GNU): Tamponların Boşaltılması.
tcflag_t FLUSHO
termios.h (BSD): Yerel Kipler.
double fma (double x, double y, double z)
float fmaf (float x, float y, float z)
long double fmal (long double x, long double y, long double z)
double fmax (double x, double y)
float fmaxf (float x, float y)
long double fmaxl (long double x, long double y)
FILE * fmemopen (void *buf, size_t size, const char *opentype)
stdio.h (GNU): Dizge Akımları.
double fmin (double x, double y)
float fminf (float x, float y)
long double fminl (long double x, long double y)
double fmod (double numerator, double denominator)
math.h (ISO): Kalan İşlevleri.
float fmodf (float numerator, float denominator)
math.h (ISO): Kalan İşlevleri.
long double fmodl (long double numerator, long double denominator)
math.h (ISO): Kalan İşlevleri.
int fmtmsg (long int classification, const char *label, int severity, const char *text, const char *action, const char *tag)
int fnmatch (const char *pattern, const char *string, int flags)
fnmatch.h (POSIX.2): Dosya İsmi Kalıpları.
FNM_CASEFOLD
fnmatch.h (GNU): Dosya İsmi Kalıpları.
FNM_EXTMATCH
fnmatch.h (GNU): Dosya İsmi Kalıpları.
FNM_FILE_NAME
fnmatch.h (GNU): Dosya İsmi Kalıpları.
FNM_LEADING_DIR
fnmatch.h (GNU): Dosya İsmi Kalıpları.
FNM_NOESCAPE
fnmatch.h (POSIX.2): Dosya İsmi Kalıpları.
FNM_PATHNAME
fnmatch.h (POSIX.2): Dosya İsmi Kalıpları.
FNM_PERIOD
fnmatch.h (POSIX.2): Dosya İsmi Kalıpları.
int F_OK
FILE * fopen (const char *filename, const char *opentype)
stdio.h (ISO): Akımların Açılması.
FILE * fopen64 (const char *filename, const char *opentype)
stdio.h (Unix98): Akımların Açılması.
FILE * fopencookie (void *cookie, const char *opentype, cookie_io_functions_t io-functions)
int FOPEN_MAX
stdio.h (ISO): Akımların Açılması.
pid_t fork (void)
unistd.h (POSIX.1): Bir Sürecin Oluşturulması.
int forkpty (int *amaster, char *name, struct termios *termp, struct winsize *winp)
long int fpathconf (int filedes, int parameter)
unistd.h (POSIX.1): pathconf Kullanımı.
int fpclassify ( float-typex)
FPE_DECOVF_TRAP
FPE_FLTDIV_FAULT
FPE_FLTDIV_TRAP
FPE_FLTOVF_FAULT
FPE_FLTOVF_TRAP
FPE_FLTUND_FAULT
FPE_FLTUND_TRAP
FPE_INTDIV_TRAP
FPE_INTOVF_TRAP
size_t __fpending (FILE *stream)
stdio_ext.h (GNU): Tamponlama Çeşidinin Seçimi.
FPE_SUBRNG_TRAP
int FP_ILOGB0
int FP_ILOGBNAN
fpos64_t
fpos_t
int fprintf (FILE *stream, const char *template, …)
void __fpurge (FILE *stream)
stdio_ext.h (GNU): Tamponların Boşaltılması.
int fputc (int c, FILE *stream)
int fputc_unlocked (int c, FILE *stream)
int fputs (const char *s, FILE *stream)
int fputs_unlocked (const char *s, FILE *stream)
wint_t fputwc (wchar_t wc, FILE *stream)
wint_t fputwc_unlocked (wint_t wc, FILE *stream)
int fputws (const wchar_t *ws, FILE *stream)
int fputws_unlocked (const wchar_t *ws, FILE *stream)
F_RDLCK
fcntl.h (POSIX.1): Dosya Kilitleri.
size_t fread (void *data, size_t size, size_t count, FILE *stream)
int __freadable (FILE *stream)
stdio_ext.h (GNU): Akımların Açılması.
int __freading (FILE *stream)
stdio_ext.h (GNU): Akımların Açılması.
size_t fread_unlocked (void *data, size_t size, size_t count, FILE *stream)
void free (void *ptr)
__free_hook
malloc.h (GNU): Bellek Ayırma Kancaları.
FILE * freopen (const char *filename, const char *opentype, FILE *stream)
stdio.h (ISO): Akımların Açılması.
FILE * freopen64 (const char *filename, const char *opentype, FILE *stream)
stdio.h (Unix98): Akımların Açılması.
double frexp (double value, int *exponent)
float frexpf (float value, int *exponent)
long double frexpl (long double value, int *exponent)
int fscanf (FILE *stream, const char *template, …)
int fseek (FILE *stream, long int offset, int whence)
stdio.h (ISO): Dosyalarda Konumlama.
int fseeko (FILE *stream, off_t offset, int whence)
stdio.h (Unix98): Dosyalarda Konumlama.
int fseeko64 (FILE *stream, off64_t offset, int whence)
stdio.h (Unix98): Dosyalarda Konumlama.
int F_SETFD
fcntl.h (POSIX.1): Dosya Tanıtıcı Seçenekleri.
int F_SETFL
int F_SETLK
fcntl.h (POSIX.1): Dosya Kilitleri.
int F_SETLKW
fcntl.h (POSIX.1): Dosya Kilitleri.
int __fsetlocking (FILE *stream, int type)
stdio_ext.h (GNU): Akımlar ve Evreler.
int F_SETOWN
int fsetpos (FILE *stream, const fpos_t *position)
int fsetpos64 (FILE *stream, const fpos64_t *position)
int fstat (int filedes, struct stat *buf)
int fstat64 (int filedes, struct stat64 *buf)
int fsync (int fildes)
long int ftell (FILE *stream)
stdio.h (ISO): Dosyalarda Konumlama.
off_t ftello (FILE *stream)
stdio.h (Unix98): Dosyalarda Konumlama.
off64_t ftello64 (FILE *stream)
stdio.h (Unix98): Dosyalarda Konumlama.
int ftruncate (int fd, off_t length)
unistd.h (POSIX): Dosya Boyu.
int ftruncate64 (int id, off64_t length)
unistd.h (Unix98): Dosya Boyu.
int ftrylockfile (FILE *stream)
stdio.h (POSIX): Akımlar ve Evreler.
int ftw (const char *filename, __ftw_func_t func, int descriptors)
int ftw64 (const char *filename, __ftw64_func_t func, int descriptors)
__ftw64_func_t
__ftw_func_t>
F_UNLCK
fcntl.h (POSIX.1): Dosya Kilitleri.
void funlockfile (FILE *stream)
stdio.h (POSIX): Akımlar ve Evreler.
int futimes (int fd, struct timeval tvp[2])
sys/time.h (BSD): Dosya Zamanları.
int fwide (FILE *stream, int mode)
int fwprintf (FILE *stream, const wchar_t *template, …)
int __fwritable (FILE *stream)
stdio_ext.h (GNU): Akımların Açılması.
size_t fwrite (const void *data, size_t size, size_t count, FILE *stream)
size_t fwrite_unlocked (const void *data, size_t size, size_t count, FILE *stream)
int __fwriting (FILE *stream)
stdio_ext.h (GNU): Akımların Açılması.
F_WRLCK
fcntl.h (POSIX.1): Dosya Kilitleri.
int fwscanf (FILE *stream, const wchar_t *template, …)
Önceki Üst Ana Başlık Sonraki
Başlangıç G
Bir Linux Kitaplığı Sayfası