Documentation
¶
Index ¶
- Constants
- Variables
- func A64l(s *int8) int64
- func Abort()
- func Acos(x float64) float64
- func Acosf(x float32) float32
- func Acosh(x float64) float64
- func Acoshf(x float32) float32
- func Acoshl(x float64) float64
- func Acosl(x float64) float64
- func Asin(x float64) float64
- func Asinf(x float32) float32
- func Asinh(x float64) float64
- func Asinhf(x float32) float32
- func Asinhl(x float64) float64
- func Asinl(x float64) float64
- func Asprintf(s **int8, fmt *int8, __cgo_args ...) int32
- func Atan(x float64) float64
- func Atan2(y float64, x float64) float64
- func Atan2f(y float32, x float32) float32
- func Atan2l(y float64, x float64) float64
- func Atanf(x float32) float32
- func Atanh(x float64) float64
- func Atanhf(x float32) float32
- func Atanhl(x float64) float64
- func Atanl(x float64) float64
- func Basename(s *int8) *int8
- func Calloc(size, n uint64) unsafe.Pointer
- func Cbrt(x float64) float64
- func Cbrtf(x float32) float32
- func Cbrtl(x float64) float64
- func Ceil(x float64) float64
- func Ceilf(x float32) float32
- func Ceill(x float64) float64
- func Clearenv() int32
- func Clearerr(f *Struct__IO_FILE)
- func Close(fd int32) int32
- func Copysign(x float64, y float64) float64
- func Copysignf(x float32, y float32) float32
- func Copysignl(x float64, y float64) float64
- func Cos(x float64) float64
- func Cosf(x float32) float32
- func Cosh(x float64) float64
- func Coshf(x float32) float32
- func Coshl(x float64) float64
- func Cosl(x float64) float64
- func Ctermid(s *int8) *int8
- func Dirname(s *int8) *int8
- func Dprintf(fd int32, fmt *int8, __cgo_args ...) int32
- func Drand48() float64
- func Dup2(old int32, new int32) int32
- func Erand48(s *uint16) float64
- func Erf(x float64) float64
- func Erfc(x float64) float64
- func Erfcf(x float32) float32
- func Erfcl(x float64) float64
- func Erff(x float32) float32
- func Erfl(x float64) float64
- func Execl(path *int8, argv0 *int8, __cgo_args ...) int32
- func Exp(x float64) float64
- func Exp10(x float64) float64
- func Exp10f(x float32) float32
- func Exp10l(x float64) float64
- func Exp2(x float64) float64
- func Exp2f(x float32) float32
- func Exp2l(x float64) float64
- func Expf(x float32) float32
- func Expl(x float64) float64
- func Explicit_bzero(d unsafe.Pointer, n uint64)
- func Expm1(x float64) float64
- func Expm1f(x float32) float32
- func Expm1l(x float64) float64
- func Fabs(x float64) float64
- func Fabsf(x float32) float32
- func Fabsl(x float64) float64
- func Fclose(f *Struct__IO_FILE) int32
- func Fdim(x float64, y float64) float64
- func Fdimf(x float32, y float32) float32
- func Fdiml(x float64, y float64) float64
- func Feclearexcept(mask int32) int32
- func Fegetenv(envp *_cgoa_1_fmaf) int32
- func Fegetround() int32
- func Feof(f *Struct__IO_FILE) int32
- func Feraiseexcept(mask int32) int32
- func Ferror(f *Struct__IO_FILE) int32
- func Fesetenv(envp *_cgoa_1_fmaf) int32
- func Fesetround(r int32) int32
- func Fetestexcept(mask int32) int32
- func Fflush(f *Struct__IO_FILE) int32
- func Fgetc(f *Struct__IO_FILE) int32
- func Fgetln(f *Struct__IO_FILE, plen *uint64) *int8
- func Fgetpos(f *Struct__IO_FILE, pos *Union__G_fpos64_t) int32
- func Fgets(s *int8, n int32, f *Struct__IO_FILE) *int8
- func Fileno(f *Struct__IO_FILE) int32
- func Finite(x float64) int32
- func Finitef(x float32) int32
- func Flockfile(f *Struct__IO_FILE)
- func Floor(x float64) float64
- func Floorf(x float32) float32
- func Floorl(x float64) float64
- func Fma(x float64, y float64, z float64) float64
- func Fmaf(x float32, y float32, z float32) float32
- func Fmal(x float64, y float64, z float64) float64
- func Fmax(x float64, y float64) float64
- func Fmaxf(x float32, y float32) float32
- func Fmaxl(x float64, y float64) float64
- func Fmin(x float64, y float64) float64
- func Fminf(x float32, y float32) float32
- func Fminl(x float64, y float64) float64
- func Fmod(x float64, y float64) float64
- func Fmodf(x float32, y float32) float32
- func Fmodl(x float64, y float64) float64
- func Fork() int32
- func Fprintf(f *Struct__IO_FILE, fmt *int8, __cgo_args ...) int32
- func Fputc(c int32, f *Struct__IO_FILE) int32
- func Fputs(s *int8, f *Struct__IO_FILE) int32
- func Fread(destv unsafe.Pointer, size uint64, nmemb uint64, f *Struct__IO_FILE) uint64
- func Free(p unsafe.Pointer)
- func Frexp(x float64, e *int32) float64
- func Frexpf(x float32, e *int32) float32
- func Frexpl(x float64, e *int32) float64
- func Fscanf(f *Struct__IO_FILE, fmt *int8, __cgo_args ...) int32
- func Fseek(f *Struct__IO_FILE, off int64, whence int32) int32
- func Fsetpos(f *Struct__IO_FILE, pos *Union__G_fpos64_t) int32
- func Ftell(f *Struct__IO_FILE) int64
- func Ftrylockfile(*Struct__IO_FILE) int32
- func Funlockfile(f *Struct__IO_FILE)
- func Fwrite(src unsafe.Pointer, size uint64, nmemb uint64, f *Struct__IO_FILE) uint64
- func Getc(f *Struct__IO_FILE) int32
- func Getc_unlocked(f *Struct__IO_FILE) int32
- func Getchar() int32
- func Getchar_unlocked() int32
- func Getcwd(buf *int8, size uint64) *int8
- func Getdelim(s **int8, n *uint64, delim int32, f *Struct__IO_FILE) int64
- func Getenv(name *int8) *int8
- func Getline(s **int8, n *uint64, f *Struct__IO_FILE) int64
- func Getlogin() *int8
- func Getpid() int32
- func Getsubopt(opt **int8, keys **int8, val **int8) int32
- func Getw(f *Struct__IO_FILE) int32
- func Grantpt(fd int32) int32
- func Hypot(x float64, y float64) float64
- func Hypotf(x float32, y float32) float32
- func Hypotl(x float64, y float64) float64
- func Ilogb(x float64) int32
- func Ilogbf(x float32) int32
- func Ilogbl(x float64) int32
- func Initstate(seed uint32, state *int8, size uint64) *int8
- func Ioctl(fd int32, req int32, __cgo_args ...) int32
- func Isalnum(c int32) int32
- func Isalpha(c int32) int32
- func Isascii(c int32) int32
- func Isblank(c int32) int32
- func Iscntrl(c int32) int32
- func Isdigit(c int32) int32
- func Isgraph(c int32) int32
- func Islower(c int32) int32
- func Isprint(c int32) int32
- func Ispunct(c int32) int32
- func Isspace(c int32) int32
- func Isupper(c int32) int32
- func Isxdigit(c int32) int32
- func J0(x float64) float64
- func J0f(x float32) float32
- func J1(x float64) float64
- func J1f(x float32) float32
- func Jn(n int32, x float64) float64
- func Jnf(n int32, x float32) float32
- func Jrand48(s *uint16) int64
- func L64a(x0 int64) *int8
- func Lcong48(p *uint16)
- func Ldexp(x float64, n int32) float64
- func Ldexpf(x float32, n int32) float32
- func Ldexpl(x float64, n int32) float64
- func Lgamma(x float64) float64
- func Lgammaf(x float32) float32
- func Lgammal(x float64) float64
- func Llrint(x float64) int64
- func Llrintf(x float32) int64
- func Llrintl(x float64) int64
- func Llround(x float64) int64
- func Llroundf(x float32) int64
- func Llroundl(x float64) int64
- func Log(x float64) float64
- func Log10(x float64) float64
- func Log10f(x float32) float32
- func Log10l(x float64) float64
- func Log1p(x float64) float64
- func Log1pf(x float32) float32
- func Log1pl(x float64) float64
- func Log2(x float64) float64
- func Log2f(x float32) float32
- func Log2l(x float64) float64
- func Logb(x float64) float64
- func Logbf(x float32) float32
- func Logbl(x float64) float64
- func Logf(x float32) float32
- func Logl(x float64) float64
- func Lrand48() int64
- func Lrint(x float64) int64
- func Lrintf(x float32) int64
- func Lrintl(x float64) int64
- func Lround(x float64) int64
- func Lroundf(x float32) int64
- func Lroundl(x float64) int64
- func Malloc(size uint64) unsafe.Pointer
- func Mblen(*int8, uint64) int32
- func Mbtowc(*uint32, *int8, uint64) int32
- func Memccpy(dest unsafe.Pointer, src unsafe.Pointer, c int32, n uint64) unsafe.Pointer
- func Memchr(src unsafe.Pointer, c int32, n uint64) unsafe.Pointer
- func Memcmp(vl unsafe.Pointer, vr unsafe.Pointer, n uint64) int32
- func Memcpy(dest unsafe.Pointer, src unsafe.Pointer, n uint64) unsafe.Pointer
- func Memmem(h0 unsafe.Pointer, k uint64, n0 unsafe.Pointer, l uint64) unsafe.Pointer
- func Memmove(dest unsafe.Pointer, src unsafe.Pointer, n uint64) unsafe.Pointer
- func Mempcpy(dest unsafe.Pointer, src unsafe.Pointer, n uint64) unsafe.Pointer
- func Memrchr(m unsafe.Pointer, c int32, n uint64) unsafe.Pointer
- func Memset(dest unsafe.Pointer, c int32, n uint64) unsafe.Pointer
- func Modf(x float64, iptr *float64) float64
- func Modff(x float32, iptr *float32) float32
- func Modfl(x float64, iptr *float64) float64
- func Mrand48() int64
- func Nan(s *int8) float64
- func Nanf(s *int8) float32
- func Nanl(s *int8) float64
- func Nearbyint(x float64) float64
- func Nearbyintf(x float32) float32
- func Nearbyintl(x float64) float64
- func Nextafter(x float64, y float64) float64
- func Nextafterf(x float32, y float32) float32
- func Nextafterl(x float64, y float64) float64
- func Nexttoward(x float64, y float64) float64
- func Nexttowardf(x float32, y float64) float32
- func Nexttowardl(x float64, y float64) float64
- func Nrand48(s *uint16) int64
- func Pclose(f *Struct__IO_FILE) int32
- func Perror(msg *int8)
- func Pipe(fd *int32) int32
- func Pipe2(fd *int32, flag int32) int32
- func Posix_openpt(flags int32) int32
- func Pow(x float64, y float64) float64
- func Powf(x float32, y float32) float32
- func Powl(x float64, y float64) float64
- func Printf(fmt *int8, __cgo_args ...) int32
- func Ptsname(fd int32) *int8
- func Putc(c int32, f *Struct__IO_FILE) int32
- func Putc_unlocked(c int32, f *Struct__IO_FILE) int32
- func Putchar(c int32) int32
- func Putchar_unlocked(c int32) int32
- func Putenv(s *int8) int32
- func Putw(x int32, f *Struct__IO_FILE) int32
- func Qsort(base unsafe.Pointer, nel uint64, width uint64, ...)
- func Rand() int32
- func Rand_r(seed *uint32) int32
- func Random() int64
- func Read(fd int32, buf unsafe.Pointer, count uint64) int64
- func Readlink(path *int8, buf *int8, bufsize uint64) int64
- func Realloc(orig unsafe.Pointer, size uint64) unsafe.Pointer
- func Remainder(x float64, y float64) float64
- func Remainderf(x float32, y float32) float32
- func Remainderl(x float64, y float64) float64
- func Remove(path *int8) int32
- func Remquo(x float64, y float64, quo *int32) float64
- func Remquof(x float32, y float32, quo *int32) float32
- func Remquol(x float64, y float64, quo *int32) float64
- func Rename(old *int8, new *int8) int32
- func Renameat(oldfd int32, old *int8, newfd int32, new *int8) int32
- func Rewind(f *Struct__IO_FILE)
- func Rint(x float64) float64
- func Rintf(x float32) float32
- func Rintl(x float64) float64
- func Round(x float64) float64
- func Roundf(x float32) float32
- func Roundl(x float64) float64
- func Scalb(x float64, fn float64) float64
- func Scalbf(x float32, fn float32) float32
- func Scalbln(x float64, n int64) float64
- func Scalblnf(x float32, n int64) float32
- func Scalblnl(x float64, n int64) float64
- func Scalbn(x float64, n int32) float64
- func Scalbnf(x float32, n int32) float32
- func Scalbnl(x float64, n int32) float64
- func Scanf(fmt *int8, __cgo_args ...) int32
- func Secure_getenv(name *int8) *int8
- func Seed48(s *uint16) *uint16
- func Setbuf(f *Struct__IO_FILE, buf *int8)
- func Setbuffer(f *Struct__IO_FILE, buf *int8, size uint64)
- func Setenv(var_ *int8, value *int8, overwrite int32) int32
- func Setkey(key *int8)
- func Setlinebuf(f *Struct__IO_FILE)
- func Setsid() int32
- func Setstate(state *int8) *int8
- func Setvbuf(f *Struct__IO_FILE, buf *int8, type_ int32, size uint64) int32
- func Significand(x float64) float64
- func Significandf(x float32) float32
- func Sin(x float64) float64
- func Sincos(x float64, sin *float64, cos *float64)
- func Sincosf(x float32, sin *float32, cos *float32)
- func Sincosl(x float64, sin *float64, cos *float64)
- func Sinf(x float32) float32
- func Sinh(x float64) float64
- func Sinhf(x float32) float32
- func Sinhl(x float64) float64
- func Sinl(x float64) float64
- func Snprintf(s *int8, n uint64, fmt *int8, __cgo_args ...) int32
- func Sprintf(s *int8, fmt *int8, __cgo_args ...) int32
- func Sqrt(x float64) float64
- func Sqrtf(x float32) float32
- func Sqrtl(x float64) float64
- func Srand(s uint32)
- func Srand48(seed int64)
- func Srandom(seed uint32)
- func Sscanf(s *int8, fmt *int8, __cgo_args ...) int32
- func Strcasestr(h *int8, n *int8) *int8
- func Strcat(dest *int8, src *int8) *int8
- func Strchr(s *int8, c int32) *int8
- func Strcmp(l *int8, r *int8) int32
- func Strcpy(dest *int8, src *int8) *int8
- func Strcspn(s *int8, c *int8) uint64
- func Strdup(s *int8) *int8
- func Strerror(e int32) *int8
- func Strerror_r(err int32, buf *int8, buflen uint64) int32
- func Strlcat(d *int8, s *int8, n uint64) uint64
- func Strlcpy(d *int8, s *int8, n uint64) uint64
- func Strlen(s *int8) uint64
- func Strncat(d *int8, s *int8, n uint64) *int8
- func Strncmp(_l *int8, _r *int8, n uint64) int32
- func Strncpy(d *int8, s *int8, n uint64) *int8
- func Strndup(s *int8, n uint64) *int8
- func Strnlen(s *int8, n uint64) uint64
- func Strpbrk(s *int8, b *int8) *int8
- func Strrchr(s *int8, c int32) *int8
- func Strsep(str **int8, sep *int8) *int8
- func Strsignal(signum int32) *int8
- func Strspn(s *int8, c *int8) uint64
- func Strstr(h *int8, n *int8) *int8
- func Strtod(s *int8, p **int8) float64
- func Strtof(s *int8, p **int8) float32
- func Strtok(s *int8, sep *int8) *int8
- func Strtok_r(s *int8, sep *int8, p **int8) *int8
- func Strtold(s *int8, p **int8) float64
- func Strtoul(*int8, **int8, int32) uint64
- func Strverscmp(l0 *int8, r0 *int8) int32
- func Sync()
- func Tan(x float64) float64
- func Tanf(x float32) float32
- func Tanh(x float64) float64
- func Tanhf(x float32) float32
- func Tanhl(x float64) float64
- func Tanl(x float64) float64
- func Tempnam(dir *int8, pfx *int8) *int8
- func Tgamma(x float64) float64
- func Tgammaf(x float32) float32
- func Tgammal(x float64) float64
- func Tmpnam(buf *int8) *int8
- func Toascii(c int32) int32
- func Tolower(c int32) int32
- func Toupper(c int32) int32
- func Trunc(x float64) float64
- func Truncf(x float32) float32
- func Truncl(x float64) float64
- func Ungetc(c int32, f *Struct__IO_FILE) int32
- func Unlockpt(fd int32) int32
- func Unsetenv(name *int8) int32
- func Vasprintf(s **int8, fmt *int8, ap []interface{}) int32
- func Vdprintf(fd int32, fmt *int8, ap []interface{}) int32
- func Vfprintf(f *Struct__IO_FILE, fmt *int8, ap []interface{}) int32
- func Vfscanf(*Struct__IO_FILE, *int8, []interface{}) int32
- func Vprintf(fmt *int8, ap []interface{}) int32
- func Vscanf(fmt *int8, ap []interface{}) int32
- func Vsnprintf(s *int8, n uint64, fmt *int8, ap []interface{}) int32
- func Vsprintf(s *int8, fmt *int8, ap []interface{}) int32
- func Vsscanf(s *int8, fmt *int8, ap []interface{}) int32
- func Wctomb(*int8, uint32) int32
- func Write(fd int32, buf unsafe.Pointer, count uint64) int64
- func X_Exit(int32)
- func X__DOUBLE_BITS(__f float64) uint64
- func X__FLOAT_BITS(__f float32) uint32
- func X__builtin_inf() float64
- func X__builtin_inff() float32
- func X__builtin_nan(*int8) float64
- func X__builtin_nanf(*int8) float32
- func X__ctype_get_mb_cur_max() uint64
- func X__errno_location() *int32
- func X__fpclassify(x float64) int32
- func X__fpclassifyf(x float32) int32
- func X__fpclassifyl(x float64) int32
- func X__isgreater(__x float64, __y float64) int32
- func X__isgreaterequal(__x float64, __y float64) int32
- func X__isgreaterequalf(__x float32, __y float32) int32
- func X__isgreaterequall(__x float64, __y float64) int32
- func X__isgreaterf(__x float32, __y float32) int32
- func X__isgreaterl(__x float64, __y float64) int32
- func X__isless(__x float64, __y float64) int32
- func X__islessequal(__x float64, __y float64) int32
- func X__islessequalf(__x float32, __y float32) int32
- func X__islessequall(__x float64, __y float64) int32
- func X__islessf(__x float32, __y float32) int32
- func X__islessgreater(__x float64, __y float64) int32
- func X__islessgreaterf(__x float32, __y float32) int32
- func X__islessgreaterl(__x float64, __y float64) int32
- func X__islessl(__x float64, __y float64) int32
- func X__isspace(_c int32) int32
- func X__lseek(fd int32, offset int64, whence int32) int64
- func X__signbit(x float64) int32
- func X__signbitf(x float32) int32
- func X__signbitl(x float64) int32
- func X_exit(status int32)
- func Y0(x float64) float64
- func Y0f(x float32) float32
- func Y1(x float64) float64
- func Y1f(x float32) float32
- func Yn(n int32, x float64) float64
- func Ynf(n int32, x float32) float32
- type Blkcnt_t
- type Blksize_t
- type Clock_t
- type Clockid_t
- type Cookie_close_function_t
- type Cookie_io_functions_t
- type Cookie_read_function_t
- type Cookie_seek_function_t
- type Cookie_write_function_t
- type DIR
- type Dev_t
- type Div_t
- type Double_t
- type Elf32_Addr
- type Elf32_Chdr
- type Elf32_Conflict
- type Elf32_Dyn
- type Elf32_Ehdr
- type Elf32_Half
- type Elf32_Lib
- type Elf32_Move
- type Elf32_Nhdr
- type Elf32_Off
- type Elf32_Phdr
- type Elf32_RegInfo
- type Elf32_Rel
- type Elf32_Rela
- type Elf32_Section
- type Elf32_Shdr
- type Elf32_Sword
- type Elf32_Sxword
- type Elf32_Sym
- type Elf32_Syminfo
- type Elf32_Verdaux
- type Elf32_Verdef
- type Elf32_Vernaux
- type Elf32_Verneed
- type Elf32_Versym
- type Elf32_Word
- type Elf32_Xword
- type Elf32_auxv_t
- type Elf32_gptab
- type Elf64_Addr
- type Elf64_Chdr
- type Elf64_Dyn
- type Elf64_Ehdr
- type Elf64_Half
- type Elf64_Lib
- type Elf64_Move
- type Elf64_Nhdr
- type Elf64_Off
- type Elf64_Phdr
- type Elf64_Rel
- type Elf64_Rela
- type Elf64_Section
- type Elf64_Shdr
- type Elf64_Sword
- type Elf64_Sxword
- type Elf64_Sym
- type Elf64_Syminfo
- type Elf64_Verdaux
- type Elf64_Verdef
- type Elf64_Vernaux
- type Elf64_Verneed
- type Elf64_Versym
- type Elf64_Word
- type Elf64_Xword
- type Elf64_auxv_t
- type Elf_MIPS_ABIFlags_v0
- type Elf_Options
- type Elf_Options_Hw
- type FILE
- type Float_t
- type Fpos_t
- type Gid_t
- type Id_t
- type Ino_t
- type Int16_t
- type Int32_t
- type Int64_t
- type Int8_t
- type Intmax_t
- type Intptr_t
- type Ldiv_t
- type Lldiv_t
- type Locale_t
- type Max_align_t
- type Mbstate_t
- type Mode_t
- type Nlink_t
- type Off_t
- type Pid_t
- type Pthread_attr_t
- type Pthread_barrier_t
- type Pthread_barrierattr_t
- type Pthread_cond_t
- type Pthread_condattr_t
- type Pthread_key_t
- type Pthread_mutex_t
- type Pthread_mutexattr_t
- type Pthread_once_t
- type Pthread_rwlock_t
- type Pthread_rwlockattr_t
- type Pthread_spinlock_t
- type Pthread_t
- type Ptrdiff_t
- type Sigset_t
- type Size_t
- type Ssize_t
- type Struct__IO_FILE
- func Fdopen(int32, *int8) *Struct__IO_FILE
- func Fmemopen(buf unsafe.Pointer, size uint64, mode *int8) *Struct__IO_FILE
- func Fopen(filename *int8, mode *int8) *Struct__IO_FILE
- func Fopencookie(cookie unsafe.Pointer, mode *int8, iofuncs Struct__IO_cookie_io_functions_t) *Struct__IO_FILE
- func Tmpfile() *Struct__IO_FILE
- type Struct__IO_cookie_io_functions_t
- type Struct___locale_struct
- type Struct___mbstate_t
- type Struct___pthread
- type Struct___sigset_t
- type Struct_iovec
- type Struct_timespec
- type Struct_timeval
- type Struct_winsize
- type Suseconds_t
- type Time_t
- type Timer_t
- type Uid_t
- type Uint16_t
- type Uint32_t
- type Uint64_t
- type Uint8_t
- type Uintmax_t
- type Uintptr_t
- type Union__G_fpos64_t
- type Useconds_t
- type Va_list
- type WT
- type Wchar_t
- type Wctype_t
- type Wint_t
- type X__isoc_va_list
Constants ¶
View Source
const ( P_ALL int32 = int32(0) P_PID int32 = int32(1) P_PGID int32 = int32(2) P_PIDFD int32 = int32(3) )
View Source
const ( Val_GNU_MIPS_ABI_FP_ANY int32 = int32(0) Val_GNU_MIPS_ABI_FP_DOUBLE int32 = int32(1) Val_GNU_MIPS_ABI_FP_SINGLE int32 = int32(2) Val_GNU_MIPS_ABI_FP_SOFT int32 = int32(3) Val_GNU_MIPS_ABI_FP_OLD_64 int32 = int32(4) Val_GNU_MIPS_ABI_FP_XX int32 = int32(5) Val_GNU_MIPS_ABI_FP_64 int32 = int32(6) Val_GNU_MIPS_ABI_FP_64A int32 = int32(7) Val_GNU_MIPS_ABI_FP_MAX int32 = int32(7) )
View Source
const ( BARE int32 = 0 LPRE int32 = 1 LLPRE int32 = 2 HPRE int32 = 3 HHPRE int32 = 4 BIGLPRE int32 = 5 ZTPRE int32 = 6 JPRE int32 = 7 STOP int32 = 8 PTR int32 = 9 INT int32 = 10 UINT int32 = 11 ULLONG int32 = 12 LONG int32 = 13 ULONG int32 = 14 SHORT int32 = 15 USHORT int32 = 16 CHAR int32 = 17 UCHAR int32 = 18 LLONG int32 = 19 SIZET int32 = 20 IMAX int32 = 21 UMAX int32 = 22 PDIFF int32 = 23 UIPTR int32 = 24 DBL int32 = 25 LDBL int32 = 26 NOARG int32 = 27 MAXSTATE int32 = 28 )
Variables ¶
View Source
var X__environ **int8 = nil
Functions ¶
func Clearerr ¶ added in v0.3.11
func Clearerr(f *Struct__IO_FILE)
func Explicit_bzero ¶ added in v0.3.11
func Fclose ¶ added in v0.3.11
func Fclose(f *Struct__IO_FILE) int32
func Feclearexcept ¶ added in v0.3.11
func Fegetround ¶ added in v0.3.11
func Fegetround() int32
func Feof ¶ added in v0.3.11
func Feof(f *Struct__IO_FILE) int32
func Feraiseexcept ¶ added in v0.3.11
func Ferror ¶ added in v0.3.11
func Ferror(f *Struct__IO_FILE) int32
func Fesetround ¶ added in v0.3.11
func Fetestexcept ¶ added in v0.3.11
func Fflush ¶ added in v0.3.11
func Fflush(f *Struct__IO_FILE) int32
func Fgetc ¶ added in v0.3.11
func Fgetc(f *Struct__IO_FILE) int32
func Fgetln ¶ added in v0.3.11
func Fgetln(f *Struct__IO_FILE, plen *uint64) *int8
func Fgetpos ¶ added in v0.3.11
func Fgetpos(f *Struct__IO_FILE, pos *Union__G_fpos64_t) int32
func Fileno ¶ added in v0.3.11
func Fileno(f *Struct__IO_FILE) int32
func Flockfile ¶ added in v0.3.11
func Flockfile(f *Struct__IO_FILE)
func Fprintf ¶ added in v0.2.0
func Fprintf(f *Struct__IO_FILE, fmt *int8, __cgo_args ...interface { }) int32
func Fputc ¶ added in v0.3.11
func Fputc(c int32, f *Struct__IO_FILE) int32
func Fputs ¶ added in v0.3.11
func Fputs(s *int8, f *Struct__IO_FILE) int32
func Fscanf ¶ added in v0.3.11
func Fscanf(f *Struct__IO_FILE, fmt *int8, __cgo_args ...interface { }) int32
func Fsetpos ¶ added in v0.3.11
func Fsetpos(f *Struct__IO_FILE, pos *Union__G_fpos64_t) int32
func Ftell ¶ added in v0.3.11
func Ftell(f *Struct__IO_FILE) int64
func Ftrylockfile ¶ added in v0.3.11
func Ftrylockfile(*Struct__IO_FILE) int32
func Funlockfile ¶ added in v0.3.11
func Funlockfile(f *Struct__IO_FILE)
func Getc ¶ added in v0.3.11
func Getc(f *Struct__IO_FILE) int32
func Getc_unlocked ¶ added in v0.3.11
func Getc_unlocked(f *Struct__IO_FILE) int32
func Getchar_unlocked ¶ added in v0.3.11
func Getchar_unlocked() int32
func Getdelim ¶ added in v0.3.11
func Getdelim(s **int8, n *uint64, delim int32, f *Struct__IO_FILE) int64
func Getw ¶ added in v0.3.11
func Getw(f *Struct__IO_FILE) int32
func Nearbyintf ¶ added in v0.3.11
func Nearbyintl ¶ added in v0.3.11
func Nextafterf ¶ added in v0.3.11
func Nextafterl ¶ added in v0.3.11
func Nexttoward ¶ added in v0.3.11
func Nexttowardf ¶ added in v0.3.11
func Nexttowardl ¶ added in v0.3.11
func Pclose ¶ added in v0.3.11
func Pclose(f *Struct__IO_FILE) int32
func Posix_openpt ¶ added in v0.3.12
func Putc ¶ added in v0.3.11
func Putc(c int32, f *Struct__IO_FILE) int32
func Putc_unlocked ¶ added in v0.3.11
func Putc_unlocked(c int32, f *Struct__IO_FILE) int32
func Putchar_unlocked ¶ added in v0.3.11
func Putw ¶ added in v0.3.11
func Putw(x int32, f *Struct__IO_FILE) int32
func Remainderf ¶ added in v0.3.11
func Remainderl ¶ added in v0.3.11
func Rewind ¶ added in v0.3.11
func Rewind(f *Struct__IO_FILE)
func Secure_getenv ¶ added in v0.3.15
func Setbuf ¶ added in v0.3.11
func Setbuf(f *Struct__IO_FILE, buf *int8)
func Setbuffer ¶ added in v0.3.11
func Setbuffer(f *Struct__IO_FILE, buf *int8, size uint64)
func Setlinebuf ¶ added in v0.3.11
func Setlinebuf(f *Struct__IO_FILE)
func Setvbuf ¶ added in v0.3.11
func Setvbuf(f *Struct__IO_FILE, buf *int8, type_ int32, size uint64) int32
func Significand ¶ added in v0.3.11
func Significandf ¶ added in v0.3.11
func Strcasestr ¶ added in v0.3.11
func Strverscmp ¶ added in v0.3.11
func Ungetc ¶ added in v0.3.11
func Ungetc(c int32, f *Struct__IO_FILE) int32
func Vfprintf ¶
func Vfprintf(f *Struct__IO_FILE, fmt *int8, ap []interface { }) int32
func Vfscanf ¶ added in v0.3.11
func Vfscanf(*Struct__IO_FILE, *int8, []interface { }) int32
func X__DOUBLE_BITS ¶ added in v0.3.11
func X__FLOAT_BITS ¶ added in v0.3.11
func X__builtin_inf ¶ added in v0.3.11
func X__builtin_inf() float64
func X__builtin_inff ¶ added in v0.3.11
func X__builtin_inff() float32
func X__builtin_nan ¶ added in v0.3.11
func X__builtin_nanf ¶ added in v0.3.11
func X__ctype_get_mb_cur_max ¶ added in v0.3.12
func X__ctype_get_mb_cur_max() uint64
func X__errno_location ¶ added in v0.3.15
func X__errno_location() *int32
func X__fpclassify ¶ added in v0.3.11
func X__fpclassifyf ¶ added in v0.3.12
func X__fpclassifyl ¶ added in v0.3.11
func X__isgreater ¶ added in v0.3.12
func X__isgreaterequal ¶ added in v0.3.12
func X__isgreaterequalf ¶ added in v0.3.12
func X__isgreaterequall ¶ added in v0.3.12
func X__isgreaterf ¶ added in v0.3.12
func X__isgreaterl ¶ added in v0.3.12
func X__islessequal ¶ added in v0.3.12
func X__islessequalf ¶ added in v0.3.12
func X__islessequall ¶ added in v0.3.12
func X__islessf ¶ added in v0.3.12
func X__islessgreater ¶ added in v0.3.12
func X__islessgreaterf ¶ added in v0.3.12
func X__islessgreaterl ¶ added in v0.3.12
func X__islessl ¶ added in v0.3.12
func X__isspace ¶ added in v0.3.12
func X__signbit ¶ added in v0.3.11
func X__signbitf ¶ added in v0.3.12
func X__signbitl ¶ added in v0.3.11
Types ¶
type Cookie_close_function_t ¶ added in v0.3.11
type Cookie_io_functions_t ¶ added in v0.3.11
type Cookie_io_functions_t = Struct__IO_cookie_io_functions_t
type Cookie_read_function_t ¶ added in v0.3.11
type Cookie_seek_function_t ¶ added in v0.3.11
type Cookie_write_function_t ¶ added in v0.3.11
type Elf32_Addr ¶ added in v0.3.12
type Elf32_Addr = uint32
type Elf32_Chdr ¶ added in v0.3.12
type Elf32_Chdr = _cgoa_5_getauxval
type Elf32_Conflict ¶ added in v0.3.12
type Elf32_Conflict = uint32
type Elf32_Ehdr ¶ added in v0.3.12
type Elf32_Ehdr = _cgoa_1_getauxval
type Elf32_Half ¶ added in v0.3.12
type Elf32_Half = uint16
type Elf32_Move ¶ added in v0.3.12
type Elf32_Move = _cgoa_35_getauxval
type Elf32_Nhdr ¶ added in v0.3.12
type Elf32_Nhdr = _cgoa_33_getauxval
type Elf32_Phdr ¶ added in v0.3.12
type Elf32_Phdr = _cgoa_15_getauxval
type Elf32_RegInfo ¶ added in v0.3.12
type Elf32_RegInfo = _cgoa_40_getauxval
type Elf32_Rela ¶ added in v0.3.12
type Elf32_Rela = _cgoa_13_getauxval
type Elf32_Section ¶ added in v0.3.12
type Elf32_Section = uint16
type Elf32_Shdr ¶ added in v0.3.12
type Elf32_Shdr = _cgoa_3_getauxval
type Elf32_Sword ¶ added in v0.3.12
type Elf32_Sword = int32
type Elf32_Sxword ¶ added in v0.3.12
type Elf32_Sxword = int64
type Elf32_Syminfo ¶ added in v0.3.12
type Elf32_Syminfo = _cgoa_9_getauxval
type Elf32_Verdaux ¶ added in v0.3.12
type Elf32_Verdaux = _cgoa_23_getauxval
type Elf32_Verdef ¶ added in v0.3.12
type Elf32_Verdef = _cgoa_21_getauxval
type Elf32_Vernaux ¶ added in v0.3.12
type Elf32_Vernaux = _cgoa_27_getauxval
type Elf32_Verneed ¶ added in v0.3.12
type Elf32_Verneed = _cgoa_25_getauxval
type Elf32_Versym ¶ added in v0.3.12
type Elf32_Versym = uint16
type Elf32_Word ¶ added in v0.3.12
type Elf32_Word = uint32
type Elf32_Xword ¶ added in v0.3.12
type Elf32_Xword = uint64
type Elf32_auxv_t ¶ added in v0.3.12
type Elf32_auxv_t = _cgoa_29_getauxval
type Elf32_gptab ¶ added in v0.3.12
type Elf32_gptab = _cgoa_37_getauxval
type Elf64_Addr ¶ added in v0.3.12
type Elf64_Addr = uint64
type Elf64_Chdr ¶ added in v0.3.12
type Elf64_Chdr = _cgoa_6_getauxval
type Elf64_Ehdr ¶ added in v0.3.12
type Elf64_Ehdr = _cgoa_2_getauxval
type Elf64_Half ¶ added in v0.3.12
type Elf64_Half = uint16
type Elf64_Move ¶ added in v0.3.12
type Elf64_Move = _cgoa_36_getauxval
type Elf64_Nhdr ¶ added in v0.3.12
type Elf64_Nhdr = _cgoa_34_getauxval
type Elf64_Phdr ¶ added in v0.3.12
type Elf64_Phdr = _cgoa_16_getauxval
type Elf64_Rela ¶ added in v0.3.12
type Elf64_Rela = _cgoa_14_getauxval
type Elf64_Section ¶ added in v0.3.12
type Elf64_Section = uint16
type Elf64_Shdr ¶ added in v0.3.12
type Elf64_Shdr = _cgoa_4_getauxval
type Elf64_Sword ¶ added in v0.3.12
type Elf64_Sword = int32
type Elf64_Sxword ¶ added in v0.3.12
type Elf64_Sxword = int64
type Elf64_Syminfo ¶ added in v0.3.12
type Elf64_Syminfo = _cgoa_10_getauxval
type Elf64_Verdaux ¶ added in v0.3.12
type Elf64_Verdaux = _cgoa_24_getauxval
type Elf64_Verdef ¶ added in v0.3.12
type Elf64_Verdef = _cgoa_22_getauxval
type Elf64_Vernaux ¶ added in v0.3.12
type Elf64_Vernaux = _cgoa_28_getauxval
type Elf64_Verneed ¶ added in v0.3.12
type Elf64_Verneed = _cgoa_26_getauxval
type Elf64_Versym ¶ added in v0.3.12
type Elf64_Versym = uint16
type Elf64_Word ¶ added in v0.3.12
type Elf64_Word = uint32
type Elf64_Xword ¶ added in v0.3.12
type Elf64_Xword = uint64
type Elf64_auxv_t ¶ added in v0.3.12
type Elf64_auxv_t = _cgoa_31_getauxval
type Elf_MIPS_ABIFlags_v0 ¶ added in v0.3.12
type Elf_MIPS_ABIFlags_v0 = _cgoa_45_getauxval
type Elf_Options ¶ added in v0.3.12
type Elf_Options = _cgoa_41_getauxval
type Elf_Options_Hw ¶ added in v0.3.12
type Elf_Options_Hw = _cgoa_42_getauxval
type FILE ¶
type FILE = Struct__IO_FILE
type Fpos_t ¶ added in v0.3.11
type Fpos_t = Union__G_fpos64_t
type Locale_t ¶ added in v0.3.0
type Locale_t = *Struct___locale_struct
type Max_align_t ¶ added in v0.3.0
type Max_align_t = _cgoa_1_getopt_long
type Mbstate_t ¶ added in v0.3.0
type Mbstate_t = Struct___mbstate_t
type Pthread_attr_t ¶ added in v0.3.0
type Pthread_attr_t = _cgoa_5__exit
type Pthread_barrier_t ¶ added in v0.3.0
type Pthread_barrier_t = _cgoa_13__exit
type Pthread_barrierattr_t ¶ added in v0.3.0
type Pthread_barrierattr_t = _cgoa_3__exit
type Pthread_cond_t ¶ added in v0.3.0
type Pthread_cond_t = _cgoa_9__exit
type Pthread_condattr_t ¶ added in v0.3.0
type Pthread_condattr_t = _cgoa_2__exit
type Pthread_key_t ¶ added in v0.3.0
type Pthread_key_t = uint32
type Pthread_mutex_t ¶ added in v0.3.0
type Pthread_mutex_t = _cgoa_7__exit
type Pthread_mutexattr_t ¶ added in v0.3.0
type Pthread_mutexattr_t = _cgoa_1__exit
type Pthread_once_t ¶ added in v0.3.0
type Pthread_once_t = int32
type Pthread_rwlock_t ¶ added in v0.3.0
type Pthread_rwlock_t = _cgoa_11__exit
type Pthread_rwlockattr_t ¶ added in v0.3.0
type Pthread_rwlockattr_t = _cgoa_4__exit
type Pthread_spinlock_t ¶ added in v0.3.0
type Pthread_spinlock_t = int32
type Pthread_t ¶ added in v0.3.0
type Pthread_t = *Struct___pthread
type Sigset_t ¶ added in v0.3.0
type Sigset_t = Struct___sigset_t
type Struct__IO_FILE ¶ added in v0.3.12
type Struct__IO_FILE struct { Flags uint32 Rpos *uint8 Rend *uint8 Close func(*Struct__IO_FILE) int32 Wend *uint8 Wpos *uint8 Mustbezero_1 *uint8 Wbase *uint8 Read func(*Struct__IO_FILE, *uint8, uint64) uint64 Write func(*Struct__IO_FILE, *uint8, uint64) uint64 Seek func(*Struct__IO_FILE, int64, int32) int64 Buf *uint8 Buf_size uint64 Prev *Struct__IO_FILE Next *Struct__IO_FILE Fd int32 Pipe_pid int32 Lockcount int64 Mode int32 Lock int32 Lbf int32 Cookie unsafe.Pointer Off int64 Getln_buf *int8 Mustbezero_2 unsafe.Pointer Shend *uint8 Shlim int64 Shcnt int64 Prev_locked *Struct__IO_FILE Next_locked *Struct__IO_FILE Locale *Struct___locale_struct }
var Stderr *Struct__IO_FILE = &__stderr_FILE
var Stdin *Struct__IO_FILE = &__stdin_FILE
var Stdout *Struct__IO_FILE = &__stdout_FILE
func Fdopen ¶ added in v0.3.12
func Fdopen(int32, *int8) *Struct__IO_FILE
func Fmemopen ¶ added in v0.3.11
func Fmemopen(buf unsafe.Pointer, size uint64, mode *int8) *Struct__IO_FILE
func Fopen ¶ added in v0.3.11
func Fopen(filename *int8, mode *int8) *Struct__IO_FILE
func Fopencookie ¶ added in v0.3.11
func Fopencookie(cookie unsafe.Pointer, mode *int8, iofuncs Struct__IO_cookie_io_functions_t) *Struct__IO_FILE
func Tmpfile ¶ added in v0.3.11
func Tmpfile() *Struct__IO_FILE
type Struct__IO_cookie_io_functions_t ¶ added in v0.3.12
type Struct__IO_cookie_io_functions_t struct {}
type Struct___locale_struct ¶ added in v0.3.12
type Struct___locale_struct struct {
Cat [6]*struct___locale_map
}
type Struct___mbstate_t ¶ added in v0.3.12
type Struct___pthread ¶ added in v0.3.12
type Struct___pthread struct { Tid int32 Errno_val int32 Sys_r1 int64 Locale *Struct___locale_struct }
type Struct___sigset_t ¶ added in v0.3.12
type Struct___sigset_t struct {
X__bits [16]uint64
}
type Struct_iovec ¶ added in v0.3.12
type Struct_timespec ¶ added in v0.3.12
type Struct_timeval ¶ added in v0.3.12
type Struct_winsize ¶ added in v0.3.12
type Suseconds_t ¶ added in v0.3.12
type Suseconds_t = int64
type Union__G_fpos64_t ¶ added in v0.3.12
type Union__G_fpos64_t struct {
X__opaque [16]int8
}
type Useconds_t ¶ added in v0.3.0
type Useconds_t = uint32
type X__isoc_va_list ¶ added in v0.3.12
type X__isoc_va_list = []interface { }
Source Files
¶
- a64l.c.i.go
- access.c.i.go
- acct.c.i.go
- acos.c.i.go
- acosf.c.i.go
- acosh.c.i.go
- acoshf.c.i.go
- acoshl.c.i.go
- acosl.c.i.go
- alarm.c.i.go
- asin.c.i.go
- asinf.c.i.go
- asinh.c.i.go
- asinhf.c.i.go
- asinhl.c.i.go
- asinl.c.i.go
- asprintf.c.i.go
- atan.c.i.go
- atan2.c.i.go
- atan2f.c.i.go
- atan2l.c.i.go
- atanf.c.i.go
- atanh.c.i.go
- atanhf.c.i.go
- atanhl.c.i.go
- atanl.c.i.go
- basename.c.i.go
- bcmp.c.i.go
- bcopy.c.i.go
- bzero.c.i.go
- c2go.c.i.go
- c2go_autogen.go
- c2go_header.i.go
- c_locale.c.i.go
- cbrt.c.i.go
- cbrtf.c.i.go
- cbrtl.c.i.go
- ceil.c.i.go
- ceilf.c.i.go
- ceill.c.i.go
- chdir.c.i.go
- chown.c.i.go
- clearenv.c.i.go
- clearerr.c.i.go
- close.c.i.go
- copysign.c.i.go
- copysignf.c.i.go
- copysignl.c.i.go
- cos.c.i.go
- cosf.c.i.go
- cosh.c.i.go
- coshf.c.i.go
- coshl.c.i.go
- cosl.c.i.go
- crypt.c.i.go
- crypt_des.c.i.go
- crypt_md5.c.i.go
- crypt_r.c.i.go
- crypt_sha256.c.i.go
- crypt_sha512.c.i.go
- ctermid.c.i.go
- dirname.c.i.go
- dprintf.c.i.go
- drand48.c.i.go
- dup.c.i.go
- dup2.c.i.go
- encrypt.c.i.go
- erf.c.i.go
- erff.c.i.go
- erfl.c.i.go
- exp.c.i.go
- exp10.c.i.go
- exp10f.c.i.go
- exp10l.c.i.go
- exp2.c.i.go
- exp2f.c.i.go
- exp2f_data.c.i.go
- exp2l.c.i.go
- exp_data.c.i.go
- expf.c.i.go
- expl.c.i.go
- explicit_bzero.c.i.go
- expm1.c.i.go
- expm1f.c.i.go
- expm1l.c.i.go
- ext.c.i.go
- ext2.c.i.go
- fabs.c.i.go
- fabsf.c.i.go
- fabsl.c.i.go
- fchdir.c.i.go
- fchown.c.i.go
- fchownat.c.i.go
- fclose.c.i.go
- fdatasync.c.i.go
- fdim.c.i.go
- fdimf.c.i.go
- fdiml.c.i.go
- fenv.c.i.go
- feof.c.i.go
- ferror.c.i.go
- fesetround.c.i.go
- fflush.c.i.go
- ffs.c.i.go
- ffsl.c.i.go
- ffsll.c.i.go
- fgetc.c.i.go
- fgetln.c.i.go
- fgetpos.c.i.go
- fgets.c.i.go
- fgetwc.c.i.go
- fgetws.c.i.go
- fileno.c.i.go
- finite.c.i.go
- finitef.c.i.go
- floatscan.c.i.go
- flockfile.c.i.go
- floor.c.i.go
- floorf.c.i.go
- floorl.c.i.go
- fma.c.i.go
- fmaf.c.i.go
- fmal.c.i.go
- fmax.c.i.go
- fmaxf.c.i.go
- fmaxl.c.i.go
- fmemopen.c.i.go
- fmin.c.i.go
- fminf.c.i.go
- fminl.c.i.go
- fmod.c.i.go
- fmodf.c.i.go
- fmodl.c.i.go
- fmtmsg.c.i.go
- fopen.c.i.go
- fopencookie.c.i.go
- forkpty.c.i.go
- fprintf.c.i.go
- fputc.c.i.go
- fputs.c.i.go
- fputwc.c.i.go
- fputws.c.i.go
- fread.c.i.go
- frexp.c.i.go
- frexpf.c.i.go
- frexpl.c.i.go
- fscanf.c.i.go
- fseek.c.i.go
- fsetpos.c.i.go
- fsync.c.i.go
- ftell.c.i.go
- funlockfile.c.i.go
- fwide.c.i.go
- fwprintf.c.i.go
- fwrite.c.i.go
- fwscanf.c.i.go
- get_current_dir_name.c.i.go
- getauxval.c.i.go
- getc.c.i.go
- getc_unlocked.c.i.go
- getchar.c.i.go
- getchar_unlocked.c.i.go
- getdelim.c.i.go
- getegid.c.i.go
- getentropy.c.i.go
- getenv.c.i.go
- geteuid.c.i.go
- getgid.c.i.go
- getgroups.c.i.go
- gethostid.c.i.go
- gethostname.c.i.go
- getline.c.i.go
- getlogin.c.i.go
- getlogin_r.c.i.go
- getopt.c.i.go
- getopt_long.c.i.go
- getpgid.c.i.go
- getpgrp.c.i.go
- getpid.c.i.go
- getppid.c.i.go
- getpriority.c.i.go
- getrusage.c.i.go
- gets.c.i.go
- getsid.c.i.go
- getsubopt.c.i.go
- getuid.c.i.go
- getw.c.i.go
- getwc.c.i.go
- getwchar.c.i.go
- hypot.c.i.go
- hypotf.c.i.go
- hypotl.c.i.go
- ilogb.c.i.go
- ilogbf.c.i.go
- ilogbl.c.i.go
- index.c.i.go
- initgroups.c.i.go
- isalnum.c.i.go
- isalpha.c.i.go
- isascii.c.i.go
- isatty.c.i.go
- isblank.c.i.go
- iscntrl.c.i.go
- isdigit.c.i.go
- isgraph.c.i.go
- islower.c.i.go
- isprint.c.i.go
- ispunct.c.i.go
- issetugid.c.i.go
- isspace.c.i.go
- isupper.c.i.go
- iswalnum.c.i.go
- iswalpha.c.i.go
- iswblank.c.i.go
- iswcntrl.c.i.go
- iswctype.c.i.go
- iswdigit.c.i.go
- iswgraph.c.i.go
- iswlower.c.i.go
- iswprint.c.i.go
- iswpunct.c.i.go
- iswspace.c.i.go
- iswupper.c.i.go
- iswxdigit.c.i.go
- isxdigit.c.i.go
- j0.c.i.go
- j0f.c.i.go
- j1.c.i.go
- j1f.c.i.go
- jn.c.i.go
- jnf.c.i.go
- lchown.c.i.go
- lcong48.c.i.go
- ldexp.c.i.go
- ldexpf.c.i.go
- ldexpl.c.i.go
- lgamma.c.i.go
- lgamma_r.c.i.go
- lgammaf.c.i.go
- lgammaf_r.c.i.go
- lgammal.c.i.go
- libc.c.i.go
- link.c.i.go
- linkat.c.i.go
- llrint.c.i.go
- llrintf.c.i.go
- llrintl.c.i.go
- llround.c.i.go
- llroundf.c.i.go
- llroundl.c.i.go
- locale_map.c.i.go
- lockf.c.i.go
- log.c.i.go
- log10.c.i.go
- log10f.c.i.go
- log10l.c.i.go
- log1p.c.i.go
- log1pf.c.i.go
- log1pl.c.i.go
- log2.c.i.go
- log2_data.c.i.go
- log2f.c.i.go
- log2f_data.c.i.go
- log2l.c.i.go
- log_data.c.i.go
- logb.c.i.go
- logbf.c.i.go
- logbl.c.i.go
- logf.c.i.go
- logf_data.c.i.go
- login_tty.c.i.go
- logl.c.i.go
- lrand48.c.i.go
- lrint.c.i.go
- lrintf.c.i.go
- lrintl.c.i.go
- lround.c.i.go
- lroundf.c.i.go
- lroundl.c.i.go
- lseek.c.i.go
- memccpy.c.i.go
- memchr.c.i.go
- memcmp.c.i.go
- memcpy.c.i.go
- memmem.c.i.go
- memmove.c.i.go
- mempcpy.c.i.go
- memrchr.c.i.go
- memset.c.i.go
- mmap.c.i.go
- mntent.c.i.go
- modf.c.i.go
- modff.c.i.go
- modfl.c.i.go
- mrand48.c.i.go
- munmap.c.i.go
- nan.c.i.go
- nanf.c.i.go
- nanl.c.i.go
- nearbyint.c.i.go
- nearbyintf.c.i.go
- nearbyintl.c.i.go
- nextafter.c.i.go
- nextafterf.c.i.go
- nextafterl.c.i.go
- nexttoward.c.i.go
- nexttowardf.c.i.go
- nexttowardl.c.i.go
- nftw.c.i.go
- nice.c.i.go
- ofl.c.i.go
- ofl_add.c.i.go
- openpty.c.i.go
- pclose.c.i.go
- perror.c.i.go
- pipe.c.i.go
- posix_close.c.i.go
- pow.c.i.go
- pow_data.c.i.go
- powf.c.i.go
- powf_data.c.i.go
- powl.c.i.go
- preadv.c.i.go
- printf.c.i.go
- ptsname.c.i.go
- pty.c.i.go
- putc.c.i.go
- putc_unlocked.c.i.go
- putchar.c.i.go
- putchar_unlocked.c.i.go
- putenv.c.i.go
- putw.c.i.go
- putwc.c.i.go
- putwchar.c.i.go
- pwritev.c.i.go
- qsort.c.i.go
- rand.c.i.go
- rand_r.c.i.go
- random.c.i.go
- read.c.i.go
- readlink.c.i.go
- readlinkat.c.i.go
- readv.c.i.go
- remainder.c.i.go
- remainderf.c.i.go
- remainderl.c.i.go
- remove.c.i.go
- remquo.c.i.go
- remquof.c.i.go
- remquol.c.i.go
- rename.c.i.go
- renameat.c.i.go
- rewind.c.i.go
- rindex.c.i.go
- rint.c.i.go
- rintf.c.i.go
- rintl.c.i.go
- rmdir.c.i.go
- round.c.i.go
- roundf.c.i.go
- roundl.c.i.go
- scalb.c.i.go
- scalbf.c.i.go
- scalbln.c.i.go
- scalblnf.c.i.go
- scalblnl.c.i.go
- scalbn.c.i.go
- scalbnf.c.i.go
- scalbnl.c.i.go
- scanf.c.i.go
- secure_getenv.c.i.go
- seed48.c.i.go
- setbuf.c.i.go
- setbuffer.c.i.go
- setenv.c.i.go
- setgid.c.i.go
- setlinebuf.c.i.go
- setpgid.c.i.go
- setpriority.c.i.go
- setreuid.c.i.go
- setsid.c.i.go
- setuid.c.i.go
- setvbuf.c.i.go
- setxid.c.i.go
- shgetc.c.i.go
- signgam.c.i.go
- significand.c.i.go
- significandf.c.i.go
- sin.c.i.go
- sincos.c.i.go
- sincosf.c.i.go
- sincosl.c.i.go
- sinf.c.i.go
- sinh.c.i.go
- sinhf.c.i.go
- sinhl.c.i.go
- sinl.c.i.go
- snprintf.c.i.go
- sprintf.c.i.go
- sqrt.c.i.go
- sqrt_data.c.i.go
- sqrtf.c.i.go
- sqrtl.c.i.go
- srand48.c.i.go
- sscanf.c.i.go
- stderr.c.i.go
- stdin.c.i.go
- stdout.c.i.go
- stpcpy.c.i.go
- stpncpy.c.i.go
- strcasecmp.c.i.go
- strcasestr.c.i.go
- strcat.c.i.go
- strchr.c.i.go
- strchrnul.c.i.go
- strcmp.c.i.go
- strcpy.c.i.go
- strcspn.c.i.go
- strdup.c.i.go
- strerror.c.i.go
- strerror_r.c.i.go
- strlcat.c.i.go
- strlcpy.c.i.go
- strlen.c.i.go
- strncasecmp.c.i.go
- strncat.c.i.go
- strncmp.c.i.go
- strncpy.c.i.go
- strndup.c.i.go
- strnlen.c.i.go
- strpbrk.c.i.go
- strrchr.c.i.go
- strsep.c.i.go
- strsignal.c.i.go
- strspn.c.i.go
- strstr.c.i.go
- strtod.c.i.go
- strtok.c.i.go
- strtok_r.c.i.go
- strverscmp.c.i.go
- swab.c.i.go
- swprintf.c.i.go
- swscanf.c.i.go
- symlink.c.i.go
- symlinkat.c.i.go
- sync.c.i.go
- tan.c.i.go
- tanf.c.i.go
- tanh.c.i.go
- tanhf.c.i.go
- tanhl.c.i.go
- tanl.c.i.go
- tcgetpgrp.c.i.go
- tcsetpgrp.c.i.go
- tempnam.c.i.go
- tgamma.c.i.go
- tgammaf.c.i.go
- tgammal.c.i.go
- tmpfile.c.i.go
- tmpnam.c.i.go
- toascii.c.i.go
- tolower.c.i.go
- toupper.c.i.go
- towctrans.c.i.go
- trunc.c.i.go
- truncf.c.i.go
- truncl.c.i.go
- ualarm.c.i.go
- ungetc.c.i.go
- ungetwc.c.i.go
- unlink.c.i.go
- unlinkat.c.i.go
- unsetenv.c.i.go
- vasprintf.c.i.go
- vdprintf.c.i.go
- vfprintf.c.i.go
- vprintf.c.i.go
- vscanf.c.i.go
- vsnprintf.c.i.go
- vsprintf.c.i.go
- vsscanf.c.i.go
- vswprintf.c.i.go
- vswscanf.c.i.go
- vwprintf.c.i.go
- vwscanf.c.i.go
- wcpcpy.c.i.go
- wcpncpy.c.i.go
- wcscasecmp.c.i.go
- wcscasecmp_l.c.i.go
- wcscat.c.i.go
- wcschr.c.i.go
- wcscmp.c.i.go
- wcscpy.c.i.go
- wcscspn.c.i.go
- wcsdup.c.i.go
- wcslen.c.i.go
- wcsncasecmp.c.i.go
- wcsncasecmp_l.c.i.go
- wcsncat.c.i.go
- wcsncmp.c.i.go
- wcsncpy.c.i.go
- wcsnlen.c.i.go
- wcspbrk.c.i.go
- wcsrchr.c.i.go
- wcsspn.c.i.go
- wcsstr.c.i.go
- wcstok.c.i.go
- wcswcs.c.i.go
- wcswidth.c.i.go
- wctrans.c.i.go
- wcwidth.c.i.go
- wmemchr.c.i.go
- wmemcmp.c.i.go
- wmemcpy.c.i.go
- wmemmove.c.i.go
- wmemset.c.i.go
- wordexp.c.i.go
- wprintf.c.i.go
- write.c.i.go
- writev.c.i.go
- wscanf.c.i.go
- x2g__cos.c.i.go
- x2g__cosdf.c.i.go
- x2g__ctype_b_loc.c.i.go
- x2g__ctype_get_mb_cur_max.c.i.go
- x2g__ctype_tolower_loc.c.i.go
- x2g__ctype_toupper_loc.c.i.go
- x2g__environ.c.i.go
- x2g__errno_location.c.i.go
- x2g__expo2.c.i.go
- x2g__expo2f.c.i.go
- x2g__fclose_ca.c.i.go
- x2g__fdopen.c.i.go
- x2g__fmodeflags.c.i.go
- x2g__fopen_rb_ca.c.i.go
- x2g__fpclassify.c.i.go
- x2g__fpclassifyf.c.i.go
- x2g__fpclassifyl.c.i.go
- x2g__lctrans.c.i.go
- x2g__lock.c.i.go
- x2g__lockfile.c.i.go
- x2g__map_file.c.i.go
- x2g__math_divzero.c.i.go
- x2g__math_divzerof.c.i.go
- x2g__math_invalid.c.i.go
- x2g__math_invalidf.c.i.go
- x2g__math_oflow.c.i.go
- x2g__math_oflowf.c.i.go
- x2g__math_uflow.c.i.go
- x2g__math_uflowf.c.i.go
- x2g__math_xflow.c.i.go
- x2g__math_xflowf.c.i.go
- x2g__mo_lookup.c.i.go
- x2g__overflow.c.i.go
- x2g__rand48_step.c.i.go
- x2g__rem_pio2.c.i.go
- x2g__rem_pio2_large.c.i.go
- x2g__rem_pio2f.c.i.go
- x2g__seed48.c.i.go
- x2g__signbit.c.i.go
- x2g__signbitf.c.i.go
- x2g__signbitl.c.i.go
- x2g__sin.c.i.go
- x2g__sindf.c.i.go
- x2g__stdio_close.c.i.go
- x2g__stdio_exit.c.i.go
- x2g__stdio_read.c.i.go
- x2g__stdio_seek.c.i.go
- x2g__stdio_write.c.i.go
- x2g__stdout_write.c.i.go
- x2g__tan.c.i.go
- x2g__tandf.c.i.go
- x2g__toread.c.i.go
- x2g__towrite.c.i.go
- x2g__uflow.c.i.go
- x2g_exit.c.i.go
- z_allocator.go
- z_atomic.go
- z_exit.go
- z_math.go
- z_pthread.go
- z_syscall_unix.go
- z_unistd_unix.go
- z_utils.go
Click to show internal directories.
Click to hide internal directories.