Octopus
openblas_version.c File Reference

Go to the source code of this file.

Classes

struct  __mbstate_t
 
struct  _G_fpos_t
 
struct  _G_fpos64_t
 
struct  _IO_FILE
 

Typedefs

typedef long unsigned int size_t
 
typedef struct __locale_struct * __locale_t
 
typedef __locale_t locale_t
 
typedef long int __clock_t
 
typedef unsigned long int __rlim_t
 
typedef unsigned long int __rlim64_t
 
typedef unsigned int __id_t
 
typedef long int __time_t
 
typedef unsigned int __useconds_t
 
typedef long int __suseconds_t
 
typedef long int __suseconds64_t
 
typedef int __daddr_t
 
typedef int __key_t
 
typedef int __clockid_t
 
typedef void * __timer_t
 
typedef long int __blksize_t
 
typedef long int __blkcnt_t
 
typedef long int __blkcnt64_t
 
typedef unsigned long int __fsblkcnt_t
 
typedef unsigned long int __fsblkcnt64_t
 
typedef unsigned long int __fsfilcnt_t
 
typedef unsigned long int __fsfilcnt64_t
 
typedef long int __fsword_t
 
typedef long int __ssize_t
 
typedef long int __syscall_slong_t
 
typedef unsigned long int __syscall_ulong_t
 
typedef __off64_t __loff_t
 
typedef char * __caddr_t
 
typedef long int __intptr_t
 
typedef unsigned int __socklen_t
 
typedef int __sig_atomic_t
 
typedef struct _G_fpos_t __fpos_t
 
typedef struct _G_fpos64_t __fpos64_t
 
typedef struct _IO_FILE __FILE
 
typedef struct _IO_FILE FILE
 
typedef void _IO_lock_t
 
typedef __gnuc_va_list va_list
 
typedef __off_t off_t
 
typedef __ssize_t ssize_t
 
typedef __fpos_t fpos_t
 

Functions

void * memcpy (void *__restrict __dest, const void *__restrict __src, size_t __n) __attribute__((__nothrow__
 
void __leaf__ __attribute__ ((__nonnull__(1, 2)))
 
void * memmove (void *__dest, const void *__src, size_t __n) __attribute__((__nothrow__
 
void * memccpy (void *__restrict __dest, const void *__restrict __src, int __c, size_t __n) __attribute__((__nothrow__
 
int strcoll_l (const char *__s1, const char *__s2, locale_t __l) __attribute__((__nothrow__
 
int __leaf__ __attribute__ ((__pure__))
 
int remove (const char *__filename) __attribute__((__nothrow__
 
int rename (const char *__old, const char *__new) __attribute__((__nothrow__
 
int renameat (int __oldfd, const char *__old, int __newfd, const char *__new) __attribute__((__nothrow__
 
int fclose (FILE *__stream)
 
FILEtmpfile (void)
 

Variables

 __fsid_t
 
FILEstdin
 
FILEstdout
 
FILEstderr
 
int __leaf__
 

Typedef Documentation

◆ size_t

typedef long unsigned int size_t

Definition at line 49 of file openblas_version.c.

◆ __locale_t

typedef struct __locale_struct* __locale_t

Definition at line 131 of file openblas_version.c.

◆ locale_t

Definition at line 134 of file openblas_version.c.

◆ __clock_t

typedef long int __clock_t

Definition at line 414 of file openblas_version.c.

◆ __rlim_t

typedef unsigned long int __rlim_t

Definition at line 415 of file openblas_version.c.

◆ __rlim64_t

typedef unsigned long int __rlim64_t

Definition at line 416 of file openblas_version.c.

◆ __id_t

typedef unsigned int __id_t

Definition at line 417 of file openblas_version.c.

◆ __time_t

typedef long int __time_t

Definition at line 418 of file openblas_version.c.

◆ __useconds_t

typedef unsigned int __useconds_t

Definition at line 419 of file openblas_version.c.

◆ __suseconds_t

typedef long int __suseconds_t

Definition at line 420 of file openblas_version.c.

◆ __suseconds64_t

typedef long int __suseconds64_t

Definition at line 421 of file openblas_version.c.

◆ __daddr_t

typedef int __daddr_t

Definition at line 423 of file openblas_version.c.

◆ __key_t

typedef int __key_t

Definition at line 424 of file openblas_version.c.

◆ __clockid_t

typedef int __clockid_t

Definition at line 427 of file openblas_version.c.

◆ __timer_t

typedef void* __timer_t

Definition at line 430 of file openblas_version.c.

◆ __blksize_t

typedef long int __blksize_t

Definition at line 433 of file openblas_version.c.

◆ __blkcnt_t

typedef long int __blkcnt_t

Definition at line 438 of file openblas_version.c.

◆ __blkcnt64_t

typedef long int __blkcnt64_t

Definition at line 439 of file openblas_version.c.

◆ __fsblkcnt_t

typedef unsigned long int __fsblkcnt_t

Definition at line 442 of file openblas_version.c.

◆ __fsblkcnt64_t

typedef unsigned long int __fsblkcnt64_t

Definition at line 443 of file openblas_version.c.

◆ __fsfilcnt_t

typedef unsigned long int __fsfilcnt_t

Definition at line 446 of file openblas_version.c.

◆ __fsfilcnt64_t

typedef unsigned long int __fsfilcnt64_t

Definition at line 447 of file openblas_version.c.

◆ __fsword_t

typedef long int __fsword_t

Definition at line 450 of file openblas_version.c.

◆ __ssize_t

typedef long int __ssize_t

Definition at line 452 of file openblas_version.c.

◆ __syscall_slong_t

typedef long int __syscall_slong_t

Definition at line 455 of file openblas_version.c.

◆ __syscall_ulong_t

typedef unsigned long int __syscall_ulong_t

Definition at line 457 of file openblas_version.c.

◆ __loff_t

Definition at line 461 of file openblas_version.c.

◆ __caddr_t

typedef char* __caddr_t

Definition at line 462 of file openblas_version.c.

◆ __intptr_t

typedef long int __intptr_t

Definition at line 465 of file openblas_version.c.

◆ __socklen_t

typedef unsigned int __socklen_t

Definition at line 468 of file openblas_version.c.

◆ __sig_atomic_t

typedef int __sig_atomic_t

Definition at line 473 of file openblas_version.c.

◆ __fpos_t

typedef struct _G_fpos_t __fpos_t

◆ __fpos64_t

typedef struct _G_fpos64_t __fpos64_t

◆ __FILE

typedef struct _IO_FILE __FILE

Definition at line 515 of file openblas_version.c.

◆ FILE

typedef struct _IO_FILE FILE

Definition at line 524 of file openblas_version.c.

◆ _IO_lock_t

typedef void _IO_lock_t

Definition at line 536 of file openblas_version.c.

◆ va_list

Definition at line 595 of file openblas_version.c.

◆ off_t

typedef __off_t off_t

Definition at line 597 of file openblas_version.c.

◆ ssize_t

typedef __ssize_t ssize_t

Definition at line 599 of file openblas_version.c.

◆ fpos_t

typedef __fpos_t fpos_t

Definition at line 606 of file openblas_version.c.

Function Documentation

◆ memcpy()

void * memcpy ( void *__restrict  __dest,
const void *__restrict  __src,
size_t  __n 
)

◆ __attribute__() [1/2]

void __leaf__ __attribute__ ( (__nonnull__(1, 2))  )

Definition at line 65 of file openblas_version.c.

◆ memmove()

void * memmove ( void *  __dest,
const void *  __src,
size_t  __n 
)

◆ memccpy()

void * memccpy ( void *__restrict  __dest,
const void *__restrict  __src,
int  __c,
size_t  __n 
)

◆ strcoll_l()

int strcoll_l ( const char *  __s1,
const char *  __s2,
locale_t  __l 
)

◆ __attribute__() [2/2]

int __leaf__ __attribute__ ( (__pure__)  )

Definition at line 139 of file openblas_version.c.

◆ remove()

int remove ( const char *  __filename)

◆ rename()

int rename ( const char *  __old,
const char *  __new 
)

◆ renameat()

int renameat ( int  __oldfd,
const char *  __old,
int  __newfd,
const char *  __new 
)

◆ fclose()

int fclose ( FILE __stream)

◆ tmpfile()

FILE * tmpfile ( void  )

Definition at line 631 of file openblas_version.c.

Variable Documentation

◆ __fsid_t

Definition at line 413 of file openblas_version.c.

◆ stdin

FILE* stdin
extern

◆ stdout

FILE* stdout
extern

◆ stderr

FILE* stderr
extern

◆ __leaf__

int __leaf__

Definition at line 620 of file openblas_version.c.