Searched defs:line (Results 1 - 25 of 794) sorted by path

1234567891011>>

/freebsd-10.0-release/bin/cat/
H A Dcat.c207 int ch, gobble, line, prev; local
/freebsd-10.0-release/bin/ed/
H A Ded.h63 typedef struct line { struct
/freebsd-10.0-release/bin/pkill/
H A Dpkill.c793 char *endp, line[BUFSIZ]; local
/freebsd-10.0-release/bin/sh/
H A Dinput.c124 pfgets(char *line, int len) argument
H A Dmknodes.c93 static char line[1024]; variable
[all...]
H A Dparser.c1278 char line[EOFMARKLEN + 1]; local
[all...]
/freebsd-10.0-release/cddl/compat/opensolaris/include/
H A Dassert.h51 __assert(const char *expr, const char *file, int line) argument
/freebsd-10.0-release/cddl/compat/opensolaris/misc/
H A Dfsshare.c74 static char line[MAXLINESIZE]; local
154 char *line; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c482 int nmods, line; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c123 static int cflag = 0, lflag = 0, prtmsgs = 0, line, ptr = 1, msgid = 0; variable
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c207 assfail(const char *astring, const char *file, int line) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c641 __dprintf(const char *file, const char *func, int line, const char *fmt, ...) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c111 _expected( const char *who, const char *what, const char *where, int line) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c176 static const char line[] = "----------------------------------------" local
/freebsd-10.0-release/contrib/amd/libamu/
H A Dxutil.c250 dxfree(char *file, int line, voidp ptr) argument
/freebsd-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c913 check_error(apr_dbd_t *dbc, const char *step, SQLRETURN rc, SQLSMALLINT type, SQLHANDLE h, int line) argument
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dcheck_test.cpp312 std::string line; local
H A Dtests.cpp337 impl::tc::check_errno(const char* file, const int line, const int exp_errno, argument
344 impl::tc::require_errno(const char* file, const int line, const int exp_errno, argument
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.cpp43 impl::parse_error::parse_error(size_t line, std::string msg) : argument
283 std::string line = he.name() + ": " + he.value(); local
291 os << line << "\n"; local
H A Dtest_helpers.cpp103 std::string line; local
H A Dui.cpp154 const std::string& line = *iter; local
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dcheck_test.c93 atf_dynstr_t line; local
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dprocess_test.c884 atf_dynstr_t line; local
H A Dsanity.c63 atf_sanity_inv(const char *file, int line, const char *cond) argument
69 atf_sanity_pre(const char *file, int line, const char *cond) argument
75 atf_sanity_post(const char *file, int line, const char *cond) argument
H A Dsanity_test.c58 grep(const atf_dynstr_t *line, const char *text) argument

Completed in 317 milliseconds

1234567891011>>