Postfix3.3.1
|
マクロ定義 | |
#define | vstring_fgets(s, p) (vstring_get((s), (p)) == VSTREAM_EOF ? 0 : (s)) |
#define | vstring_fgets_nonl(s, p) (vstring_get_nonl((s), (p)) == VSTREAM_EOF ? 0 : (s)) |
#define | vstring_fgets_null(s, p) (vstring_get_null((s), (p)) == VSTREAM_EOF ? 0 : (s)) |
#define | vstring_fgets_bound(s, p, l) (vstring_get_bound((s), (p), (l)) == VSTREAM_EOF ? 0 : (s)) |
#define | vstring_fgets_nonl_bound(s, p, l) (vstring_get_nonl_bound((s), (p), (l)) == VSTREAM_EOF ? 0 : (s)) |
関数 | |
int WARN_UNUSED_RESULT | vstring_get (VSTRING *, VSTREAM *) |
int WARN_UNUSED_RESULT | vstring_get_nonl (VSTRING *, VSTREAM *) |
int WARN_UNUSED_RESULT | vstring_get_null (VSTRING *, VSTREAM *) |
int WARN_UNUSED_RESULT | vstring_get_bound (VSTRING *, VSTREAM *, ssize_t) |
int WARN_UNUSED_RESULT | vstring_get_nonl_bound (VSTRING *, VSTREAM *, ssize_t) |
int WARN_UNUSED_RESULT | vstring_get_null_bound (VSTRING *, VSTREAM *, ssize_t) |
#define vstring_fgets | ( | s, | |
p | |||
) | (vstring_get((s), (p)) == VSTREAM_EOF ? 0 : (s)) |
vstring_vstream.h の 33 行目に定義があります。
#define vstring_fgets_bound | ( | s, | |
p, | |||
l | |||
) | (vstring_get_bound((s), (p), (l)) == VSTREAM_EOF ? 0 : (s)) |
vstring_vstream.h の 39 行目に定義があります。
#define vstring_fgets_nonl | ( | s, | |
p | |||
) | (vstring_get_nonl((s), (p)) == VSTREAM_EOF ? 0 : (s)) |
vstring_vstream.h の 35 行目に定義があります。
#define vstring_fgets_nonl_bound | ( | s, | |
p, | |||
l | |||
) | (vstring_get_nonl_bound((s), (p), (l)) == VSTREAM_EOF ? 0 : (s)) |
vstring_vstream.h の 41 行目に定義があります。
#define vstring_fgets_null | ( | s, | |
p | |||
) | (vstring_get_null((s), (p)) == VSTREAM_EOF ? 0 : (s)) |
vstring_vstream.h の 37 行目に定義があります。
int WARN_UNUSED_RESULT vstring_get | ( | VSTRING * | , |
VSTREAM * | |||
) |
vstring_vstream.c の 87 行目に定義があります。
int WARN_UNUSED_RESULT vstring_get_bound | ( | VSTRING * | , |
VSTREAM * | , | ||
ssize_t | |||
) |
vstring_vstream.c の 129 行目に定義があります。
int WARN_UNUSED_RESULT vstring_get_nonl | ( | VSTRING * | , |
VSTREAM * | |||
) |
vstring_vstream.c の 103 行目に定義があります。
int WARN_UNUSED_RESULT vstring_get_nonl_bound | ( | VSTRING * | , |
VSTREAM * | , | ||
ssize_t | |||
) |
vstring_vstream.c の 148 行目に定義があります。
int WARN_UNUSED_RESULT vstring_get_null | ( | VSTRING * | , |
VSTREAM * | |||
) |
vstring_vstream.c の 116 行目に定義があります。
int WARN_UNUSED_RESULT vstring_get_null_bound | ( | VSTRING * | , |
VSTREAM * | , | ||
ssize_t | |||
) |
vstring_vstream.c の 164 行目に定義があります。