libc::consts::os::c95::BUFSIZ
+
+ [−]
+
+ [src]
+pub const BUFSIZ: c_uint=
8192
From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/consts/os/c95/constant.BUFSIZ.html | 101 ++++++++++++ libc/consts/os/c95/constant.EOF.html | 101 ++++++++++++ libc/consts/os/c95/constant.EXIT_FAILURE.html | 101 ++++++++++++ libc/consts/os/c95/constant.EXIT_SUCCESS.html | 101 ++++++++++++ libc/consts/os/c95/constant.FILENAME_MAX.html | 101 ++++++++++++ libc/consts/os/c95/constant.FOPEN_MAX.html | 101 ++++++++++++ libc/consts/os/c95/constant.L_tmpnam.html | 101 ++++++++++++ libc/consts/os/c95/constant.RAND_MAX.html | 101 ++++++++++++ libc/consts/os/c95/constant.SEEK_CUR.html | 101 ++++++++++++ libc/consts/os/c95/constant.SEEK_END.html | 101 ++++++++++++ libc/consts/os/c95/constant.SEEK_SET.html | 101 ++++++++++++ libc/consts/os/c95/constant.TMP_MAX.html | 101 ++++++++++++ libc/consts/os/c95/constant._IOFBF.html | 101 ++++++++++++ libc/consts/os/c95/constant._IOLBF.html | 101 ++++++++++++ libc/consts/os/c95/constant._IONBF.html | 101 ++++++++++++ libc/consts/os/c95/index.html | 222 ++++++++++++++++++++++++++ libc/consts/os/c95/sidebar-items.js | 1 + 17 files changed, 1738 insertions(+) create mode 100644 libc/consts/os/c95/constant.BUFSIZ.html create mode 100644 libc/consts/os/c95/constant.EOF.html create mode 100644 libc/consts/os/c95/constant.EXIT_FAILURE.html create mode 100644 libc/consts/os/c95/constant.EXIT_SUCCESS.html create mode 100644 libc/consts/os/c95/constant.FILENAME_MAX.html create mode 100644 libc/consts/os/c95/constant.FOPEN_MAX.html create mode 100644 libc/consts/os/c95/constant.L_tmpnam.html create mode 100644 libc/consts/os/c95/constant.RAND_MAX.html create mode 100644 libc/consts/os/c95/constant.SEEK_CUR.html create mode 100644 libc/consts/os/c95/constant.SEEK_END.html create mode 100644 libc/consts/os/c95/constant.SEEK_SET.html create mode 100644 libc/consts/os/c95/constant.TMP_MAX.html create mode 100644 libc/consts/os/c95/constant._IOFBF.html create mode 100644 libc/consts/os/c95/constant._IOLBF.html create mode 100644 libc/consts/os/c95/constant._IONBF.html create mode 100644 libc/consts/os/c95/index.html create mode 100644 libc/consts/os/c95/sidebar-items.js (limited to 'libc/consts/os/c95') diff --git a/libc/consts/os/c95/constant.BUFSIZ.html b/libc/consts/os/c95/constant.BUFSIZ.html new file mode 100644 index 0000000..06e04ea --- /dev/null +++ b/libc/consts/os/c95/constant.BUFSIZ.html @@ -0,0 +1,101 @@ + + +
+ + + + + + +pub const BUFSIZ: c_uint=
8192
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const EOF: c_int=
-1
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const EXIT_FAILURE: c_int=
1
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const EXIT_SUCCESS: c_int=
0
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const FILENAME_MAX: c_uint=
4096
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const FOPEN_MAX: c_uint=
16
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const L_tmpnam: c_uint=
20
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const RAND_MAX: c_int=
2147483647
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const SEEK_CUR: c_int=
1
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const SEEK_END: c_int=
2
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const SEEK_SET: c_int=
0
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const TMP_MAX: c_uint=
238328
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const _IOFBF: c_int=
0
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const _IOLBF: c_int=
1
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub const _IONBF: c_int=
2
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
BUFSIZ | ++ + | +
EOF | ++ + | +
EXIT_FAILURE | ++ + | +
EXIT_SUCCESS | ++ + | +
FILENAME_MAX | ++ + | +
FOPEN_MAX | ++ + | +
L_tmpnam | ++ + | +
RAND_MAX | ++ + | +
SEEK_CUR | ++ + | +
SEEK_END | ++ + | +
SEEK_SET | ++ + | +
TMP_MAX | ++ + | +
_IOFBF | ++ + | +
_IOLBF | ++ + | +
_IONBF | ++ + | +
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+