From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/funcs/bsd43/fn.accept.html | 101 +++++ libc/funcs/bsd43/fn.bind.html | 101 +++++ libc/funcs/bsd43/fn.connect.html | 101 +++++ libc/funcs/bsd43/fn.freeifaddrs.html | 101 +++++ libc/funcs/bsd43/fn.getifaddrs.html | 101 +++++ libc/funcs/bsd43/fn.getpeername.html | 101 +++++ libc/funcs/bsd43/fn.getsockname.html | 101 +++++ libc/funcs/bsd43/fn.listen.html | 101 +++++ libc/funcs/bsd43/fn.recv.html | 101 +++++ libc/funcs/bsd43/fn.recvfrom.html | 101 +++++ libc/funcs/bsd43/fn.send.html | 101 +++++ libc/funcs/bsd43/fn.sendto.html | 101 +++++ libc/funcs/bsd43/fn.setsockopt.html | 101 +++++ libc/funcs/bsd43/fn.shutdown.html | 101 +++++ libc/funcs/bsd43/fn.socket.html | 101 +++++ libc/funcs/bsd43/index.html | 222 +++++++++ libc/funcs/bsd43/sidebar-items.js | 1 + libc/funcs/bsd44/fn.getdtablesize.html | 101 +++++ libc/funcs/bsd44/fn.ioctl.html | 101 +++++ libc/funcs/bsd44/fn.madvise.html | 101 +++++ libc/funcs/bsd44/fn.mincore.html | 101 +++++ libc/funcs/bsd44/index.html | 134 ++++++ libc/funcs/bsd44/sidebar-items.js | 1 + libc/funcs/c95/ctype/fn.isalnum.html | 101 +++++ libc/funcs/c95/ctype/fn.isalpha.html | 101 +++++ libc/funcs/c95/ctype/fn.iscntrl.html | 101 +++++ libc/funcs/c95/ctype/fn.isdigit.html | 101 +++++ libc/funcs/c95/ctype/fn.isgraph.html | 101 +++++ libc/funcs/c95/ctype/fn.islower.html | 101 +++++ libc/funcs/c95/ctype/fn.isprint.html | 101 +++++ libc/funcs/c95/ctype/fn.ispunct.html | 101 +++++ libc/funcs/c95/ctype/fn.isspace.html | 101 +++++ libc/funcs/c95/ctype/fn.isupper.html | 101 +++++ libc/funcs/c95/ctype/fn.isxdigit.html | 101 +++++ libc/funcs/c95/ctype/fn.tolower.html | 101 +++++ libc/funcs/c95/ctype/fn.toupper.html | 101 +++++ libc/funcs/c95/ctype/index.html | 206 +++++++++ libc/funcs/c95/ctype/sidebar-items.js | 1 + libc/funcs/c95/index.html | 134 ++++++ libc/funcs/c95/sidebar-items.js | 1 + libc/funcs/c95/stdio/fn.fclose.html | 101 +++++ libc/funcs/c95/stdio/fn.feof.html | 101 +++++ libc/funcs/c95/stdio/fn.ferror.html | 101 +++++ libc/funcs/c95/stdio/fn.fflush.html | 101 +++++ libc/funcs/c95/stdio/fn.fgetc.html | 101 +++++ libc/funcs/c95/stdio/fn.fgetpos.html | 101 +++++ libc/funcs/c95/stdio/fn.fgets.html | 101 +++++ libc/funcs/c95/stdio/fn.fopen.html | 101 +++++ libc/funcs/c95/stdio/fn.fputc.html | 101 +++++ libc/funcs/c95/stdio/fn.fputs.html | 101 +++++ libc/funcs/c95/stdio/fn.fread.html | 101 +++++ libc/funcs/c95/stdio/fn.freopen.html | 101 +++++ libc/funcs/c95/stdio/fn.fseek.html | 101 +++++ libc/funcs/c95/stdio/fn.fsetpos.html | 101 +++++ libc/funcs/c95/stdio/fn.ftell.html | 101 +++++ libc/funcs/c95/stdio/fn.fwrite.html | 101 +++++ libc/funcs/c95/stdio/fn.perror.html | 101 +++++ libc/funcs/c95/stdio/fn.puts.html | 101 +++++ libc/funcs/c95/stdio/fn.remove.html | 101 +++++ libc/funcs/c95/stdio/fn.rename.html | 101 +++++ libc/funcs/c95/stdio/fn.rewind.html | 101 +++++ libc/funcs/c95/stdio/fn.setbuf.html | 101 +++++ libc/funcs/c95/stdio/fn.setvbuf.html | 101 +++++ libc/funcs/c95/stdio/fn.tmpfile.html | 101 +++++ libc/funcs/c95/stdio/fn.ungetc.html | 101 +++++ libc/funcs/c95/stdio/index.html | 302 +++++++++++++ libc/funcs/c95/stdio/sidebar-items.js | 1 + libc/funcs/c95/stdlib/fn._exit.html | 101 +++++ libc/funcs/c95/stdlib/fn.abs.html | 101 +++++ libc/funcs/c95/stdlib/fn.atexit.html | 101 +++++ libc/funcs/c95/stdlib/fn.atof.html | 101 +++++ libc/funcs/c95/stdlib/fn.atoi.html | 101 +++++ libc/funcs/c95/stdlib/fn.calloc.html | 101 +++++ libc/funcs/c95/stdlib/fn.exit.html | 127 ++++++ libc/funcs/c95/stdlib/fn.free.html | 101 +++++ libc/funcs/c95/stdlib/fn.getenv.html | 101 +++++ libc/funcs/c95/stdlib/fn.labs.html | 101 +++++ libc/funcs/c95/stdlib/fn.malloc.html | 101 +++++ libc/funcs/c95/stdlib/fn.rand.html | 101 +++++ libc/funcs/c95/stdlib/fn.realloc.html | 101 +++++ libc/funcs/c95/stdlib/fn.srand.html | 101 +++++ libc/funcs/c95/stdlib/fn.strtod.html | 101 +++++ libc/funcs/c95/stdlib/fn.strtol.html | 101 +++++ libc/funcs/c95/stdlib/fn.strtoul.html | 101 +++++ libc/funcs/c95/stdlib/fn.system.html | 101 +++++ libc/funcs/c95/stdlib/index.html | 247 ++++++++++ libc/funcs/c95/stdlib/sidebar-items.js | 1 + libc/funcs/c95/string/fn.memchr.html | 101 +++++ libc/funcs/c95/string/fn.memcmp.html | 101 +++++ libc/funcs/c95/string/fn.strcat.html | 101 +++++ libc/funcs/c95/string/fn.strchr.html | 101 +++++ libc/funcs/c95/string/fn.strcmp.html | 101 +++++ libc/funcs/c95/string/fn.strcoll.html | 101 +++++ libc/funcs/c95/string/fn.strcpy.html | 101 +++++ libc/funcs/c95/string/fn.strcspn.html | 101 +++++ libc/funcs/c95/string/fn.strerror.html | 101 +++++ libc/funcs/c95/string/fn.strlen.html | 101 +++++ libc/funcs/c95/string/fn.strncat.html | 101 +++++ libc/funcs/c95/string/fn.strncmp.html | 101 +++++ libc/funcs/c95/string/fn.strncpy.html | 101 +++++ libc/funcs/c95/string/fn.strpbrk.html | 101 +++++ libc/funcs/c95/string/fn.strrchr.html | 101 +++++ libc/funcs/c95/string/fn.strspn.html | 101 +++++ libc/funcs/c95/string/fn.strstr.html | 101 +++++ libc/funcs/c95/string/fn.strtok.html | 101 +++++ libc/funcs/c95/string/fn.strxfrm.html | 101 +++++ libc/funcs/c95/string/fn.wcslen.html | 101 +++++ libc/funcs/c95/string/index.html | 262 +++++++++++ libc/funcs/c95/string/sidebar-items.js | 1 + libc/funcs/index.html | 142 ++++++ libc/funcs/posix01/glob/fn.glob.html | 101 +++++ libc/funcs/posix01/glob/fn.globfree.html | 101 +++++ libc/funcs/posix01/glob/index.html | 118 +++++ libc/funcs/posix01/glob/sidebar-items.js | 1 + libc/funcs/posix01/index.html | 150 ++++++ libc/funcs/posix01/mman/fn.posix_madvise.html | 101 +++++ libc/funcs/posix01/mman/index.html | 110 +++++ libc/funcs/posix01/mman/sidebar-items.js | 1 + libc/funcs/posix01/resource/fn.getrlimit.html | 101 +++++ libc/funcs/posix01/resource/fn.getrusage.html | 101 +++++ libc/funcs/posix01/resource/fn.setrlimit.html | 101 +++++ libc/funcs/posix01/resource/index.html | 126 ++++++ libc/funcs/posix01/resource/sidebar-items.js | 1 + libc/funcs/posix01/sidebar-items.js | 1 + libc/funcs/posix01/signal/fn.signal.html | 101 +++++ libc/funcs/posix01/signal/index.html | 110 +++++ libc/funcs/posix01/signal/sidebar-items.js | 1 + libc/funcs/posix01/stat_/fn.lstat.html | 101 +++++ libc/funcs/posix01/stat_/index.html | 110 +++++ libc/funcs/posix01/stat_/sidebar-items.js | 1 + libc/funcs/posix01/unistd/fn.fdatasync.html | 101 +++++ libc/funcs/posix01/unistd/fn.fsync.html | 101 +++++ libc/funcs/posix01/unistd/fn.ftruncate.html | 101 +++++ libc/funcs/posix01/unistd/fn.putenv.html | 101 +++++ libc/funcs/posix01/unistd/fn.readlink.html | 101 +++++ libc/funcs/posix01/unistd/fn.setenv.html | 101 +++++ libc/funcs/posix01/unistd/fn.symlink.html | 101 +++++ libc/funcs/posix01/unistd/fn.unsetenv.html | 101 +++++ libc/funcs/posix01/unistd/index.html | 166 +++++++ libc/funcs/posix01/unistd/sidebar-items.js | 1 + libc/funcs/posix88/dirent/fn.closedir.html | 101 +++++ libc/funcs/posix88/dirent/fn.opendir.html | 101 +++++ libc/funcs/posix88/dirent/fn.readdir_r.html | 101 +++++ libc/funcs/posix88/dirent/fn.rewinddir.html | 101 +++++ libc/funcs/posix88/dirent/fn.seekdir.html | 101 +++++ libc/funcs/posix88/dirent/fn.telldir.html | 101 +++++ libc/funcs/posix88/dirent/index.html | 150 ++++++ libc/funcs/posix88/dirent/sidebar-items.js | 1 + libc/funcs/posix88/fcntl/fn.creat.html | 101 +++++ libc/funcs/posix88/fcntl/fn.fcntl.html | 101 +++++ libc/funcs/posix88/fcntl/fn.open.html | 101 +++++ libc/funcs/posix88/fcntl/index.html | 126 ++++++ libc/funcs/posix88/fcntl/sidebar-items.js | 1 + libc/funcs/posix88/index.html | 166 +++++++ libc/funcs/posix88/mman/fn.mlock.html | 101 +++++ libc/funcs/posix88/mman/fn.mlockall.html | 101 +++++ libc/funcs/posix88/mman/fn.mmap.html | 101 +++++ libc/funcs/posix88/mman/fn.mprotect.html | 101 +++++ libc/funcs/posix88/mman/fn.msync.html | 101 +++++ libc/funcs/posix88/mman/fn.munlock.html | 101 +++++ libc/funcs/posix88/mman/fn.munlockall.html | 101 +++++ libc/funcs/posix88/mman/fn.munmap.html | 101 +++++ libc/funcs/posix88/mman/fn.shm_open.html | 101 +++++ libc/funcs/posix88/mman/fn.shm_unlink.html | 101 +++++ libc/funcs/posix88/mman/index.html | 182 ++++++++ libc/funcs/posix88/mman/sidebar-items.js | 1 + libc/funcs/posix88/net/fn.if_nametoindex.html | 101 +++++ libc/funcs/posix88/net/index.html | 110 +++++ libc/funcs/posix88/net/sidebar-items.js | 1 + libc/funcs/posix88/sidebar-items.js | 1 + libc/funcs/posix88/signal/fn.kill.html | 101 +++++ libc/funcs/posix88/signal/index.html | 110 +++++ libc/funcs/posix88/signal/sidebar-items.js | 1 + libc/funcs/posix88/stat_/fn.chmod.html | 101 +++++ libc/funcs/posix88/stat_/fn.fchmod.html | 101 +++++ libc/funcs/posix88/stat_/fn.fstat.html | 101 +++++ libc/funcs/posix88/stat_/fn.mkdir.html | 101 +++++ libc/funcs/posix88/stat_/fn.mkfifo.html | 101 +++++ libc/funcs/posix88/stat_/fn.stat.html | 101 +++++ libc/funcs/posix88/stat_/index.html | 150 ++++++ libc/funcs/posix88/stat_/sidebar-items.js | 1 + libc/funcs/posix88/stdio/fn.fdopen.html | 101 +++++ libc/funcs/posix88/stdio/fn.fileno.html | 101 +++++ libc/funcs/posix88/stdio/fn.pclose.html | 101 +++++ libc/funcs/posix88/stdio/fn.popen.html | 101 +++++ libc/funcs/posix88/stdio/index.html | 134 ++++++ libc/funcs/posix88/stdio/sidebar-items.js | 1 + .../posix88/unistd/constant._PC_NAME_MAX.html | 101 +++++ libc/funcs/posix88/unistd/fn.access.html | 101 +++++ libc/funcs/posix88/unistd/fn.alarm.html | 101 +++++ libc/funcs/posix88/unistd/fn.chdir.html | 101 +++++ libc/funcs/posix88/unistd/fn.chown.html | 101 +++++ libc/funcs/posix88/unistd/fn.close.html | 101 +++++ libc/funcs/posix88/unistd/fn.dup.html | 101 +++++ libc/funcs/posix88/unistd/fn.dup2.html | 101 +++++ libc/funcs/posix88/unistd/fn.execv.html | 101 +++++ libc/funcs/posix88/unistd/fn.execve.html | 101 +++++ libc/funcs/posix88/unistd/fn.execvp.html | 101 +++++ libc/funcs/posix88/unistd/fn.fork.html | 101 +++++ libc/funcs/posix88/unistd/fn.fpathconf.html | 101 +++++ libc/funcs/posix88/unistd/fn.getcwd.html | 101 +++++ libc/funcs/posix88/unistd/fn.getegid.html | 101 +++++ libc/funcs/posix88/unistd/fn.geteuid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getgid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getgroups.html | 101 +++++ libc/funcs/posix88/unistd/fn.getlogin.html | 101 +++++ libc/funcs/posix88/unistd/fn.getopt.html | 101 +++++ libc/funcs/posix88/unistd/fn.getpgrp.html | 101 +++++ libc/funcs/posix88/unistd/fn.getpid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getppid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getsid.html | 101 +++++ libc/funcs/posix88/unistd/fn.getuid.html | 101 +++++ libc/funcs/posix88/unistd/fn.isatty.html | 101 +++++ libc/funcs/posix88/unistd/fn.link.html | 101 +++++ libc/funcs/posix88/unistd/fn.lseek.html | 101 +++++ libc/funcs/posix88/unistd/fn.nanosleep.html | 101 +++++ libc/funcs/posix88/unistd/fn.pathconf.html | 101 +++++ libc/funcs/posix88/unistd/fn.pause.html | 101 +++++ libc/funcs/posix88/unistd/fn.pipe.html | 101 +++++ libc/funcs/posix88/unistd/fn.pread.html | 101 +++++ libc/funcs/posix88/unistd/fn.pwrite.html | 101 +++++ libc/funcs/posix88/unistd/fn.read.html | 101 +++++ libc/funcs/posix88/unistd/fn.rmdir.html | 101 +++++ libc/funcs/posix88/unistd/fn.setgid.html | 101 +++++ libc/funcs/posix88/unistd/fn.setpgid.html | 101 +++++ libc/funcs/posix88/unistd/fn.setsid.html | 101 +++++ libc/funcs/posix88/unistd/fn.setuid.html | 101 +++++ libc/funcs/posix88/unistd/fn.sleep.html | 101 +++++ libc/funcs/posix88/unistd/fn.sysconf.html | 101 +++++ libc/funcs/posix88/unistd/fn.tcgetpgrp.html | 101 +++++ libc/funcs/posix88/unistd/fn.ttyname.html | 101 +++++ libc/funcs/posix88/unistd/fn.unlink.html | 101 +++++ libc/funcs/posix88/unistd/fn.usleep.html | 101 +++++ libc/funcs/posix88/unistd/fn.utime.html | 101 +++++ libc/funcs/posix88/unistd/fn.wait.html | 101 +++++ libc/funcs/posix88/unistd/fn.waitpid.html | 101 +++++ libc/funcs/posix88/unistd/fn.write.html | 101 +++++ libc/funcs/posix88/unistd/index.html | 503 +++++++++++++++++++++ libc/funcs/posix88/unistd/sidebar-items.js | 1 + libc/funcs/sidebar-items.js | 1 + 240 files changed, 23612 insertions(+) create mode 100644 libc/funcs/bsd43/fn.accept.html create mode 100644 libc/funcs/bsd43/fn.bind.html create mode 100644 libc/funcs/bsd43/fn.connect.html create mode 100644 libc/funcs/bsd43/fn.freeifaddrs.html create mode 100644 libc/funcs/bsd43/fn.getifaddrs.html create mode 100644 libc/funcs/bsd43/fn.getpeername.html create mode 100644 libc/funcs/bsd43/fn.getsockname.html create mode 100644 libc/funcs/bsd43/fn.listen.html create mode 100644 libc/funcs/bsd43/fn.recv.html create mode 100644 libc/funcs/bsd43/fn.recvfrom.html create mode 100644 libc/funcs/bsd43/fn.send.html create mode 100644 libc/funcs/bsd43/fn.sendto.html create mode 100644 libc/funcs/bsd43/fn.setsockopt.html create mode 100644 libc/funcs/bsd43/fn.shutdown.html create mode 100644 libc/funcs/bsd43/fn.socket.html create mode 100644 libc/funcs/bsd43/index.html create mode 100644 libc/funcs/bsd43/sidebar-items.js create mode 100644 libc/funcs/bsd44/fn.getdtablesize.html create mode 100644 libc/funcs/bsd44/fn.ioctl.html create mode 100644 libc/funcs/bsd44/fn.madvise.html create mode 100644 libc/funcs/bsd44/fn.mincore.html create mode 100644 libc/funcs/bsd44/index.html create mode 100644 libc/funcs/bsd44/sidebar-items.js create mode 100644 libc/funcs/c95/ctype/fn.isalnum.html create mode 100644 libc/funcs/c95/ctype/fn.isalpha.html create mode 100644 libc/funcs/c95/ctype/fn.iscntrl.html create mode 100644 libc/funcs/c95/ctype/fn.isdigit.html create mode 100644 libc/funcs/c95/ctype/fn.isgraph.html create mode 100644 libc/funcs/c95/ctype/fn.islower.html create mode 100644 libc/funcs/c95/ctype/fn.isprint.html create mode 100644 libc/funcs/c95/ctype/fn.ispunct.html create mode 100644 libc/funcs/c95/ctype/fn.isspace.html create mode 100644 libc/funcs/c95/ctype/fn.isupper.html create mode 100644 libc/funcs/c95/ctype/fn.isxdigit.html create mode 100644 libc/funcs/c95/ctype/fn.tolower.html create mode 100644 libc/funcs/c95/ctype/fn.toupper.html create mode 100644 libc/funcs/c95/ctype/index.html create mode 100644 libc/funcs/c95/ctype/sidebar-items.js create mode 100644 libc/funcs/c95/index.html create mode 100644 libc/funcs/c95/sidebar-items.js create mode 100644 libc/funcs/c95/stdio/fn.fclose.html create mode 100644 libc/funcs/c95/stdio/fn.feof.html create mode 100644 libc/funcs/c95/stdio/fn.ferror.html create mode 100644 libc/funcs/c95/stdio/fn.fflush.html create mode 100644 libc/funcs/c95/stdio/fn.fgetc.html create mode 100644 libc/funcs/c95/stdio/fn.fgetpos.html create mode 100644 libc/funcs/c95/stdio/fn.fgets.html create mode 100644 libc/funcs/c95/stdio/fn.fopen.html create mode 100644 libc/funcs/c95/stdio/fn.fputc.html create mode 100644 libc/funcs/c95/stdio/fn.fputs.html create mode 100644 libc/funcs/c95/stdio/fn.fread.html create mode 100644 libc/funcs/c95/stdio/fn.freopen.html create mode 100644 libc/funcs/c95/stdio/fn.fseek.html create mode 100644 libc/funcs/c95/stdio/fn.fsetpos.html create mode 100644 libc/funcs/c95/stdio/fn.ftell.html create mode 100644 libc/funcs/c95/stdio/fn.fwrite.html create mode 100644 libc/funcs/c95/stdio/fn.perror.html create mode 100644 libc/funcs/c95/stdio/fn.puts.html create mode 100644 libc/funcs/c95/stdio/fn.remove.html create mode 100644 libc/funcs/c95/stdio/fn.rename.html create mode 100644 libc/funcs/c95/stdio/fn.rewind.html create mode 100644 libc/funcs/c95/stdio/fn.setbuf.html create mode 100644 libc/funcs/c95/stdio/fn.setvbuf.html create mode 100644 libc/funcs/c95/stdio/fn.tmpfile.html create mode 100644 libc/funcs/c95/stdio/fn.ungetc.html create mode 100644 libc/funcs/c95/stdio/index.html create mode 100644 libc/funcs/c95/stdio/sidebar-items.js create mode 100644 libc/funcs/c95/stdlib/fn._exit.html create mode 100644 libc/funcs/c95/stdlib/fn.abs.html create mode 100644 libc/funcs/c95/stdlib/fn.atexit.html create mode 100644 libc/funcs/c95/stdlib/fn.atof.html create mode 100644 libc/funcs/c95/stdlib/fn.atoi.html create mode 100644 libc/funcs/c95/stdlib/fn.calloc.html create mode 100644 libc/funcs/c95/stdlib/fn.exit.html create mode 100644 libc/funcs/c95/stdlib/fn.free.html create mode 100644 libc/funcs/c95/stdlib/fn.getenv.html create mode 100644 libc/funcs/c95/stdlib/fn.labs.html create mode 100644 libc/funcs/c95/stdlib/fn.malloc.html create mode 100644 libc/funcs/c95/stdlib/fn.rand.html create mode 100644 libc/funcs/c95/stdlib/fn.realloc.html create mode 100644 libc/funcs/c95/stdlib/fn.srand.html create mode 100644 libc/funcs/c95/stdlib/fn.strtod.html create mode 100644 libc/funcs/c95/stdlib/fn.strtol.html create mode 100644 libc/funcs/c95/stdlib/fn.strtoul.html create mode 100644 libc/funcs/c95/stdlib/fn.system.html create mode 100644 libc/funcs/c95/stdlib/index.html create mode 100644 libc/funcs/c95/stdlib/sidebar-items.js create mode 100644 libc/funcs/c95/string/fn.memchr.html create mode 100644 libc/funcs/c95/string/fn.memcmp.html create mode 100644 libc/funcs/c95/string/fn.strcat.html create mode 100644 libc/funcs/c95/string/fn.strchr.html create mode 100644 libc/funcs/c95/string/fn.strcmp.html create mode 100644 libc/funcs/c95/string/fn.strcoll.html create mode 100644 libc/funcs/c95/string/fn.strcpy.html create mode 100644 libc/funcs/c95/string/fn.strcspn.html create mode 100644 libc/funcs/c95/string/fn.strerror.html create mode 100644 libc/funcs/c95/string/fn.strlen.html create mode 100644 libc/funcs/c95/string/fn.strncat.html create mode 100644 libc/funcs/c95/string/fn.strncmp.html create mode 100644 libc/funcs/c95/string/fn.strncpy.html create mode 100644 libc/funcs/c95/string/fn.strpbrk.html create mode 100644 libc/funcs/c95/string/fn.strrchr.html create mode 100644 libc/funcs/c95/string/fn.strspn.html create mode 100644 libc/funcs/c95/string/fn.strstr.html create mode 100644 libc/funcs/c95/string/fn.strtok.html create mode 100644 libc/funcs/c95/string/fn.strxfrm.html create mode 100644 libc/funcs/c95/string/fn.wcslen.html create mode 100644 libc/funcs/c95/string/index.html create mode 100644 libc/funcs/c95/string/sidebar-items.js create mode 100644 libc/funcs/index.html create mode 100644 libc/funcs/posix01/glob/fn.glob.html create mode 100644 libc/funcs/posix01/glob/fn.globfree.html create mode 100644 libc/funcs/posix01/glob/index.html create mode 100644 libc/funcs/posix01/glob/sidebar-items.js create mode 100644 libc/funcs/posix01/index.html create mode 100644 libc/funcs/posix01/mman/fn.posix_madvise.html create mode 100644 libc/funcs/posix01/mman/index.html create mode 100644 libc/funcs/posix01/mman/sidebar-items.js create mode 100644 libc/funcs/posix01/resource/fn.getrlimit.html create mode 100644 libc/funcs/posix01/resource/fn.getrusage.html create mode 100644 libc/funcs/posix01/resource/fn.setrlimit.html create mode 100644 libc/funcs/posix01/resource/index.html create mode 100644 libc/funcs/posix01/resource/sidebar-items.js create mode 100644 libc/funcs/posix01/sidebar-items.js create mode 100644 libc/funcs/posix01/signal/fn.signal.html create mode 100644 libc/funcs/posix01/signal/index.html create mode 100644 libc/funcs/posix01/signal/sidebar-items.js create mode 100644 libc/funcs/posix01/stat_/fn.lstat.html create mode 100644 libc/funcs/posix01/stat_/index.html create mode 100644 libc/funcs/posix01/stat_/sidebar-items.js create mode 100644 libc/funcs/posix01/unistd/fn.fdatasync.html create mode 100644 libc/funcs/posix01/unistd/fn.fsync.html create mode 100644 libc/funcs/posix01/unistd/fn.ftruncate.html create mode 100644 libc/funcs/posix01/unistd/fn.putenv.html create mode 100644 libc/funcs/posix01/unistd/fn.readlink.html create mode 100644 libc/funcs/posix01/unistd/fn.setenv.html create mode 100644 libc/funcs/posix01/unistd/fn.symlink.html create mode 100644 libc/funcs/posix01/unistd/fn.unsetenv.html create mode 100644 libc/funcs/posix01/unistd/index.html create mode 100644 libc/funcs/posix01/unistd/sidebar-items.js create mode 100644 libc/funcs/posix88/dirent/fn.closedir.html create mode 100644 libc/funcs/posix88/dirent/fn.opendir.html create mode 100644 libc/funcs/posix88/dirent/fn.readdir_r.html create mode 100644 libc/funcs/posix88/dirent/fn.rewinddir.html create mode 100644 libc/funcs/posix88/dirent/fn.seekdir.html create mode 100644 libc/funcs/posix88/dirent/fn.telldir.html create mode 100644 libc/funcs/posix88/dirent/index.html create mode 100644 libc/funcs/posix88/dirent/sidebar-items.js create mode 100644 libc/funcs/posix88/fcntl/fn.creat.html create mode 100644 libc/funcs/posix88/fcntl/fn.fcntl.html create mode 100644 libc/funcs/posix88/fcntl/fn.open.html create mode 100644 libc/funcs/posix88/fcntl/index.html create mode 100644 libc/funcs/posix88/fcntl/sidebar-items.js create mode 100644 libc/funcs/posix88/index.html create mode 100644 libc/funcs/posix88/mman/fn.mlock.html create mode 100644 libc/funcs/posix88/mman/fn.mlockall.html create mode 100644 libc/funcs/posix88/mman/fn.mmap.html create mode 100644 libc/funcs/posix88/mman/fn.mprotect.html create mode 100644 libc/funcs/posix88/mman/fn.msync.html create mode 100644 libc/funcs/posix88/mman/fn.munlock.html create mode 100644 libc/funcs/posix88/mman/fn.munlockall.html create mode 100644 libc/funcs/posix88/mman/fn.munmap.html create mode 100644 libc/funcs/posix88/mman/fn.shm_open.html create mode 100644 libc/funcs/posix88/mman/fn.shm_unlink.html create mode 100644 libc/funcs/posix88/mman/index.html create mode 100644 libc/funcs/posix88/mman/sidebar-items.js create mode 100644 libc/funcs/posix88/net/fn.if_nametoindex.html create mode 100644 libc/funcs/posix88/net/index.html create mode 100644 libc/funcs/posix88/net/sidebar-items.js create mode 100644 libc/funcs/posix88/sidebar-items.js create mode 100644 libc/funcs/posix88/signal/fn.kill.html create mode 100644 libc/funcs/posix88/signal/index.html create mode 100644 libc/funcs/posix88/signal/sidebar-items.js create mode 100644 libc/funcs/posix88/stat_/fn.chmod.html create mode 100644 libc/funcs/posix88/stat_/fn.fchmod.html create mode 100644 libc/funcs/posix88/stat_/fn.fstat.html create mode 100644 libc/funcs/posix88/stat_/fn.mkdir.html create mode 100644 libc/funcs/posix88/stat_/fn.mkfifo.html create mode 100644 libc/funcs/posix88/stat_/fn.stat.html create mode 100644 libc/funcs/posix88/stat_/index.html create mode 100644 libc/funcs/posix88/stat_/sidebar-items.js create mode 100644 libc/funcs/posix88/stdio/fn.fdopen.html create mode 100644 libc/funcs/posix88/stdio/fn.fileno.html create mode 100644 libc/funcs/posix88/stdio/fn.pclose.html create mode 100644 libc/funcs/posix88/stdio/fn.popen.html create mode 100644 libc/funcs/posix88/stdio/index.html create mode 100644 libc/funcs/posix88/stdio/sidebar-items.js create mode 100644 libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html create mode 100644 libc/funcs/posix88/unistd/fn.access.html create mode 100644 libc/funcs/posix88/unistd/fn.alarm.html create mode 100644 libc/funcs/posix88/unistd/fn.chdir.html create mode 100644 libc/funcs/posix88/unistd/fn.chown.html create mode 100644 libc/funcs/posix88/unistd/fn.close.html create mode 100644 libc/funcs/posix88/unistd/fn.dup.html create mode 100644 libc/funcs/posix88/unistd/fn.dup2.html create mode 100644 libc/funcs/posix88/unistd/fn.execv.html create mode 100644 libc/funcs/posix88/unistd/fn.execve.html create mode 100644 libc/funcs/posix88/unistd/fn.execvp.html create mode 100644 libc/funcs/posix88/unistd/fn.fork.html create mode 100644 libc/funcs/posix88/unistd/fn.fpathconf.html create mode 100644 libc/funcs/posix88/unistd/fn.getcwd.html create mode 100644 libc/funcs/posix88/unistd/fn.getegid.html create mode 100644 libc/funcs/posix88/unistd/fn.geteuid.html create mode 100644 libc/funcs/posix88/unistd/fn.getgid.html create mode 100644 libc/funcs/posix88/unistd/fn.getgroups.html create mode 100644 libc/funcs/posix88/unistd/fn.getlogin.html create mode 100644 libc/funcs/posix88/unistd/fn.getopt.html create mode 100644 libc/funcs/posix88/unistd/fn.getpgrp.html create mode 100644 libc/funcs/posix88/unistd/fn.getpid.html create mode 100644 libc/funcs/posix88/unistd/fn.getppid.html create mode 100644 libc/funcs/posix88/unistd/fn.getsid.html create mode 100644 libc/funcs/posix88/unistd/fn.getuid.html create mode 100644 libc/funcs/posix88/unistd/fn.isatty.html create mode 100644 libc/funcs/posix88/unistd/fn.link.html create mode 100644 libc/funcs/posix88/unistd/fn.lseek.html create mode 100644 libc/funcs/posix88/unistd/fn.nanosleep.html create mode 100644 libc/funcs/posix88/unistd/fn.pathconf.html create mode 100644 libc/funcs/posix88/unistd/fn.pause.html create mode 100644 libc/funcs/posix88/unistd/fn.pipe.html create mode 100644 libc/funcs/posix88/unistd/fn.pread.html create mode 100644 libc/funcs/posix88/unistd/fn.pwrite.html create mode 100644 libc/funcs/posix88/unistd/fn.read.html create mode 100644 libc/funcs/posix88/unistd/fn.rmdir.html create mode 100644 libc/funcs/posix88/unistd/fn.setgid.html create mode 100644 libc/funcs/posix88/unistd/fn.setpgid.html create mode 100644 libc/funcs/posix88/unistd/fn.setsid.html create mode 100644 libc/funcs/posix88/unistd/fn.setuid.html create mode 100644 libc/funcs/posix88/unistd/fn.sleep.html create mode 100644 libc/funcs/posix88/unistd/fn.sysconf.html create mode 100644 libc/funcs/posix88/unistd/fn.tcgetpgrp.html create mode 100644 libc/funcs/posix88/unistd/fn.ttyname.html create mode 100644 libc/funcs/posix88/unistd/fn.unlink.html create mode 100644 libc/funcs/posix88/unistd/fn.usleep.html create mode 100644 libc/funcs/posix88/unistd/fn.utime.html create mode 100644 libc/funcs/posix88/unistd/fn.wait.html create mode 100644 libc/funcs/posix88/unistd/fn.waitpid.html create mode 100644 libc/funcs/posix88/unistd/fn.write.html create mode 100644 libc/funcs/posix88/unistd/index.html create mode 100644 libc/funcs/posix88/unistd/sidebar-items.js create mode 100644 libc/funcs/sidebar-items.js (limited to 'libc/funcs') diff --git a/libc/funcs/bsd43/fn.accept.html b/libc/funcs/bsd43/fn.accept.html new file mode 100644 index 0000000..6755a3b --- /dev/null +++ b/libc/funcs/bsd43/fn.accept.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::accept - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::accept + + [] + + [src]

+
pub unsafe extern "system" fn accept(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.bind.html b/libc/funcs/bsd43/fn.bind.html new file mode 100644 index 0000000..2d89902 --- /dev/null +++ b/libc/funcs/bsd43/fn.bind.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::bind - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::bind + + [] + + [src]

+
pub unsafe extern "system" fn bind(socket: c_int, address: *const sockaddr, address_len: socklen_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.connect.html b/libc/funcs/bsd43/fn.connect.html new file mode 100644 index 0000000..8764637 --- /dev/null +++ b/libc/funcs/bsd43/fn.connect.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::connect - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::connect + + [] + + [src]

+
pub unsafe extern "system" fn connect(socket: c_int, address: *const sockaddr, len: socklen_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.freeifaddrs.html b/libc/funcs/bsd43/fn.freeifaddrs.html new file mode 100644 index 0000000..301c5b9 --- /dev/null +++ b/libc/funcs/bsd43/fn.freeifaddrs.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::freeifaddrs - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::freeifaddrs + + [] + + [src]

+
pub unsafe extern "system" fn freeifaddrs(ifa: *mut ifaddrs)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.getifaddrs.html b/libc/funcs/bsd43/fn.getifaddrs.html new file mode 100644 index 0000000..72ac651 --- /dev/null +++ b/libc/funcs/bsd43/fn.getifaddrs.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::getifaddrs - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::getifaddrs + + [] + + [src]

+
pub unsafe extern "system" fn getifaddrs(ifap: *mut *mut ifaddrs) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.getpeername.html b/libc/funcs/bsd43/fn.getpeername.html new file mode 100644 index 0000000..44e058c --- /dev/null +++ b/libc/funcs/bsd43/fn.getpeername.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::getpeername - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::getpeername + + [] + + [src]

+
pub unsafe extern "system" fn getpeername(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.getsockname.html b/libc/funcs/bsd43/fn.getsockname.html new file mode 100644 index 0000000..a0fad51 --- /dev/null +++ b/libc/funcs/bsd43/fn.getsockname.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::getsockname - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::getsockname + + [] + + [src]

+
pub unsafe extern "system" fn getsockname(socket: c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.listen.html b/libc/funcs/bsd43/fn.listen.html new file mode 100644 index 0000000..b9f233f --- /dev/null +++ b/libc/funcs/bsd43/fn.listen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::listen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::listen + + [] + + [src]

+
pub unsafe extern "system" fn listen(socket: c_int, backlog: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.recv.html b/libc/funcs/bsd43/fn.recv.html new file mode 100644 index 0000000..69c6ffb --- /dev/null +++ b/libc/funcs/bsd43/fn.recv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::recv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::recv + + [] + + [src]

+
pub unsafe extern "system" fn recv(socket: c_int, buf: *mut c_void, len: size_t, flags: c_int) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.recvfrom.html b/libc/funcs/bsd43/fn.recvfrom.html new file mode 100644 index 0000000..fe9e14b --- /dev/null +++ b/libc/funcs/bsd43/fn.recvfrom.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::recvfrom - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::recvfrom + + [] + + [src]

+
pub unsafe extern "system" fn recvfrom(socket: c_int, buf: *mut c_void, len: size_t, flags: c_int, addr: *mut sockaddr, addrlen: *mut socklen_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.send.html b/libc/funcs/bsd43/fn.send.html new file mode 100644 index 0000000..024deb7 --- /dev/null +++ b/libc/funcs/bsd43/fn.send.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::send - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::send + + [] + + [src]

+
pub unsafe extern "system" fn send(socket: c_int, buf: *const c_void, len: size_t, flags: c_int) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.sendto.html b/libc/funcs/bsd43/fn.sendto.html new file mode 100644 index 0000000..40ae1bc --- /dev/null +++ b/libc/funcs/bsd43/fn.sendto.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::sendto - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::sendto + + [] + + [src]

+
pub unsafe extern "system" fn sendto(socket: c_int, buf: *const c_void, len: size_t, flags: c_int, addr: *const sockaddr, addrlen: socklen_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.setsockopt.html b/libc/funcs/bsd43/fn.setsockopt.html new file mode 100644 index 0000000..9024da9 --- /dev/null +++ b/libc/funcs/bsd43/fn.setsockopt.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::setsockopt - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::setsockopt + + [] + + [src]

+
pub unsafe extern "system" fn setsockopt(socket: c_int, level: c_int, name: c_int, value: *const c_void, option_len: socklen_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.shutdown.html b/libc/funcs/bsd43/fn.shutdown.html new file mode 100644 index 0000000..b4f7d16 --- /dev/null +++ b/libc/funcs/bsd43/fn.shutdown.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::shutdown - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::shutdown + + [] + + [src]

+
pub unsafe extern "system" fn shutdown(socket: c_int, how: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/fn.socket.html b/libc/funcs/bsd43/fn.socket.html new file mode 100644 index 0000000..e6664ec --- /dev/null +++ b/libc/funcs/bsd43/fn.socket.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd43::socket - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd43::socket + + [] + + [src]

+
pub unsafe extern "system" fn socket(domain: c_int, ty: c_int, protocol: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/index.html b/libc/funcs/bsd43/index.html new file mode 100644 index 0000000..a0d4c98 --- /dev/null +++ b/libc/funcs/bsd43/index.html @@ -0,0 +1,222 @@ + + + + + + + + + + libc::funcs::bsd43 - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::bsd43 + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
accept + +
bind + +
connect + +
freeifaddrs + +
getifaddrs + +
getpeername + +
getsockname + +
listen + +
recv + +
recvfrom + +
send + +
sendto + +
setsockopt + +
shutdown + +
socket + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd43/sidebar-items.js b/libc/funcs/bsd43/sidebar-items.js new file mode 100644 index 0000000..9475256 --- /dev/null +++ b/libc/funcs/bsd43/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["accept",""],["bind",""],["connect",""],["freeifaddrs",""],["getifaddrs",""],["getpeername",""],["getsockname",""],["listen",""],["recv",""],["recvfrom",""],["send",""],["sendto",""],["setsockopt",""],["shutdown",""],["socket",""]]}); \ No newline at end of file diff --git a/libc/funcs/bsd44/fn.getdtablesize.html b/libc/funcs/bsd44/fn.getdtablesize.html new file mode 100644 index 0000000..00fbe07 --- /dev/null +++ b/libc/funcs/bsd44/fn.getdtablesize.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd44::getdtablesize - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::getdtablesize + + [] + + [src]

+
pub unsafe extern fn getdtablesize() -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd44/fn.ioctl.html b/libc/funcs/bsd44/fn.ioctl.html new file mode 100644 index 0000000..f763858 --- /dev/null +++ b/libc/funcs/bsd44/fn.ioctl.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd44::ioctl - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::ioctl + + [] + + [src]

+
pub unsafe extern fn ioctl(d: c_int, request: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd44/fn.madvise.html b/libc/funcs/bsd44/fn.madvise.html new file mode 100644 index 0000000..3b9e66d --- /dev/null +++ b/libc/funcs/bsd44/fn.madvise.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd44::madvise - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::madvise + + [] + + [src]

+
pub unsafe extern fn madvise(addr: *mut c_void, len: size_t, advice: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd44/fn.mincore.html b/libc/funcs/bsd44/fn.mincore.html new file mode 100644 index 0000000..52cbb9c --- /dev/null +++ b/libc/funcs/bsd44/fn.mincore.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::bsd44::mincore - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::bsd44::mincore + + [] + + [src]

+
pub unsafe extern fn mincore(addr: *mut c_void, len: size_t, vec: *mut c_uchar) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd44/index.html b/libc/funcs/bsd44/index.html new file mode 100644 index 0000000..1f45dbb --- /dev/null +++ b/libc/funcs/bsd44/index.html @@ -0,0 +1,134 @@ + + + + + + + + + + libc::funcs::bsd44 - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::bsd44 + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + +
getdtablesize + +
ioctl + +
madvise + +
mincore + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/bsd44/sidebar-items.js b/libc/funcs/bsd44/sidebar-items.js new file mode 100644 index 0000000..8cf2f45 --- /dev/null +++ b/libc/funcs/bsd44/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["getdtablesize",""],["ioctl",""],["madvise",""],["mincore",""]]}); \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isalnum.html b/libc/funcs/c95/ctype/fn.isalnum.html new file mode 100644 index 0000000..de97be2 --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isalnum.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isalnum - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isalnum + + [] + + [src]

+
pub unsafe extern fn isalnum(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isalpha.html b/libc/funcs/c95/ctype/fn.isalpha.html new file mode 100644 index 0000000..23098a4 --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isalpha.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isalpha - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isalpha + + [] + + [src]

+
pub unsafe extern fn isalpha(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.iscntrl.html b/libc/funcs/c95/ctype/fn.iscntrl.html new file mode 100644 index 0000000..00e9361 --- /dev/null +++ b/libc/funcs/c95/ctype/fn.iscntrl.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::iscntrl - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::iscntrl + + [] + + [src]

+
pub unsafe extern fn iscntrl(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isdigit.html b/libc/funcs/c95/ctype/fn.isdigit.html new file mode 100644 index 0000000..2e0b52a --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isdigit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isdigit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isdigit + + [] + + [src]

+
pub unsafe extern fn isdigit(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isgraph.html b/libc/funcs/c95/ctype/fn.isgraph.html new file mode 100644 index 0000000..282561a --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isgraph.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isgraph - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isgraph + + [] + + [src]

+
pub unsafe extern fn isgraph(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.islower.html b/libc/funcs/c95/ctype/fn.islower.html new file mode 100644 index 0000000..e0abd7e --- /dev/null +++ b/libc/funcs/c95/ctype/fn.islower.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::islower - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::islower + + [] + + [src]

+
pub unsafe extern fn islower(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isprint.html b/libc/funcs/c95/ctype/fn.isprint.html new file mode 100644 index 0000000..23e2bde --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isprint.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isprint - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isprint + + [] + + [src]

+
pub unsafe extern fn isprint(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.ispunct.html b/libc/funcs/c95/ctype/fn.ispunct.html new file mode 100644 index 0000000..7fa0cff --- /dev/null +++ b/libc/funcs/c95/ctype/fn.ispunct.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::ispunct - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::ispunct + + [] + + [src]

+
pub unsafe extern fn ispunct(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isspace.html b/libc/funcs/c95/ctype/fn.isspace.html new file mode 100644 index 0000000..89794c6 --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isspace.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isspace - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isspace + + [] + + [src]

+
pub unsafe extern fn isspace(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isupper.html b/libc/funcs/c95/ctype/fn.isupper.html new file mode 100644 index 0000000..ae9b29f --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isupper.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isupper - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isupper + + [] + + [src]

+
pub unsafe extern fn isupper(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.isxdigit.html b/libc/funcs/c95/ctype/fn.isxdigit.html new file mode 100644 index 0000000..6f0ba0d --- /dev/null +++ b/libc/funcs/c95/ctype/fn.isxdigit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::isxdigit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::isxdigit + + [] + + [src]

+
pub unsafe extern fn isxdigit(c: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.tolower.html b/libc/funcs/c95/ctype/fn.tolower.html new file mode 100644 index 0000000..5794346 --- /dev/null +++ b/libc/funcs/c95/ctype/fn.tolower.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::tolower - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::tolower + + [] + + [src]

+
pub unsafe extern fn tolower(c: c_char) -> c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/fn.toupper.html b/libc/funcs/c95/ctype/fn.toupper.html new file mode 100644 index 0000000..f4d6ef9 --- /dev/null +++ b/libc/funcs/c95/ctype/fn.toupper.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::ctype::toupper - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::ctype::toupper + + [] + + [src]

+
pub unsafe extern fn toupper(c: c_char) -> c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/index.html b/libc/funcs/c95/ctype/index.html new file mode 100644 index 0000000..4cc05f2 --- /dev/null +++ b/libc/funcs/c95/ctype/index.html @@ -0,0 +1,206 @@ + + + + + + + + + + libc::funcs::c95::ctype - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::c95::ctype + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
isalnum + +
isalpha + +
iscntrl + +
isdigit + +
isgraph + +
islower + +
isprint + +
ispunct + +
isspace + +
isupper + +
isxdigit + +
tolower + +
toupper + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/ctype/sidebar-items.js b/libc/funcs/c95/ctype/sidebar-items.js new file mode 100644 index 0000000..29ef9df --- /dev/null +++ b/libc/funcs/c95/ctype/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["isalnum",""],["isalpha",""],["iscntrl",""],["isdigit",""],["isgraph",""],["islower",""],["isprint",""],["ispunct",""],["isspace",""],["isupper",""],["isxdigit",""],["tolower",""],["toupper",""]]}); \ No newline at end of file diff --git a/libc/funcs/c95/index.html b/libc/funcs/c95/index.html new file mode 100644 index 0000000..0a6b2b8 --- /dev/null +++ b/libc/funcs/c95/index.html @@ -0,0 +1,134 @@ + + + + + + + + + + libc::funcs::c95 - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::c95 + + [] + + [src]

+

Modules

+ + + + + + + + + + + + + + + + + + + + +
ctype + +
stdio + +
stdlib + +
string + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/sidebar-items.js b/libc/funcs/c95/sidebar-items.js new file mode 100644 index 0000000..274978c --- /dev/null +++ b/libc/funcs/c95/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"mod":[["ctype",""],["stdio",""],["stdlib",""],["string",""]]}); \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fclose.html b/libc/funcs/c95/stdio/fn.fclose.html new file mode 100644 index 0000000..c52b296 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fclose.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fclose - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fclose + + [] + + [src]

+
pub unsafe extern fn fclose(file: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.feof.html b/libc/funcs/c95/stdio/fn.feof.html new file mode 100644 index 0000000..29c3d98 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.feof.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::feof - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::feof + + [] + + [src]

+
pub unsafe extern fn feof(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.ferror.html b/libc/funcs/c95/stdio/fn.ferror.html new file mode 100644 index 0000000..280e41c --- /dev/null +++ b/libc/funcs/c95/stdio/fn.ferror.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::ferror - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::ferror + + [] + + [src]

+
pub unsafe extern fn ferror(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fflush.html b/libc/funcs/c95/stdio/fn.fflush.html new file mode 100644 index 0000000..2bf75f2 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fflush.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fflush - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fflush + + [] + + [src]

+
pub unsafe extern fn fflush(file: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fgetc.html b/libc/funcs/c95/stdio/fn.fgetc.html new file mode 100644 index 0000000..f874120 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fgetc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fgetc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fgetc + + [] + + [src]

+
pub unsafe extern fn fgetc(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fgetpos.html b/libc/funcs/c95/stdio/fn.fgetpos.html new file mode 100644 index 0000000..f137e87 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fgetpos.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fgetpos - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fgetpos + + [] + + [src]

+
pub unsafe extern fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fgets.html b/libc/funcs/c95/stdio/fn.fgets.html new file mode 100644 index 0000000..9f6d8de --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fgets.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fgets - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fgets + + [] + + [src]

+
pub unsafe extern fn fgets(buf: *mut c_char, n: c_int, stream: *mut FILE) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fopen.html b/libc/funcs/c95/stdio/fn.fopen.html new file mode 100644 index 0000000..405d628 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fopen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fopen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fopen + + [] + + [src]

+
pub unsafe extern fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fputc.html b/libc/funcs/c95/stdio/fn.fputc.html new file mode 100644 index 0000000..c6b44fd --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fputc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fputc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fputc + + [] + + [src]

+
pub unsafe extern fn fputc(c: c_int, stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fputs.html b/libc/funcs/c95/stdio/fn.fputs.html new file mode 100644 index 0000000..c94afff --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fputs.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fputs - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fputs + + [] + + [src]

+
pub unsafe extern fn fputs(s: *const c_char, stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fread.html b/libc/funcs/c95/stdio/fn.fread.html new file mode 100644 index 0000000..6b0dd7a --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fread.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fread - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fread + + [] + + [src]

+
pub unsafe extern fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.freopen.html b/libc/funcs/c95/stdio/fn.freopen.html new file mode 100644 index 0000000..a43eb85 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.freopen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::freopen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::freopen + + [] + + [src]

+
pub unsafe extern fn freopen(filename: *const c_char, mode: *const c_char, file: *mut FILE) -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fseek.html b/libc/funcs/c95/stdio/fn.fseek.html new file mode 100644 index 0000000..d00844c --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fseek.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fseek - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fseek + + [] + + [src]

+
pub unsafe extern fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fsetpos.html b/libc/funcs/c95/stdio/fn.fsetpos.html new file mode 100644 index 0000000..a41f42a --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fsetpos.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fsetpos - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fsetpos + + [] + + [src]

+
pub unsafe extern fn fsetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.ftell.html b/libc/funcs/c95/stdio/fn.ftell.html new file mode 100644 index 0000000..73fcb0d --- /dev/null +++ b/libc/funcs/c95/stdio/fn.ftell.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::ftell - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::ftell + + [] + + [src]

+
pub unsafe extern fn ftell(stream: *mut FILE) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.fwrite.html b/libc/funcs/c95/stdio/fn.fwrite.html new file mode 100644 index 0000000..a60aba0 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.fwrite.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::fwrite - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::fwrite + + [] + + [src]

+
pub unsafe extern fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.perror.html b/libc/funcs/c95/stdio/fn.perror.html new file mode 100644 index 0000000..631d79b --- /dev/null +++ b/libc/funcs/c95/stdio/fn.perror.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::perror - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::perror + + [] + + [src]

+
pub unsafe extern fn perror(s: *const c_char)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.puts.html b/libc/funcs/c95/stdio/fn.puts.html new file mode 100644 index 0000000..2bf06f0 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.puts.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::puts - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::puts + + [] + + [src]

+
pub unsafe extern fn puts(s: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.remove.html b/libc/funcs/c95/stdio/fn.remove.html new file mode 100644 index 0000000..e128ac7 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.remove.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::remove - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::remove + + [] + + [src]

+
pub unsafe extern fn remove(filename: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.rename.html b/libc/funcs/c95/stdio/fn.rename.html new file mode 100644 index 0000000..4cf22ab --- /dev/null +++ b/libc/funcs/c95/stdio/fn.rename.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::rename - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::rename + + [] + + [src]

+
pub unsafe extern fn rename(oldname: *const c_char, newname: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.rewind.html b/libc/funcs/c95/stdio/fn.rewind.html new file mode 100644 index 0000000..b975648 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.rewind.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::rewind - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::rewind + + [] + + [src]

+
pub unsafe extern fn rewind(stream: *mut FILE)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.setbuf.html b/libc/funcs/c95/stdio/fn.setbuf.html new file mode 100644 index 0000000..632ecc6 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.setbuf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::setbuf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::setbuf + + [] + + [src]

+
pub unsafe extern fn setbuf(stream: *mut FILE, buf: *mut c_char)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.setvbuf.html b/libc/funcs/c95/stdio/fn.setvbuf.html new file mode 100644 index 0000000..979f35c --- /dev/null +++ b/libc/funcs/c95/stdio/fn.setvbuf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::setvbuf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::setvbuf + + [] + + [src]

+
pub unsafe extern fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.tmpfile.html b/libc/funcs/c95/stdio/fn.tmpfile.html new file mode 100644 index 0000000..2e697ba --- /dev/null +++ b/libc/funcs/c95/stdio/fn.tmpfile.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::tmpfile - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::tmpfile + + [] + + [src]

+
pub unsafe extern fn tmpfile() -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/fn.ungetc.html b/libc/funcs/c95/stdio/fn.ungetc.html new file mode 100644 index 0000000..31ee707 --- /dev/null +++ b/libc/funcs/c95/stdio/fn.ungetc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdio::ungetc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdio::ungetc + + [] + + [src]

+
pub unsafe extern fn ungetc(c: c_int, stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/index.html b/libc/funcs/c95/stdio/index.html new file mode 100644 index 0000000..6f05b72 --- /dev/null +++ b/libc/funcs/c95/stdio/index.html @@ -0,0 +1,302 @@ + + + + + + + + + + libc::funcs::c95::stdio - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::c95::stdio + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
fclose + +
feof + +
ferror + +
fflush + +
fgetc + +
fgetpos + +
fgets + +
fopen + +
fputc + +
fputs + +
fread + +
freopen + +
fseek + +
fsetpos + +
ftell + +
fwrite + +
perror + +
puts + +
remove + +
rename + +
rewind + +
setbuf + +
setvbuf + +
tmpfile + +
ungetc + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdio/sidebar-items.js b/libc/funcs/c95/stdio/sidebar-items.js new file mode 100644 index 0000000..64f64ad --- /dev/null +++ b/libc/funcs/c95/stdio/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["fclose",""],["feof",""],["ferror",""],["fflush",""],["fgetc",""],["fgetpos",""],["fgets",""],["fopen",""],["fputc",""],["fputs",""],["fread",""],["freopen",""],["fseek",""],["fsetpos",""],["ftell",""],["fwrite",""],["perror",""],["puts",""],["remove",""],["rename",""],["rewind",""],["setbuf",""],["setvbuf",""],["tmpfile",""],["ungetc",""]]}); \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn._exit.html b/libc/funcs/c95/stdlib/fn._exit.html new file mode 100644 index 0000000..2701440 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn._exit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::_exit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::_exit + + [] + + [src]

+
pub unsafe extern fn _exit(status: c_int) -> !
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.abs.html b/libc/funcs/c95/stdlib/fn.abs.html new file mode 100644 index 0000000..8068727 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.abs.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::abs - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::abs + + [] + + [src]

+
pub unsafe extern fn abs(i: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.atexit.html b/libc/funcs/c95/stdlib/fn.atexit.html new file mode 100644 index 0000000..0effe6f --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.atexit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::atexit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::atexit + + [] + + [src]

+
pub unsafe extern fn atexit(cb:  extern "C" fn()) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.atof.html b/libc/funcs/c95/stdlib/fn.atof.html new file mode 100644 index 0000000..560c85b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.atof.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::atof - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::atof + + [] + + [src]

+
pub unsafe extern fn atof(s: *const c_char) -> c_double
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.atoi.html b/libc/funcs/c95/stdlib/fn.atoi.html new file mode 100644 index 0000000..c724baf --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.atoi.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::atoi - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::atoi + + [] + + [src]

+
pub unsafe extern fn atoi(s: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.calloc.html b/libc/funcs/c95/stdlib/fn.calloc.html new file mode 100644 index 0000000..8c784a3 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.calloc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::calloc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::calloc + + [] + + [src]

+
pub unsafe extern fn calloc(nobj: size_t, size: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.exit.html b/libc/funcs/c95/stdlib/fn.exit.html new file mode 100644 index 0000000..1c181ea --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.exit.html @@ -0,0 +1,127 @@ + + + + + + + + + + libc::funcs::c95::stdlib::exit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::exit + + [] + + [src]

+
pub unsafe extern fn exit(status: c_int) -> !

Exits the running program in a possibly dangerous manner.

+ +

Unsafety

+

While this forces your program to exit, it does so in a way that has +consequences. This will skip all unwinding code, which means that anything +relying on unwinding for cleanup (such as flushing and closing a buffer to a +file) may act in an unexpected way.

+ +

Examples

extern crate libc; + +fn main() { + unsafe { + libc::exit(1); + } +} +
+extern crate libc;
+
+fn main() {
+    unsafe {
+        libc::exit(1);
+    }
+}
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.free.html b/libc/funcs/c95/stdlib/fn.free.html new file mode 100644 index 0000000..b201f14 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.free.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::free - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::free + + [] + + [src]

+
pub unsafe extern fn free(p: *mut c_void)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.getenv.html b/libc/funcs/c95/stdlib/fn.getenv.html new file mode 100644 index 0000000..b733b4b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.getenv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::getenv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::getenv + + [] + + [src]

+
pub unsafe extern fn getenv(s: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.labs.html b/libc/funcs/c95/stdlib/fn.labs.html new file mode 100644 index 0000000..4739aac --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.labs.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::labs - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::labs + + [] + + [src]

+
pub unsafe extern fn labs(i: c_long) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.malloc.html b/libc/funcs/c95/stdlib/fn.malloc.html new file mode 100644 index 0000000..d257ad1 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.malloc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::malloc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::malloc + + [] + + [src]

+
pub unsafe extern fn malloc(size: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.rand.html b/libc/funcs/c95/stdlib/fn.rand.html new file mode 100644 index 0000000..705326a --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.rand.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::rand - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::rand + + [] + + [src]

+
pub unsafe extern fn rand() -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.realloc.html b/libc/funcs/c95/stdlib/fn.realloc.html new file mode 100644 index 0000000..c1f287b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.realloc.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::realloc - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::realloc + + [] + + [src]

+
pub unsafe extern fn realloc(p: *mut c_void, size: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.srand.html b/libc/funcs/c95/stdlib/fn.srand.html new file mode 100644 index 0000000..e4f5d6c --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.srand.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::srand - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::srand + + [] + + [src]

+
pub unsafe extern fn srand(seed: c_uint)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.strtod.html b/libc/funcs/c95/stdlib/fn.strtod.html new file mode 100644 index 0000000..fc91fa5 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.strtod.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::strtod - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::strtod + + [] + + [src]

+
pub unsafe extern fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.strtol.html b/libc/funcs/c95/stdlib/fn.strtol.html new file mode 100644 index 0000000..1dd9a02 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.strtol.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::strtol - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::strtol + + [] + + [src]

+
pub unsafe extern fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.strtoul.html b/libc/funcs/c95/stdlib/fn.strtoul.html new file mode 100644 index 0000000..84bce3b --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.strtoul.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::strtoul - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::strtoul + + [] + + [src]

+
pub unsafe extern fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/fn.system.html b/libc/funcs/c95/stdlib/fn.system.html new file mode 100644 index 0000000..7a7c8d0 --- /dev/null +++ b/libc/funcs/c95/stdlib/fn.system.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::stdlib::system - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::stdlib::system + + [] + + [src]

+
pub unsafe extern fn system(s: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/index.html b/libc/funcs/c95/stdlib/index.html new file mode 100644 index 0000000..1e091b7 --- /dev/null +++ b/libc/funcs/c95/stdlib/index.html @@ -0,0 +1,247 @@ + + + + + + + + + + libc::funcs::c95::stdlib - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::c95::stdlib + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
_exit + +
abs + +
atexit + +
atof + +
atoi + +
calloc + +
exit +

Exits the running program in a possibly dangerous manner.

+ +
free + +
getenv + +
labs + +
malloc + +
rand + +
realloc + +
srand + +
strtod + +
strtol + +
strtoul + +
system + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/stdlib/sidebar-items.js b/libc/funcs/c95/stdlib/sidebar-items.js new file mode 100644 index 0000000..103f2ab --- /dev/null +++ b/libc/funcs/c95/stdlib/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["_exit",""],["abs",""],["atexit",""],["atof",""],["atoi",""],["calloc",""],["exit","Exits the running program in a possibly dangerous manner."],["free",""],["getenv",""],["labs",""],["malloc",""],["rand",""],["realloc",""],["srand",""],["strtod",""],["strtol",""],["strtoul",""],["system",""]]}); \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.memchr.html b/libc/funcs/c95/string/fn.memchr.html new file mode 100644 index 0000000..014fa91 --- /dev/null +++ b/libc/funcs/c95/string/fn.memchr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::memchr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::memchr + + [] + + [src]

+
pub unsafe extern fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.memcmp.html b/libc/funcs/c95/string/fn.memcmp.html new file mode 100644 index 0000000..c57eab4 --- /dev/null +++ b/libc/funcs/c95/string/fn.memcmp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::memcmp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::memcmp + + [] + + [src]

+
pub unsafe extern fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcat.html b/libc/funcs/c95/string/fn.strcat.html new file mode 100644 index 0000000..1d559eb --- /dev/null +++ b/libc/funcs/c95/string/fn.strcat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcat + + [] + + [src]

+
pub unsafe extern fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strchr.html b/libc/funcs/c95/string/fn.strchr.html new file mode 100644 index 0000000..440e9b1 --- /dev/null +++ b/libc/funcs/c95/string/fn.strchr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strchr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strchr + + [] + + [src]

+
pub unsafe extern fn strchr(cs: *const c_char, c: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcmp.html b/libc/funcs/c95/string/fn.strcmp.html new file mode 100644 index 0000000..b2d89c4 --- /dev/null +++ b/libc/funcs/c95/string/fn.strcmp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcmp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcmp + + [] + + [src]

+
pub unsafe extern fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcoll.html b/libc/funcs/c95/string/fn.strcoll.html new file mode 100644 index 0000000..d5979ab --- /dev/null +++ b/libc/funcs/c95/string/fn.strcoll.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcoll - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcoll + + [] + + [src]

+
pub unsafe extern fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcpy.html b/libc/funcs/c95/string/fn.strcpy.html new file mode 100644 index 0000000..cc0441f --- /dev/null +++ b/libc/funcs/c95/string/fn.strcpy.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcpy - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcpy + + [] + + [src]

+
pub unsafe extern fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcspn.html b/libc/funcs/c95/string/fn.strcspn.html new file mode 100644 index 0000000..8d908d0 --- /dev/null +++ b/libc/funcs/c95/string/fn.strcspn.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcspn - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcspn + + [] + + [src]

+
pub unsafe extern fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strerror.html b/libc/funcs/c95/string/fn.strerror.html new file mode 100644 index 0000000..2927894 --- /dev/null +++ b/libc/funcs/c95/string/fn.strerror.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strerror - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strerror + + [] + + [src]

+
pub unsafe extern fn strerror(n: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strlen.html b/libc/funcs/c95/string/fn.strlen.html new file mode 100644 index 0000000..939e5e3 --- /dev/null +++ b/libc/funcs/c95/string/fn.strlen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strlen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strlen + + [] + + [src]

+
pub unsafe extern fn strlen(cs: *const c_char) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strncat.html b/libc/funcs/c95/string/fn.strncat.html new file mode 100644 index 0000000..44a7698 --- /dev/null +++ b/libc/funcs/c95/string/fn.strncat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strncat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strncat + + [] + + [src]

+
pub unsafe extern fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strncmp.html b/libc/funcs/c95/string/fn.strncmp.html new file mode 100644 index 0000000..cf3e7dc --- /dev/null +++ b/libc/funcs/c95/string/fn.strncmp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strncmp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strncmp + + [] + + [src]

+
pub unsafe extern fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strncpy.html b/libc/funcs/c95/string/fn.strncpy.html new file mode 100644 index 0000000..ea9a22e --- /dev/null +++ b/libc/funcs/c95/string/fn.strncpy.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strncpy - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strncpy + + [] + + [src]

+
pub unsafe extern fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strpbrk.html b/libc/funcs/c95/string/fn.strpbrk.html new file mode 100644 index 0000000..8558c31 --- /dev/null +++ b/libc/funcs/c95/string/fn.strpbrk.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strpbrk - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strpbrk + + [] + + [src]

+
pub unsafe extern fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strrchr.html b/libc/funcs/c95/string/fn.strrchr.html new file mode 100644 index 0000000..91ec007 --- /dev/null +++ b/libc/funcs/c95/string/fn.strrchr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strrchr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strrchr + + [] + + [src]

+
pub unsafe extern fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strspn.html b/libc/funcs/c95/string/fn.strspn.html new file mode 100644 index 0000000..c0e670b --- /dev/null +++ b/libc/funcs/c95/string/fn.strspn.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strspn - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strspn + + [] + + [src]

+
pub unsafe extern fn strspn(cs: *const c_char, ct: *const c_char) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strstr.html b/libc/funcs/c95/string/fn.strstr.html new file mode 100644 index 0000000..64ad163 --- /dev/null +++ b/libc/funcs/c95/string/fn.strstr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strstr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strstr + + [] + + [src]

+
pub unsafe extern fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strtok.html b/libc/funcs/c95/string/fn.strtok.html new file mode 100644 index 0000000..be9f872 --- /dev/null +++ b/libc/funcs/c95/string/fn.strtok.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strtok - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strtok + + [] + + [src]

+
pub unsafe extern fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strxfrm.html b/libc/funcs/c95/string/fn.strxfrm.html new file mode 100644 index 0000000..bbc2b76 --- /dev/null +++ b/libc/funcs/c95/string/fn.strxfrm.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strxfrm - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strxfrm + + [] + + [src]

+
pub unsafe extern fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.wcslen.html b/libc/funcs/c95/string/fn.wcslen.html new file mode 100644 index 0000000..cdbf7bd --- /dev/null +++ b/libc/funcs/c95/string/fn.wcslen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::wcslen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::wcslen + + [] + + [src]

+
pub unsafe extern fn wcslen(buf: *const wchar_t) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/index.html b/libc/funcs/c95/string/index.html new file mode 100644 index 0000000..8259a3a --- /dev/null +++ b/libc/funcs/c95/string/index.html @@ -0,0 +1,262 @@ + + + + + + + + + + libc::funcs::c95::string - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::c95::string + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
memchr + +
memcmp + +
strcat + +
strchr + +
strcmp + +
strcoll + +
strcpy + +
strcspn + +
strerror + +
strlen + +
strncat + +
strncmp + +
strncpy + +
strpbrk + +
strrchr + +
strspn + +
strstr + +
strtok + +
strxfrm + +
wcslen + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/sidebar-items.js b/libc/funcs/c95/string/sidebar-items.js new file mode 100644 index 0000000..87cab9d --- /dev/null +++ b/libc/funcs/c95/string/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["memchr",""],["memcmp",""],["strcat",""],["strchr",""],["strcmp",""],["strcoll",""],["strcpy",""],["strcspn",""],["strerror",""],["strlen",""],["strncat",""],["strncmp",""],["strncpy",""],["strpbrk",""],["strrchr",""],["strspn",""],["strstr",""],["strtok",""],["strxfrm",""],["wcslen",""]]}); \ No newline at end of file diff --git a/libc/funcs/index.html b/libc/funcs/index.html new file mode 100644 index 0000000..06857db --- /dev/null +++ b/libc/funcs/index.html @@ -0,0 +1,142 @@ + + + + + + + + + + libc::funcs - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs + + [] + + [src]

+

Modules

+ + + + + + + + + + + + + + + + + + + + + + + + + +
bsd43 + +
bsd44 + +
c95 + +
posix01 + +
posix88 + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/glob/fn.glob.html b/libc/funcs/posix01/glob/fn.glob.html new file mode 100644 index 0000000..32e58aa --- /dev/null +++ b/libc/funcs/posix01/glob/fn.glob.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::glob::glob - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::glob::glob + + [] + + [src]

+
pub unsafe extern fn glob(pattern: *const c_char, flags: c_int, errfunc: Option< extern "C" fn(epath: *const c_char, errno: c_int) -> c_int>, pglob: *mut glob_t)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/glob/fn.globfree.html b/libc/funcs/posix01/glob/fn.globfree.html new file mode 100644 index 0000000..80fbc3b --- /dev/null +++ b/libc/funcs/posix01/glob/fn.globfree.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::glob::globfree - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::glob::globfree + + [] + + [src]

+
pub unsafe extern fn globfree(pglob: *mut glob_t)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/glob/index.html b/libc/funcs/posix01/glob/index.html new file mode 100644 index 0000000..dee1cb6 --- /dev/null +++ b/libc/funcs/posix01/glob/index.html @@ -0,0 +1,118 @@ + + + + + + + + + + libc::funcs::posix01::glob - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix01::glob + + [] + + [src]

+

Functions

+ + + + + + + + + + +
glob + +
globfree + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/glob/sidebar-items.js b/libc/funcs/posix01/glob/sidebar-items.js new file mode 100644 index 0000000..94f038b --- /dev/null +++ b/libc/funcs/posix01/glob/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["glob",""],["globfree",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix01/index.html b/libc/funcs/posix01/index.html new file mode 100644 index 0000000..3c446d0 --- /dev/null +++ b/libc/funcs/posix01/index.html @@ -0,0 +1,150 @@ + + + + + + + + + + libc::funcs::posix01 - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix01 + + [] + + [src]

+

Modules

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
glob + +
mman + +
resource + +
signal + +
stat_ + +
unistd + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/mman/fn.posix_madvise.html b/libc/funcs/posix01/mman/fn.posix_madvise.html new file mode 100644 index 0000000..676db7b --- /dev/null +++ b/libc/funcs/posix01/mman/fn.posix_madvise.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::mman::posix_madvise - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::mman::posix_madvise + + [] + + [src]

+
pub unsafe extern fn posix_madvise(addr: *mut c_void, len: size_t, advice: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/mman/index.html b/libc/funcs/posix01/mman/index.html new file mode 100644 index 0000000..793712c --- /dev/null +++ b/libc/funcs/posix01/mman/index.html @@ -0,0 +1,110 @@ + + + + + + + + + + libc::funcs::posix01::mman - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix01::mman + + [] + + [src]

+

Functions

+ + + + + +
posix_madvise + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/mman/sidebar-items.js b/libc/funcs/posix01/mman/sidebar-items.js new file mode 100644 index 0000000..190699d --- /dev/null +++ b/libc/funcs/posix01/mman/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["posix_madvise",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix01/resource/fn.getrlimit.html b/libc/funcs/posix01/resource/fn.getrlimit.html new file mode 100644 index 0000000..02ce10c --- /dev/null +++ b/libc/funcs/posix01/resource/fn.getrlimit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::resource::getrlimit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::resource::getrlimit + + [] + + [src]

+
pub unsafe extern fn getrlimit(resource: c_int, rlim: *mut rlimit) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/resource/fn.getrusage.html b/libc/funcs/posix01/resource/fn.getrusage.html new file mode 100644 index 0000000..7d5a71b --- /dev/null +++ b/libc/funcs/posix01/resource/fn.getrusage.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::resource::getrusage - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::resource::getrusage + + [] + + [src]

+
pub unsafe extern fn getrusage(resource: c_int, usage: *mut rusage) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/resource/fn.setrlimit.html b/libc/funcs/posix01/resource/fn.setrlimit.html new file mode 100644 index 0000000..7d0e64d --- /dev/null +++ b/libc/funcs/posix01/resource/fn.setrlimit.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::resource::setrlimit - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::resource::setrlimit + + [] + + [src]

+
pub unsafe extern fn setrlimit(resource: c_int, rlim: *const rlimit) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/resource/index.html b/libc/funcs/posix01/resource/index.html new file mode 100644 index 0000000..4489e41 --- /dev/null +++ b/libc/funcs/posix01/resource/index.html @@ -0,0 +1,126 @@ + + + + + + + + + + libc::funcs::posix01::resource - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix01::resource + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + +
getrlimit + +
getrusage + +
setrlimit + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/resource/sidebar-items.js b/libc/funcs/posix01/resource/sidebar-items.js new file mode 100644 index 0000000..1f77e98 --- /dev/null +++ b/libc/funcs/posix01/resource/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["getrlimit",""],["getrusage",""],["setrlimit",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix01/sidebar-items.js b/libc/funcs/posix01/sidebar-items.js new file mode 100644 index 0000000..c1fc5f9 --- /dev/null +++ b/libc/funcs/posix01/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"mod":[["glob",""],["mman",""],["resource",""],["signal",""],["stat_",""],["unistd",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix01/signal/fn.signal.html b/libc/funcs/posix01/signal/fn.signal.html new file mode 100644 index 0000000..1cb29dc --- /dev/null +++ b/libc/funcs/posix01/signal/fn.signal.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::signal::signal - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::signal::signal + + [] + + [src]

+
pub unsafe extern fn signal(signum: c_int, handler: sighandler_t) -> sighandler_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/signal/index.html b/libc/funcs/posix01/signal/index.html new file mode 100644 index 0000000..1285786 --- /dev/null +++ b/libc/funcs/posix01/signal/index.html @@ -0,0 +1,110 @@ + + + + + + + + + + libc::funcs::posix01::signal - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix01::signal + + [] + + [src]

+

Functions

+ + + + + +
signal + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/signal/sidebar-items.js b/libc/funcs/posix01/signal/sidebar-items.js new file mode 100644 index 0000000..20f606c --- /dev/null +++ b/libc/funcs/posix01/signal/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["signal",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix01/stat_/fn.lstat.html b/libc/funcs/posix01/stat_/fn.lstat.html new file mode 100644 index 0000000..a1d4529 --- /dev/null +++ b/libc/funcs/posix01/stat_/fn.lstat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::stat_::lstat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::stat_::lstat + + [] + + [src]

+
pub unsafe extern fn lstat(path: *const c_char, buf: *mut stat) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/stat_/index.html b/libc/funcs/posix01/stat_/index.html new file mode 100644 index 0000000..dc0578a --- /dev/null +++ b/libc/funcs/posix01/stat_/index.html @@ -0,0 +1,110 @@ + + + + + + + + + + libc::funcs::posix01::stat_ - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix01::stat_ + + [] + + [src]

+

Functions

+ + + + + +
lstat + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/stat_/sidebar-items.js b/libc/funcs/posix01/stat_/sidebar-items.js new file mode 100644 index 0000000..361e32a --- /dev/null +++ b/libc/funcs/posix01/stat_/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["lstat",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.fdatasync.html b/libc/funcs/posix01/unistd/fn.fdatasync.html new file mode 100644 index 0000000..58755e4 --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.fdatasync.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::fdatasync - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::fdatasync + + [] + + [src]

+
pub unsafe extern fn fdatasync(fd: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.fsync.html b/libc/funcs/posix01/unistd/fn.fsync.html new file mode 100644 index 0000000..8e0361f --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.fsync.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::fsync - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::fsync + + [] + + [src]

+
pub unsafe extern fn fsync(fd: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.ftruncate.html b/libc/funcs/posix01/unistd/fn.ftruncate.html new file mode 100644 index 0000000..0eb3114 --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.ftruncate.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::ftruncate - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::ftruncate + + [] + + [src]

+
pub unsafe extern fn ftruncate(fd: c_int, length: off_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.putenv.html b/libc/funcs/posix01/unistd/fn.putenv.html new file mode 100644 index 0000000..658c206 --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.putenv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::putenv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::putenv + + [] + + [src]

+
pub unsafe extern fn putenv(string: *mut c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.readlink.html b/libc/funcs/posix01/unistd/fn.readlink.html new file mode 100644 index 0000000..69ff112 --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.readlink.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::readlink - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::readlink + + [] + + [src]

+
pub unsafe extern fn readlink(path: *const c_char, buf: *mut c_char, bufsz: size_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.setenv.html b/libc/funcs/posix01/unistd/fn.setenv.html new file mode 100644 index 0000000..5fc1899 --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.setenv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::setenv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::setenv + + [] + + [src]

+
pub unsafe extern fn setenv(name: *const c_char, val: *const c_char, overwrite: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.symlink.html b/libc/funcs/posix01/unistd/fn.symlink.html new file mode 100644 index 0000000..4a30bc6 --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.symlink.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::symlink - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::symlink + + [] + + [src]

+
pub unsafe extern fn symlink(path1: *const c_char, path2: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/fn.unsetenv.html b/libc/funcs/posix01/unistd/fn.unsetenv.html new file mode 100644 index 0000000..6f887a3 --- /dev/null +++ b/libc/funcs/posix01/unistd/fn.unsetenv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix01::unistd::unsetenv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix01::unistd::unsetenv + + [] + + [src]

+
pub unsafe extern fn unsetenv(name: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/index.html b/libc/funcs/posix01/unistd/index.html new file mode 100644 index 0000000..e92f476 --- /dev/null +++ b/libc/funcs/posix01/unistd/index.html @@ -0,0 +1,166 @@ + + + + + + + + + + libc::funcs::posix01::unistd - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix01::unistd + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
fdatasync + +
fsync + +
ftruncate + +
putenv + +
readlink + +
setenv + +
symlink + +
unsetenv + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix01/unistd/sidebar-items.js b/libc/funcs/posix01/unistd/sidebar-items.js new file mode 100644 index 0000000..14e3419 --- /dev/null +++ b/libc/funcs/posix01/unistd/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["fdatasync",""],["fsync",""],["ftruncate",""],["putenv",""],["readlink",""],["setenv",""],["symlink",""],["unsetenv",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/fn.closedir.html b/libc/funcs/posix88/dirent/fn.closedir.html new file mode 100644 index 0000000..8a62a2a --- /dev/null +++ b/libc/funcs/posix88/dirent/fn.closedir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::dirent::closedir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::dirent::closedir + + [] + + [src]

+
pub unsafe extern fn closedir(dirp: *mut DIR) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/fn.opendir.html b/libc/funcs/posix88/dirent/fn.opendir.html new file mode 100644 index 0000000..997a36d --- /dev/null +++ b/libc/funcs/posix88/dirent/fn.opendir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::dirent::opendir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::dirent::opendir + + [] + + [src]

+
pub unsafe extern fn opendir(dirname: *const c_char) -> *mut DIR
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/fn.readdir_r.html b/libc/funcs/posix88/dirent/fn.readdir_r.html new file mode 100644 index 0000000..923ac26 --- /dev/null +++ b/libc/funcs/posix88/dirent/fn.readdir_r.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::dirent::readdir_r - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::dirent::readdir_r + + [] + + [src]

+
pub unsafe extern fn readdir_r(dirp: *mut DIR, entry: *mut dirent_t, result: *mut *mut dirent_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/fn.rewinddir.html b/libc/funcs/posix88/dirent/fn.rewinddir.html new file mode 100644 index 0000000..7eac539 --- /dev/null +++ b/libc/funcs/posix88/dirent/fn.rewinddir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::dirent::rewinddir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::dirent::rewinddir + + [] + + [src]

+
pub unsafe extern fn rewinddir(dirp: *mut DIR)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/fn.seekdir.html b/libc/funcs/posix88/dirent/fn.seekdir.html new file mode 100644 index 0000000..bd88336 --- /dev/null +++ b/libc/funcs/posix88/dirent/fn.seekdir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::dirent::seekdir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::dirent::seekdir + + [] + + [src]

+
pub unsafe extern fn seekdir(dirp: *mut DIR, loc: c_long)
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/fn.telldir.html b/libc/funcs/posix88/dirent/fn.telldir.html new file mode 100644 index 0000000..5fe3451 --- /dev/null +++ b/libc/funcs/posix88/dirent/fn.telldir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::dirent::telldir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::dirent::telldir + + [] + + [src]

+
pub unsafe extern fn telldir(dirp: *mut DIR) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/index.html b/libc/funcs/posix88/dirent/index.html new file mode 100644 index 0000000..30b3958 --- /dev/null +++ b/libc/funcs/posix88/dirent/index.html @@ -0,0 +1,150 @@ + + + + + + + + + + libc::funcs::posix88::dirent - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::dirent + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
closedir + +
opendir + +
readdir_r + +
rewinddir + +
seekdir + +
telldir + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/dirent/sidebar-items.js b/libc/funcs/posix88/dirent/sidebar-items.js new file mode 100644 index 0000000..1b18e93 --- /dev/null +++ b/libc/funcs/posix88/dirent/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["closedir",""],["opendir",""],["readdir_r",""],["rewinddir",""],["seekdir",""],["telldir",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/fn.creat.html b/libc/funcs/posix88/fcntl/fn.creat.html new file mode 100644 index 0000000..d33ff2c --- /dev/null +++ b/libc/funcs/posix88/fcntl/fn.creat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::fcntl::creat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::fcntl::creat + + [] + + [src]

+
pub unsafe extern fn creat(path: *const c_char, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/fn.fcntl.html b/libc/funcs/posix88/fcntl/fn.fcntl.html new file mode 100644 index 0000000..a3e5fb0 --- /dev/null +++ b/libc/funcs/posix88/fcntl/fn.fcntl.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::fcntl::fcntl - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::fcntl::fcntl + + [] + + [src]

+
pub unsafe extern fn fcntl(fd: c_int, cmd: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/fn.open.html b/libc/funcs/posix88/fcntl/fn.open.html new file mode 100644 index 0000000..6800711 --- /dev/null +++ b/libc/funcs/posix88/fcntl/fn.open.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::fcntl::open - Rust + + + + + + + + + + + + + + + +
+

Function libc::funcs::posix88::fcntl::open + + [] + + [src]

+
pub unsafe extern fn open(path: *const c_char, oflag: c_int, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/index.html b/libc/funcs/posix88/fcntl/index.html new file mode 100644 index 0000000..95e6f56 --- /dev/null +++ b/libc/funcs/posix88/fcntl/index.html @@ -0,0 +1,126 @@ + + + + + + + + + + libc::funcs::posix88::fcntl - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::fcntl + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + +
creat + +
fcntl + +
open + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/fcntl/sidebar-items.js b/libc/funcs/posix88/fcntl/sidebar-items.js new file mode 100644 index 0000000..b2b37fe --- /dev/null +++ b/libc/funcs/posix88/fcntl/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["creat",""],["fcntl",""],["open",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/index.html b/libc/funcs/posix88/index.html new file mode 100644 index 0000000..8448047 --- /dev/null +++ b/libc/funcs/posix88/index.html @@ -0,0 +1,166 @@ + + + + + + + + + + libc::funcs::posix88 - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88 + + [] + + [src]

+

Modules

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
dirent + +
fcntl + +
mman + +
net + +
signal + +
stat_ + +
stdio + +
unistd + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.mlock.html b/libc/funcs/posix88/mman/fn.mlock.html new file mode 100644 index 0000000..9a177e4 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.mlock.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::mlock - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::mlock + + [] + + [src]

+
pub unsafe extern fn mlock(addr: *const c_void, len: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.mlockall.html b/libc/funcs/posix88/mman/fn.mlockall.html new file mode 100644 index 0000000..554cb3c --- /dev/null +++ b/libc/funcs/posix88/mman/fn.mlockall.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::mlockall - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::mlockall + + [] + + [src]

+
pub unsafe extern fn mlockall(flags: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.mmap.html b/libc/funcs/posix88/mman/fn.mmap.html new file mode 100644 index 0000000..48f28e5 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.mmap.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::mmap - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::mmap + + [] + + [src]

+
pub unsafe extern fn mmap(addr: *mut c_void, len: size_t, prot: c_int, flags: c_int, fd: c_int, offset: off_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.mprotect.html b/libc/funcs/posix88/mman/fn.mprotect.html new file mode 100644 index 0000000..5a13e8c --- /dev/null +++ b/libc/funcs/posix88/mman/fn.mprotect.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::mprotect - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::mprotect + + [] + + [src]

+
pub unsafe extern fn mprotect(addr: *mut c_void, len: size_t, prot: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.msync.html b/libc/funcs/posix88/mman/fn.msync.html new file mode 100644 index 0000000..f7eda34 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.msync.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::msync - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::msync + + [] + + [src]

+
pub unsafe extern fn msync(addr: *mut c_void, len: size_t, flags: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.munlock.html b/libc/funcs/posix88/mman/fn.munlock.html new file mode 100644 index 0000000..e3f56a2 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.munlock.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::munlock - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::munlock + + [] + + [src]

+
pub unsafe extern fn munlock(addr: *const c_void, len: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.munlockall.html b/libc/funcs/posix88/mman/fn.munlockall.html new file mode 100644 index 0000000..b2d8ab2 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.munlockall.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::munlockall - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::munlockall + + [] + + [src]

+
pub unsafe extern fn munlockall() -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.munmap.html b/libc/funcs/posix88/mman/fn.munmap.html new file mode 100644 index 0000000..abac8e0 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.munmap.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::munmap - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::munmap + + [] + + [src]

+
pub unsafe extern fn munmap(addr: *mut c_void, len: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.shm_open.html b/libc/funcs/posix88/mman/fn.shm_open.html new file mode 100644 index 0000000..9498267 --- /dev/null +++ b/libc/funcs/posix88/mman/fn.shm_open.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::shm_open - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::shm_open + + [] + + [src]

+
pub unsafe extern fn shm_open(name: *const c_char, oflag: c_int, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/fn.shm_unlink.html b/libc/funcs/posix88/mman/fn.shm_unlink.html new file mode 100644 index 0000000..3ccb4fb --- /dev/null +++ b/libc/funcs/posix88/mman/fn.shm_unlink.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::mman::shm_unlink - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::mman::shm_unlink + + [] + + [src]

+
pub unsafe extern fn shm_unlink(name: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/index.html b/libc/funcs/posix88/mman/index.html new file mode 100644 index 0000000..8a11e02 --- /dev/null +++ b/libc/funcs/posix88/mman/index.html @@ -0,0 +1,182 @@ + + + + + + + + + + libc::funcs::posix88::mman - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::mman + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
mlock + +
mlockall + +
mmap + +
mprotect + +
msync + +
munlock + +
munlockall + +
munmap + +
shm_open + +
shm_unlink + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/mman/sidebar-items.js b/libc/funcs/posix88/mman/sidebar-items.js new file mode 100644 index 0000000..d04cd4c --- /dev/null +++ b/libc/funcs/posix88/mman/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["mlock",""],["mlockall",""],["mmap",""],["mprotect",""],["msync",""],["munlock",""],["munlockall",""],["munmap",""],["shm_open",""],["shm_unlink",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/net/fn.if_nametoindex.html b/libc/funcs/posix88/net/fn.if_nametoindex.html new file mode 100644 index 0000000..dc2d387 --- /dev/null +++ b/libc/funcs/posix88/net/fn.if_nametoindex.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::net::if_nametoindex - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::net::if_nametoindex + + [] + + [src]

+
pub unsafe extern fn if_nametoindex(ifname: *const c_char) -> c_uint
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/net/index.html b/libc/funcs/posix88/net/index.html new file mode 100644 index 0000000..2fba298 --- /dev/null +++ b/libc/funcs/posix88/net/index.html @@ -0,0 +1,110 @@ + + + + + + + + + + libc::funcs::posix88::net - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::net + + [] + + [src]

+

Functions

+ + + + + +
if_nametoindex + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/net/sidebar-items.js b/libc/funcs/posix88/net/sidebar-items.js new file mode 100644 index 0000000..51e78c6 --- /dev/null +++ b/libc/funcs/posix88/net/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["if_nametoindex",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/sidebar-items.js b/libc/funcs/posix88/sidebar-items.js new file mode 100644 index 0000000..14589bf --- /dev/null +++ b/libc/funcs/posix88/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"mod":[["dirent",""],["fcntl",""],["mman",""],["net",""],["signal",""],["stat_",""],["stdio",""],["unistd",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/signal/fn.kill.html b/libc/funcs/posix88/signal/fn.kill.html new file mode 100644 index 0000000..7d960d4 --- /dev/null +++ b/libc/funcs/posix88/signal/fn.kill.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::signal::kill - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::signal::kill + + [] + + [src]

+
pub unsafe extern fn kill(pid: pid_t, sig: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/signal/index.html b/libc/funcs/posix88/signal/index.html new file mode 100644 index 0000000..13402eb --- /dev/null +++ b/libc/funcs/posix88/signal/index.html @@ -0,0 +1,110 @@ + + + + + + + + + + libc::funcs::posix88::signal - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::signal + + [] + + [src]

+

Functions

+ + + + + +
kill + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/signal/sidebar-items.js b/libc/funcs/posix88/signal/sidebar-items.js new file mode 100644 index 0000000..8cc9737 --- /dev/null +++ b/libc/funcs/posix88/signal/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["kill",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/fn.chmod.html b/libc/funcs/posix88/stat_/fn.chmod.html new file mode 100644 index 0000000..9e2a574 --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.chmod.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::chmod - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::chmod + + [] + + [src]

+
pub unsafe extern fn chmod(path: *const c_char, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/fn.fchmod.html b/libc/funcs/posix88/stat_/fn.fchmod.html new file mode 100644 index 0000000..4457654 --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.fchmod.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::fchmod - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::fchmod + + [] + + [src]

+
pub unsafe extern fn fchmod(fd: c_int, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/fn.fstat.html b/libc/funcs/posix88/stat_/fn.fstat.html new file mode 100644 index 0000000..007bc8e --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.fstat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::fstat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::fstat + + [] + + [src]

+
pub unsafe extern fn fstat(fildes: c_int, buf: *mut stat) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/fn.mkdir.html b/libc/funcs/posix88/stat_/fn.mkdir.html new file mode 100644 index 0000000..8512b37 --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.mkdir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::mkdir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::mkdir + + [] + + [src]

+
pub unsafe extern fn mkdir(path: *const c_char, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/fn.mkfifo.html b/libc/funcs/posix88/stat_/fn.mkfifo.html new file mode 100644 index 0000000..c8a6e61 --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.mkfifo.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::mkfifo - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::mkfifo + + [] + + [src]

+
pub unsafe extern fn mkfifo(path: *const c_char, mode: mode_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/fn.stat.html b/libc/funcs/posix88/stat_/fn.stat.html new file mode 100644 index 0000000..1aa67a3 --- /dev/null +++ b/libc/funcs/posix88/stat_/fn.stat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stat_::stat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stat_::stat + + [] + + [src]

+
pub unsafe extern fn stat(path: *const c_char, buf: *mut stat) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/index.html b/libc/funcs/posix88/stat_/index.html new file mode 100644 index 0000000..528f06a --- /dev/null +++ b/libc/funcs/posix88/stat_/index.html @@ -0,0 +1,150 @@ + + + + + + + + + + libc::funcs::posix88::stat_ - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::stat_ + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
chmod + +
fchmod + +
fstat + +
mkdir + +
mkfifo + +
stat + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stat_/sidebar-items.js b/libc/funcs/posix88/stat_/sidebar-items.js new file mode 100644 index 0000000..221b396 --- /dev/null +++ b/libc/funcs/posix88/stat_/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["chmod",""],["fchmod",""],["fstat",""],["mkdir",""],["mkfifo",""],["stat",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/stdio/fn.fdopen.html b/libc/funcs/posix88/stdio/fn.fdopen.html new file mode 100644 index 0000000..c5c7678 --- /dev/null +++ b/libc/funcs/posix88/stdio/fn.fdopen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stdio::fdopen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stdio::fdopen + + [] + + [src]

+
pub unsafe extern fn fdopen(fd: c_int, mode: *const c_char) -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stdio/fn.fileno.html b/libc/funcs/posix88/stdio/fn.fileno.html new file mode 100644 index 0000000..9bbb1c3 --- /dev/null +++ b/libc/funcs/posix88/stdio/fn.fileno.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stdio::fileno - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stdio::fileno + + [] + + [src]

+
pub unsafe extern fn fileno(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stdio/fn.pclose.html b/libc/funcs/posix88/stdio/fn.pclose.html new file mode 100644 index 0000000..249a338 --- /dev/null +++ b/libc/funcs/posix88/stdio/fn.pclose.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stdio::pclose - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stdio::pclose + + [] + + [src]

+
pub unsafe extern fn pclose(stream: *mut FILE) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stdio/fn.popen.html b/libc/funcs/posix88/stdio/fn.popen.html new file mode 100644 index 0000000..1f2d9ea --- /dev/null +++ b/libc/funcs/posix88/stdio/fn.popen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::stdio::popen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::stdio::popen + + [] + + [src]

+
pub unsafe extern fn popen(command: *const c_char, mode: *const c_char) -> *mut FILE
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stdio/index.html b/libc/funcs/posix88/stdio/index.html new file mode 100644 index 0000000..9781cd4 --- /dev/null +++ b/libc/funcs/posix88/stdio/index.html @@ -0,0 +1,134 @@ + + + + + + + + + + libc::funcs::posix88::stdio - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::stdio + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + +
fdopen + +
fileno + +
pclose + +
popen + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/stdio/sidebar-items.js b/libc/funcs/posix88/stdio/sidebar-items.js new file mode 100644 index 0000000..4e0a1a4 --- /dev/null +++ b/libc/funcs/posix88/stdio/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["fdopen",""],["fileno",""],["pclose",""],["popen",""]]}); \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html b/libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html new file mode 100644 index 0000000..34c9de3 --- /dev/null +++ b/libc/funcs/posix88/unistd/constant._PC_NAME_MAX.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::_PC_NAME_MAX - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::_PC_NAME_MAX + + [] + + [src]

+
pub const _PC_NAME_MAX: c_int = 4
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.access.html b/libc/funcs/posix88/unistd/fn.access.html new file mode 100644 index 0000000..48f76ef --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.access.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::access - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::access + + [] + + [src]

+
pub unsafe extern fn access(path: *const c_char, amode: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.alarm.html b/libc/funcs/posix88/unistd/fn.alarm.html new file mode 100644 index 0000000..ae55f40 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.alarm.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::alarm - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::alarm + + [] + + [src]

+
pub unsafe extern fn alarm(seconds: c_uint) -> c_uint
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.chdir.html b/libc/funcs/posix88/unistd/fn.chdir.html new file mode 100644 index 0000000..60e3015 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.chdir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::chdir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::chdir + + [] + + [src]

+
pub unsafe extern fn chdir(dir: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.chown.html b/libc/funcs/posix88/unistd/fn.chown.html new file mode 100644 index 0000000..de2c7ef --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.chown.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::chown - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::chown + + [] + + [src]

+
pub unsafe extern fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.close.html b/libc/funcs/posix88/unistd/fn.close.html new file mode 100644 index 0000000..3330f49 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.close.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::close - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::close + + [] + + [src]

+
pub unsafe extern fn close(fd: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.dup.html b/libc/funcs/posix88/unistd/fn.dup.html new file mode 100644 index 0000000..adbfbb1 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.dup.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::dup - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::dup + + [] + + [src]

+
pub unsafe extern fn dup(fd: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.dup2.html b/libc/funcs/posix88/unistd/fn.dup2.html new file mode 100644 index 0000000..86d8694 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.dup2.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::dup2 - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::dup2 + + [] + + [src]

+
pub unsafe extern fn dup2(src: c_int, dst: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.execv.html b/libc/funcs/posix88/unistd/fn.execv.html new file mode 100644 index 0000000..88b454e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.execv.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::execv - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::execv + + [] + + [src]

+
pub unsafe extern fn execv(prog: *const c_char, argv: *mut *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.execve.html b/libc/funcs/posix88/unistd/fn.execve.html new file mode 100644 index 0000000..69fa329 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.execve.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::execve - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::execve + + [] + + [src]

+
pub unsafe extern fn execve(prog: *const c_char, argv: *mut *const c_char, envp: *mut *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.execvp.html b/libc/funcs/posix88/unistd/fn.execvp.html new file mode 100644 index 0000000..dba836e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.execvp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::execvp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::execvp + + [] + + [src]

+
pub unsafe extern fn execvp(c: *const c_char, argv: *mut *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.fork.html b/libc/funcs/posix88/unistd/fn.fork.html new file mode 100644 index 0000000..9aba6ba --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.fork.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::fork - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::fork + + [] + + [src]

+
pub unsafe extern fn fork() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.fpathconf.html b/libc/funcs/posix88/unistd/fn.fpathconf.html new file mode 100644 index 0000000..286413e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.fpathconf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::fpathconf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::fpathconf + + [] + + [src]

+
pub unsafe extern fn fpathconf(filedes: c_int, name: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getcwd.html b/libc/funcs/posix88/unistd/fn.getcwd.html new file mode 100644 index 0000000..efa9ccb --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getcwd.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getcwd - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getcwd + + [] + + [src]

+
pub unsafe extern fn getcwd(buf: *mut c_char, size: size_t) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getegid.html b/libc/funcs/posix88/unistd/fn.getegid.html new file mode 100644 index 0000000..ba44ae6 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getegid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getegid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getegid + + [] + + [src]

+
pub unsafe extern fn getegid() -> gid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.geteuid.html b/libc/funcs/posix88/unistd/fn.geteuid.html new file mode 100644 index 0000000..c561276 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.geteuid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::geteuid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::geteuid + + [] + + [src]

+
pub unsafe extern fn geteuid() -> uid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getgid.html b/libc/funcs/posix88/unistd/fn.getgid.html new file mode 100644 index 0000000..69075c5 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getgid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getgid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getgid + + [] + + [src]

+
pub unsafe extern fn getgid() -> gid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getgroups.html b/libc/funcs/posix88/unistd/fn.getgroups.html new file mode 100644 index 0000000..adf1f63 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getgroups.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getgroups - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getgroups + + [] + + [src]

+
pub unsafe extern fn getgroups(ngroups_max: c_int, groups: *mut gid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getlogin.html b/libc/funcs/posix88/unistd/fn.getlogin.html new file mode 100644 index 0000000..59a92ee --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getlogin.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getlogin - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getlogin + + [] + + [src]

+
pub unsafe extern fn getlogin() -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getopt.html b/libc/funcs/posix88/unistd/fn.getopt.html new file mode 100644 index 0000000..ef14108 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getopt.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getopt - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getopt + + [] + + [src]

+
pub unsafe extern fn getopt(argc: c_int, argv: *mut *const c_char, optstr: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getpgrp.html b/libc/funcs/posix88/unistd/fn.getpgrp.html new file mode 100644 index 0000000..198c5a4 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getpgrp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getpgrp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getpgrp + + [] + + [src]

+
pub unsafe extern fn getpgrp() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getpid.html b/libc/funcs/posix88/unistd/fn.getpid.html new file mode 100644 index 0000000..9ac69dc --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getpid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getpid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getpid + + [] + + [src]

+
pub unsafe extern fn getpid() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getppid.html b/libc/funcs/posix88/unistd/fn.getppid.html new file mode 100644 index 0000000..cb4513c --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getppid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getppid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getppid + + [] + + [src]

+
pub unsafe extern fn getppid() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getsid.html b/libc/funcs/posix88/unistd/fn.getsid.html new file mode 100644 index 0000000..0965436 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getsid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getsid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getsid + + [] + + [src]

+
pub unsafe extern fn getsid(pid: pid_t) -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.getuid.html b/libc/funcs/posix88/unistd/fn.getuid.html new file mode 100644 index 0000000..3443762 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.getuid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::getuid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::getuid + + [] + + [src]

+
pub unsafe extern fn getuid() -> uid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.isatty.html b/libc/funcs/posix88/unistd/fn.isatty.html new file mode 100644 index 0000000..771eb29 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.isatty.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::isatty - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::isatty + + [] + + [src]

+
pub unsafe extern fn isatty(fd: c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.link.html b/libc/funcs/posix88/unistd/fn.link.html new file mode 100644 index 0000000..9d81ada --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.link.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::link - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::link + + [] + + [src]

+
pub unsafe extern fn link(src: *const c_char, dst: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.lseek.html b/libc/funcs/posix88/unistd/fn.lseek.html new file mode 100644 index 0000000..a1e0f22 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.lseek.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::lseek - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::lseek + + [] + + [src]

+
pub unsafe extern fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.nanosleep.html b/libc/funcs/posix88/unistd/fn.nanosleep.html new file mode 100644 index 0000000..31bf1b2 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.nanosleep.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::nanosleep - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::nanosleep + + [] + + [src]

+
pub unsafe extern fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pathconf.html b/libc/funcs/posix88/unistd/fn.pathconf.html new file mode 100644 index 0000000..400d0a7 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pathconf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pathconf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pathconf + + [] + + [src]

+
pub unsafe extern fn pathconf(path: *mut c_char, name: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pause.html b/libc/funcs/posix88/unistd/fn.pause.html new file mode 100644 index 0000000..f2a5d68 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pause.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pause - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pause + + [] + + [src]

+
pub unsafe extern fn pause() -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pipe.html b/libc/funcs/posix88/unistd/fn.pipe.html new file mode 100644 index 0000000..fea651a --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pipe.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pipe - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pipe + + [] + + [src]

+
pub unsafe extern fn pipe(fds: *mut c_int) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pread.html b/libc/funcs/posix88/unistd/fn.pread.html new file mode 100644 index 0000000..1a21abb --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pread.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pread - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pread + + [] + + [src]

+
pub unsafe extern fn pread(fd: c_int, buf: *mut c_void, count: size_t, offset: off_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.pwrite.html b/libc/funcs/posix88/unistd/fn.pwrite.html new file mode 100644 index 0000000..3c0d7e1 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.pwrite.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::pwrite - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::pwrite + + [] + + [src]

+
pub unsafe extern fn pwrite(fd: c_int, buf: *const c_void, count: size_t, offset: off_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.read.html b/libc/funcs/posix88/unistd/fn.read.html new file mode 100644 index 0000000..4cec37e --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.read.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::read - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::read + + [] + + [src]

+
pub unsafe extern fn read(fd: c_int, buf: *mut c_void, count: size_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.rmdir.html b/libc/funcs/posix88/unistd/fn.rmdir.html new file mode 100644 index 0000000..2419887 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.rmdir.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::rmdir - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::rmdir + + [] + + [src]

+
pub unsafe extern fn rmdir(path: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.setgid.html b/libc/funcs/posix88/unistd/fn.setgid.html new file mode 100644 index 0000000..3bb4e05 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.setgid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::setgid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::setgid + + [] + + [src]

+
pub unsafe extern fn setgid(gid: gid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.setpgid.html b/libc/funcs/posix88/unistd/fn.setpgid.html new file mode 100644 index 0000000..52ea8fd --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.setpgid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::setpgid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::setpgid + + [] + + [src]

+
pub unsafe extern fn setpgid(pid: pid_t, pgid: pid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.setsid.html b/libc/funcs/posix88/unistd/fn.setsid.html new file mode 100644 index 0000000..484b998 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.setsid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::setsid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::setsid + + [] + + [src]

+
pub unsafe extern fn setsid() -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.setuid.html b/libc/funcs/posix88/unistd/fn.setuid.html new file mode 100644 index 0000000..a42817b --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.setuid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::setuid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::setuid + + [] + + [src]

+
pub unsafe extern fn setuid(uid: uid_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.sleep.html b/libc/funcs/posix88/unistd/fn.sleep.html new file mode 100644 index 0000000..c115c1f --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.sleep.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::sleep - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::sleep + + [] + + [src]

+
pub unsafe extern fn sleep(secs: c_uint) -> c_uint
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.sysconf.html b/libc/funcs/posix88/unistd/fn.sysconf.html new file mode 100644 index 0000000..258d10a --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.sysconf.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::sysconf - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::sysconf + + [] + + [src]

+
pub unsafe extern fn sysconf(name: c_int) -> c_long
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.tcgetpgrp.html b/libc/funcs/posix88/unistd/fn.tcgetpgrp.html new file mode 100644 index 0000000..e566891 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.tcgetpgrp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::tcgetpgrp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::tcgetpgrp + + [] + + [src]

+
pub unsafe extern fn tcgetpgrp(fd: c_int) -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.ttyname.html b/libc/funcs/posix88/unistd/fn.ttyname.html new file mode 100644 index 0000000..251db1a --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.ttyname.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::ttyname - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::ttyname + + [] + + [src]

+
pub unsafe extern fn ttyname(fd: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.unlink.html b/libc/funcs/posix88/unistd/fn.unlink.html new file mode 100644 index 0000000..9024862 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.unlink.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::unlink - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::unlink + + [] + + [src]

+
pub unsafe extern fn unlink(c: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.usleep.html b/libc/funcs/posix88/unistd/fn.usleep.html new file mode 100644 index 0000000..8cadeea --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.usleep.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::usleep - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::usleep + + [] + + [src]

+
pub unsafe extern fn usleep(secs: c_uint) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.utime.html b/libc/funcs/posix88/unistd/fn.utime.html new file mode 100644 index 0000000..7af87e4 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.utime.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::utime - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::utime + + [] + + [src]

+
pub unsafe extern fn utime(file: *const c_char, buf: *const utimbuf) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.wait.html b/libc/funcs/posix88/unistd/fn.wait.html new file mode 100644 index 0000000..356d8ef --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.wait.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::wait - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::wait + + [] + + [src]

+
pub unsafe extern fn wait(status: *const c_int) -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.waitpid.html b/libc/funcs/posix88/unistd/fn.waitpid.html new file mode 100644 index 0000000..bb74aa1 --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.waitpid.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::waitpid - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::waitpid + + [] + + [src]

+
pub unsafe extern fn waitpid(pid: pid_t, status: *const c_int, options: c_int) -> pid_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/fn.write.html b/libc/funcs/posix88/unistd/fn.write.html new file mode 100644 index 0000000..8f59b5f --- /dev/null +++ b/libc/funcs/posix88/unistd/fn.write.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::posix88::unistd::write - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::posix88::unistd::write + + [] + + [src]

+
pub unsafe extern fn write(fd: c_int, buf: *const c_void, count: size_t) -> ssize_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/index.html b/libc/funcs/posix88/unistd/index.html new file mode 100644 index 0000000..162eb60 --- /dev/null +++ b/libc/funcs/posix88/unistd/index.html @@ -0,0 +1,503 @@ + + + + + + + + + + libc::funcs::posix88::unistd - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::posix88::unistd + + [] + + [src]

+

Constants

+ + + + + +
_PC_NAME_MAX + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
access + +
alarm + +
chdir + +
chown + +
close + +
dup + +
dup2 + +
execv + +
execve + +
execvp + +
fork + +
fpathconf + +
getcwd + +
getegid + +
geteuid + +
getgid + +
getgroups + +
getlogin + +
getopt + +
getpgrp + +
getpid + +
getppid + +
getsid + +
getuid + +
isatty + +
link + +
lseek + +
nanosleep + +
pathconf + +
pause + +
pipe + +
pread + +
pwrite + +
read + +
rmdir + +
setgid + +
setpgid + +
setsid + +
setuid + +
sleep + +
sysconf + +
tcgetpgrp + +
ttyname + +
unlink + +
usleep + +
utime + +
wait + +
waitpid + +
write + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/posix88/unistd/sidebar-items.js b/libc/funcs/posix88/unistd/sidebar-items.js new file mode 100644 index 0000000..72f1b7a --- /dev/null +++ b/libc/funcs/posix88/unistd/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"constant":[["_PC_NAME_MAX",""]],"fn":[["access",""],["alarm",""],["chdir",""],["chown",""],["close",""],["dup",""],["dup2",""],["execv",""],["execve",""],["execvp",""],["fork",""],["fpathconf",""],["getcwd",""],["getegid",""],["geteuid",""],["getgid",""],["getgroups",""],["getlogin",""],["getopt",""],["getpgrp",""],["getpid",""],["getppid",""],["getsid",""],["getuid",""],["isatty",""],["link",""],["lseek",""],["nanosleep",""],["pathconf",""],["pause",""],["pipe",""],["pread",""],["pwrite",""],["read",""],["rmdir",""],["setgid",""],["setpgid",""],["setsid",""],["setuid",""],["sleep",""],["sysconf",""],["tcgetpgrp",""],["ttyname",""],["unlink",""],["usleep",""],["utime",""],["wait",""],["waitpid",""],["write",""]]}); \ No newline at end of file diff --git a/libc/funcs/sidebar-items.js b/libc/funcs/sidebar-items.js new file mode 100644 index 0000000..4b9cce8 --- /dev/null +++ b/libc/funcs/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"mod":[["bsd43",""],["bsd44",""],["c95",""],["posix01",""],["posix88",""]]}); \ No newline at end of file -- cgit v1.2.3