G
Önceki
Ek B. Kütüphane Oluşumlarının Özeti
Sonraki
G
double
gamma
(double
x
)
math.h
(SVID):
Özel İşlevler
.
float
gammaf
(float
x
)
math.h
(SVID):
Özel İşlevler
.
long double
gammal
(long double
x
)
math.h
(SVID):
Özel İşlevler
.
void
(*__gconv_end_fct)
(struct gconv_step *)
gconv.h
(GNU):
glibc iconv Gerçeklemesi
.
int
(*__gconv_fct)
(struct __gconv_step *, struct __gconv_step_data *, const char **, const char *, size_t *, int)
gconv.h
(GNU):
glibc iconv Gerçeklemesi
.
int
(*__gconv_init_fct)
(struct __gconv_step *)
gconv.h
(GNU):
glibc iconv Gerçeklemesi
.
char *
gcvt
(double
value
, int
ndigit
, char *
buf
)
stdlib.h
(SVID, Unix98):
Eski Moda System V Sayıdan Dizgeye Dönüşüm İşlevleri
.
long int
get_avphys_pages
(void)
sys/sysinfo.h
(GNU):
Bellek Parametrelerinin Sorgulanması
.
int
getc
(FILE *
stream
)
stdio.h
(ISO):
Karakter Girdilerinin Alınması
.
int
getchar
(void)
stdio.h
(ISO):
Karakter Girdilerinin Alınması
.
int
getchar_unlocked
(void)
stdio.h
(POSIX):
Karakter Girdilerinin Alınması
.
int
getcontext
(ucontext_t *
ucp
)
ucontext.h
(SVID):
Bütünsel Bağlam Denetimi
.
int
getc_unlocked
(FILE *
stream
)
stdio.h
(POSIX):
Karakter Girdilerinin Alınması
.
char *
get_current_dir_name
(void)
unistd.h
(GNU):
Çalışma dizini
.
char *
getcwd
(char *
buffer
, size_t
size
)
unistd.h
(POSIX.1):
Çalışma dizini
.
struct tm *
getdate
(const char *
string
)
time.h
(Unix98):
Genel Zaman Gösterimi Çözümlemesi
.
getdate_err
time.h
(Unix98):
Genel Zaman Gösterimi Çözümlemesi
.
int
getdate_r
(const char *
string
, struct tm *
tp
)
time.h
(GNU):
Genel Zaman Gösterimi Çözümlemesi
.
ssize_t
getdelim
(char **
lineptr
, size_t *
n
, int
delimiter
, FILE *
stream
)
stdio.h
(GNU):
Satır Yönlenimli Girdi
.
int
getdomainnname
(char *
name
, size_t
length
)
unistd.h
(???):
Konak İsimlendirmesi
.
gid_t
getegid
(void)
unistd.h
(POSIX.1):
Bir Sürecin Aidiyetinin Okunması
.
char *
getenv
(const char *
name
)
stdlib.h
(ISO):
Ortama Erişim
.
uid_t
geteuid
(void)
unistd.h
(POSIX.1):
Bir Sürecin Aidiyetinin Okunması
.
struct fstab *
getfsent
(void)
fstab.h
(BSD):
fstab
.
struct fstab *
getfsfile
(const char *
name
)
fstab.h
(BSD):
fstab
.
struct fstab *
getfsspec
(const char *
name
)
fstab.h
(BSD):
fstab
.
gid_t
getgid
(void)
unistd.h
(POSIX.1):
Bir Sürecin Aidiyetinin Okunması
.
struct group *
getgrent
(void)
grp.h
(SVID, BSD):
Grup Listesinin Taranması
.
int
getgrent_r
(struct group *
result_buf
, char *
buffer
, size_t
buflen
, struct group **
result
)
grp.h
(GNU):
Grup Listesinin Taranması
.
struct group *
getgrgid
(gid_t
gid
)
grp.h
(POSIX.1):
Bir Grup Hakkında Bilgi Alınması
.
int
getgrgid_r
(gid_t
gid
, struct group *
result_buf
, char *
buffer
, size_t
buflen
, struct group **
result
)
grp.h
(POSIX.1c):
Bir Grup Hakkında Bilgi Alınması
.
struct group *
getgrnam
(const char *
name
)
grp.h
(SVID, BSD):
Bir Grup Hakkında Bilgi Alınması
.
int
getgrnam_r
(const char *
name
, struct group *
result_buf
, char *
buffer
, size_t
buflen
, struct group **
result
)
grp.h
(POSIX.1c):
Bir Grup Hakkında Bilgi Alınması
.
int
getgrouplist
(const char *
user
, gid_t
group
, gid_t *
groups
, int *
ngroups
)
grp.h
(BSD):
Grup Kimliğinin Belirtilmesi
.
int
getgroups
(int
count
, gid_t *
groups
)
unistd.h
(POSIX.1):
Bir Sürecin Aidiyetinin Okunması
.
struct hostent *
gethostbyaddr
(const char *
addr
, size_t
length
, int
format
)
netdb.h
(BSD):
Konak İsimleri
.
int
gethostbyaddr_r
(const char *
addr
, size_t
length
, int
format
, struct hostent *restrict
result_buf
, char *restrict
buf
, size_t
buflen
, struct hostent **restrict
result
, int *restrict
h_errnop
)
netdb.h
(GNU):
Konak İsimleri
.
struct hostent *
gethostbyname
(const char *
name
)
netdb.h
(BSD):
Konak İsimleri
.
struct hostent *
gethostbyname2
(const char *
name
, int
af
)
netdb.h
(IPv6 Basic API):
Konak İsimleri
.
int
gethostbyname2_r
(const char *
name
, int
af
, struct hostent *restrict
result_buf
, char *restrict
buf
, size_t
buflen
, struct hostent **restrict
result
, int *restrict
h_errnop
)
netdb.h
(GNU):
Konak İsimleri
.
int
gethostbyname_r
(const char *restrict
name
, struct hostent *restrict
result_buf
, char *restrict
buf
, size_t
buflen
, struct hostent **restrict
result
, int *restrict
h_errnop
)
netdb.h
(GNU):
Konak İsimleri
.
struct hostent *
gethostent
(void)
netdb.h
(BSD):
Konak İsimleri
.
long int
gethostid
(void)
unistd.h
(BSD):
Konak İsimlendirmesi
.
int
gethostname
(char *
name
, size_t
size
)
unistd.h
(BSD):
Konak İsimlendirmesi
.
int
getitimer
(int
which
, struct itimerval *
old
)
sys/time.h
(BSD):
Bir Alarmın Ayarlanması
.
ssize_t
getline
(char **
lineptr
, size_t *
n
, FILE *
stream
)
stdio.h
(GNU):
Satır Yönlenimli Girdi
.
int
getloadavg
(double
loadavg
[], int
nelem
)
stdlib.h
(BSD):
İşlemci Özkaynakları
.
char *
getlogin
(void)
unistd.h
(POSIX.1):
Oturumu Açan Kim?
.
struct mntent *
getmntent
(FILE *
stream
)
mntent.h
(BSD):
mtab
.
struct mntent *
getmntent_r
(FILE *
stream
, struct mentent *
result
, char *
buffer
, int
bufsize
)
mntent.h
(BSD):
mtab
.
struct netent *
getnetbyaddr
(unsigned long int
net
, int
type
)
netdb.h
(BSD):
Ağ İsimleri Veritabanı
.
struct netent *
getnetbyname
(const char *
name
)
netdb.h
(BSD):
Ağ İsimleri Veritabanı
.
struct netent *
getnetent
(void)
netdb.h
(BSD):
Ağ İsimleri Veritabanı
.
int
getnetgrent
(char **
hostp
, char **
userp
, char **
domainp
)
netdb.h
(BSD):
Bir Ağgrubu Hakkında Bilgi Alınması
.
int
getnetgrent_r
(char **
hostp
, char **
userp
, char **
domainp
, char *
buffer
, int
buflen
)
netdb.h
(GNU):
Bir Ağgrubu Hakkında Bilgi Alınması
.
int
get_nprocs
(void)
sys/sysinfo.h
(GNU):
İşlemci Özkaynakları
.
int
get_nprocs_conf
(void)
sys/sysinfo.h
(GNU):
İşlemci Özkaynakları
.
int
getopt
(int
argc
, char **
argv
, const char *
options
)
unistd.h
(POSIX.2):
getopt Kullanımı
.
int
getopt_long
(int
argc
, char *const *
argv
, const char *
shortopts
, const struct option *
longopts
, int *
indexptr
)
getopt.h
(GNU):
getopt_long ile Uzun Seçeneklerin Çözümlenmesi
.
int
getopt_long_only
(int
argc
, char *const *
argv
, const char *
shortopts
, const struct option *
longopts
, int *
indexptr
)
getopt.h
(GNU):
getopt_long ile Uzun Seçeneklerin Çözümlenmesi
.
int
getpagesize
(void)
unistd.h
(BSD):
Bellek Parametrelerinin Sorgulanması
.
char *
getpass
(const char *
prompt
)
unistd.h
(BSD):
Parolaların Okunması
.
int
getpeername
(int
socket
, struct sockaddr *
addr
, socklen_t *
length-ptr
)
sys/socket.h
(BSD):
Bana Kim Bağlı?
.
int
getpgid
(pid_t
pid
)
unistd.h
(SVID):
Süreç Grubu İşlevleri
.
pid_t
getpgrp
(pid_t
pid
)
unistd.h
(BSD):
Süreç Grubu İşlevleri
.
pid_t
getpgrp
(void)
unistd.h
(POSIX.1):
Süreç Grubu İşlevleri
.
long int
get_phys_pages
(void)
sys/sysinfo.h
(GNU):
Bellek Parametrelerinin Sorgulanması
.
pid_t
getpid
(void)
unistd.h
(POSIX.1):
Süreç Kimliği
.
pid_t
getppid
(void)
unistd.h
(POSIX.1):
Süreç Kimliği
.
int
getpriority
(int
class
, int
id
)
sys/resource.h
(BSD,POSIX):
Geleneksel Zamanlama İşlevleri
.
struct protoent *
getprotobyname
(const char *
name
)
netdb.h
(BSD):
Protokol Veritabanı
.
struct protoent *
getprotobynumber
(int
protocol
)
netdb.h
(BSD):
Protokol Veritabanı
.
struct protoent *
getprotoent
(void)
netdb.h
(BSD):
Protokol Veritabanı
.
int
getpt
(void)
stdlib.h
(GNU):
Uçbirimsilerin Ayrılması
.
struct passwd *
getpwent
(void)
pwd.h
(POSIX.1):
Kullanıcı Listesinin Taranması
.
int
getpwent_r
(struct passwd *
result_buf
, char *
buffer
, int
buflen
, struct passwd **
result
)
pwd.h
(GNU):
Kullanıcı Listesinin Taranması
.
struct passwd *
getpwnam
(const char *
name
)
pwd.h
(POSIX.1):
Bir Kullanıcı Hakkında Bilgi Alınması
.
int
getpwnam_r
(const char *
name
, struct passwd *
result_buf
, char *
buffer
, size_t
buflen
, struct passwd **
result
)
pwd.h
(POSIX.1c):
Bir Kullanıcı Hakkında Bilgi Alınması
.
struct passwd *
getpwuid
(uid_t
uid
)
pwd.h
(POSIX.1):
Bir Kullanıcı Hakkında Bilgi Alınması
.
int
getpwuid_r
(uid_t
uid
, struct passwd *
result_buf
, char *
buffer
, size_t
buflen
, struct passwd **
result
)
pwd.h
(POSIX.1c):
Bir Kullanıcı Hakkında Bilgi Alınması
.
int
getrlimit
(int
resource
, struct rlimit *
rlp
)
sys/resource.h
(BSD):
Özkaynak Kullanımın Sınırlanması
.
int
getrlimit64
(int
resource
, struct rlimit64 *
rlp
)
sys/resource.h
(Unix98):
Özkaynak Kullanımın Sınırlanması
.
int
getrusage
(int
processes
, struct rusage *
rusage
)
sys/resource.h
(BSD):
Özkaynak Kullanımı
.
char *
gets
(char *
s
)
stdio.h
(ISO):
Satır Yönlenimli Girdi
.
struct servent *
getservbyname
(const char *
name
, const char *
proto
)
netdb.h
(BSD):
Servis Veritabanı
.
struct servent *
getservbyport
(int
port
, const char *
proto
)
netdb.h
(BSD):
Servis Veritabanı
.
struct servent *
getservent
(void)
netdb.h
(BSD):
Servis Veritabanı
.
pid_t
getsid
(pid_t
pid
)
unistd.h
(SVID):
Süreç Grubu İşlevleri
.
int
getsockname
(int
socket
, struct sockaddr *
addr
, socklen_t *
length-ptr
)
sys/socket.h
(BSD):
Adresin Okunması
.
int
getsockopt
(int
socket
, int
level
, int
optname
, void *
optval
, socklen_t *
optlen-ptr
)
sys/socket.h
(BSD):
Soket Seçenek İşlevleri
.
int
getsubopt
(char **
optionp
, const char* const *
tokens
, char **
valuep
)
stdlib.h
(stdlib.h):
Suboptions Example
.
char *
gettext
(const char *
msgid
)
libintl.h
(GNU):
gettext ile Çeviri
.
int
gettimeofday
(struct timeval *
tp
, struct timezone *
tzp
)
sys/time.h
(BSD):
Yüksek Çözünürlüklü Zaman
.
uid_t
getuid
(void)
unistd.h
(POSIX.1):
Bir Sürecin Aidiyetinin Okunması
.
mode_t
getumask
(void)
sys/stat.h
(GNU):
Dosya İzinlerinin Atanması
.
struct utmp *
getutent
(void)
utmp.h
(SVID):
Kullanıcı Hesapları Veritabanına Erişim
.
int
getutent_r
(struct utmp *
buffer
, struct utmp **
result
)
utmp.h
(GNU):
Kullanıcı Hesapları Veritabanına Erişim
.
struct utmp *
getutid
(const struct utmp *
id
)
utmp.h
(SVID):
Kullanıcı Hesapları Veritabanına Erişim
.
int
getutid_r
(const struct utmp *
id
, struct utmp *
buffer
, struct utmp **
result
)
utmp.h
(GNU):
Kullanıcı Hesapları Veritabanına Erişim
.
struct utmp *
getutline
(const struct utmp *
line
)
utmp.h
(SVID):
Kullanıcı Hesapları Veritabanına Erişim
.
int
getutline_r
(const struct utmp *
line
, struct utmp *
buffer
, struct utmp **
result
)
utmp.h
(GNU):
Kullanıcı Hesapları Veritabanına Erişim
.
int
getutmp
(const struct utmpx *utmpx, struct utmp *utmp)
utmp.h
(GNU):
XPG Kullanıcı Hesapları Veritabanı İşlevleri
.
int
getutmpx
(const struct utmp *utmp, struct utmpx *utmpx)
utmp.h
(GNU):
XPG Kullanıcı Hesapları Veritabanı İşlevleri
.
struct utmpx *
getutxent
(void)
utmpx.h
(XPG4.2):
XPG Kullanıcı Hesapları Veritabanı İşlevleri
.
struct utmpx *
getutxid
(const struct utmpx *
id
)
utmpx.h
(XPG4.2):
XPG Kullanıcı Hesapları Veritabanı İşlevleri
.
struct utmpx *
getutxline
(const struct utmpx *
line
)
utmpx.h
(XPG4.2):
XPG Kullanıcı Hesapları Veritabanı İşlevleri
.
int
getw
(FILE *
stream
)
stdio.h
(SVID):
Karakter Girdilerinin Alınması
.
wint_t
getwc
(FILE *
stream
)
wchar.h
(ISO):
Karakter Girdilerinin Alınması
.
wint_t
getwchar
(void)
wchar.h
(ISO):
Karakter Girdilerinin Alınması
.
wint_t
getwchar_unlocked
(void)
wchar.h
(GNU):
Karakter Girdilerinin Alınması
.
wint_t
getwc_unlocked
(FILE *
stream
)
wchar.h
(GNU):
Karakter Girdilerinin Alınması
.
char *
getwd
(char *
buffer
)
unistd.h
(BSD):
Çalışma dizini
.
gid_t
sys/types.h
(POSIX.1):
Bir Sürecin Aidiyetinin Okunması
.
int
glob
(const char *
pattern
, int
flags
, int (*
errfunc
) (const char *
filename
, int
error-code
), glob_t *
vector-ptr
)
glob.h
(POSIX.2):
glob çağrısı
.
int
glob64
(const char *
pattern
, int
flags
, int (*
errfunc
) (const char *
filename
, int
error-code
), glob64_t *
vector-ptr
)
glob.h
(GNU):
glob çağrısı
.
glob64_t
glob.h
(GNU):
glob çağrısı
.
GLOB_ABORTED
glob.h
(POSIX.2):
glob çağrısı
.
GLOB_ALTDIRFUNC
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
GLOB_APPEND
glob.h
(POSIX.2):
Genelleme Seçenekleri
.
GLOB_BRACE
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
GLOB_DOOFFS
glob.h
(POSIX.2):
Genelleme Seçenekleri
.
GLOB_ERR
glob.h
(POSIX.2):
Genelleme Seçenekleri
.
void
globfree
(glob_t *
pglob
)
glob.h
(POSIX.2):
Diğer Genelleme Seçenekleri
.
void
globfree64
(glob64_t *
pglob
)
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
GLOB_MAGCHAR
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
GLOB_MARK
glob.h
(POSIX.2):
Genelleme Seçenekleri
.
GLOB_NOCHECK
glob.h
(POSIX.2):
Genelleme Seçenekleri
.
GLOB_NOESCAPE
glob.h
(POSIX.2):
Genelleme Seçenekleri
.
GLOB_NOMAGIC
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
GLOB_NOMATCH
glob.h
(POSIX.2):
glob çağrısı
.
GLOB_NOSORT
glob.h
(POSIX.2):
Genelleme Seçenekleri
.
GLOB_NOSPACE
glob.h
(POSIX.2):
glob çağrısı
.
GLOB_ONLYDIR
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
GLOB_PERIOD
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
glob_t
glob.h
(POSIX.2):
glob çağrısı
.
GLOB_TILDE
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
GLOB_TILDE_CHECK
glob.h
(GNU):
Diğer Genelleme Seçenekleri
.
struct tm *
gmtime
(const time_t *
time
)
time.h
(ISO):
Yerel Zaman
.
struct tm *
gmtime_r
(const time_t *
time
, struct tm *
resultp
)
time.h
(POSIX.1c):
Yerel Zaman
.
_GNU_SOURCE
(GNU):
Özellik Sınama Makroları
.
int
grantpt
(int
filedes
)
stdlib.h
(SVID, XPG4.2):
Uçbirimsilerin Ayrılması
.
int
gsignal
(int
signum
)
signal.h
(SVID):
Kendine Sinyal Gönderme
.
int
gtty
(int
filedes
, struct sgttyb *
attributes
)
sgtty.h
(BSD):
BSD Uçbirim Kipleri
.
Önceki
Üst Ana Başlık
Sonraki
F
Başlangıç
H
Bir
Linux Kitaplığı
Sayfası