Searched defs:line (Results 351 - 375 of 892) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/openssl/apps/
H A Dopenssl.c158 static void lock_dbg_cb(int mode, int type, const char *file, int line) argument
/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c252 ssl_err_check(const char *file, int line) argument
294 test_header(const char *file, int line, const char *a1, const char *a2, argument
306 assert_bignum(const char *file, int line, const char *a1, const char *a2, argument
319 assert_string(const char *file, int line, const char *a1, const char *a2, argument
354 assert_mem(const char *file, int line, const char *a1, const char *a2, const void *aa1, const void *aa2, size_t l, enum test_predicate pred) argument
388 assert_mem_filled(const char *file, int line, const char *a1, const void *aa1, u_char v, size_t l, enum test_predicate pred) argument
412 assert_int(const char *file, int line, const char *a1, const char *a2, int aa1, int aa2, enum test_predicate pred) argument
423 assert_size_t(const char *file, int line, const char *a1, const char *a2, size_t aa1, size_t aa2, enum test_predicate pred) argument
434 assert_u_int(const char *file, int line, const char *a1, const char *a2, u_int aa1, u_int aa2, enum test_predicate pred) argument
445 assert_long(const char *file, int line, const char *a1, const char *a2, long aa1, long aa2, enum test_predicate pred) argument
456 assert_long_long(const char *file, int line, const char *a1, const char *a2, long long aa1, long long aa2, enum test_predicate pred) argument
467 assert_char(const char *file, int line, const char *a1, const char *a2, char aa1, char aa2, enum test_predicate pred) argument
482 assert_u8(const char *file, int line, const char *a1, const char *a2, u_int8_t aa1, u_int8_t aa2, enum test_predicate pred) argument
493 assert_u16(const char *file, int line, const char *a1, const char *a2, u_int16_t aa1, u_int16_t aa2, enum test_predicate pred) argument
504 assert_u32(const char *file, int line, const char *a1, const char *a2, u_int32_t aa1, u_int32_t aa2, enum test_predicate pred) argument
515 assert_u64(const char *file, int line, const char *a1, const char *a2, u_int64_t aa1, u_int64_t aa2, enum test_predicate pred) argument
528 assert_ptr(const char *file, int line, const char *a1, const char *a2, const void *aa1, const void *aa2, enum test_predicate pred) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.h66 int line; /* line where it appeared */ member in struct:Labeldesc
/freebsd-11-stable/stand/uboot/lib/
H A Ddisk.c244 static char line[80]; local
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c246 addrinfo_read_snapshot_ai(struct addrinfo *ai, char *line) argument
309 addrinfo_read_snapshot_func(struct addrinfo *ai, char *line) argument
384 addrinfo_read_hostlist_func(struct addrinfo *ai, char *line) argument
H A Dgetpw_test.c159 passwd_read_snapshot_func(struct passwd *pwd, char *line) argument
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_def.c189 static int def_load(CONF *conf, const char *name, long *line) argument
213 static int def_load_bio(CONF *conf, BIO *in, long *line) argument
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c242 char *line, *p, *key, *val; local
/freebsd-11-stable/lib/libutil/
H A Dgr_util.c167 char *buf, *end, *line, *p, *q, *r, *tmp; local
431 char *line; local
598 __gr_scan(char *line, struct group *gr) argument
644 gr_scan(const char *line) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dmem.c77 static void *default_malloc_ex(size_t num, const char *file, int line) argument
110 static void *default_malloc_locked_ex(size_t num, const char *file, int line) argument
296 void *CRYPTO_malloc_locked(int num, const char *file, int line) argument
94 default_realloc_ex(void *str, size_t num, const char *file, int line) argument
332 CRYPTO_malloc(int num, const char *file, int line) argument
356 CRYPTO_strdup(const char *str, const char *file, int line) argument
367 CRYPTO_realloc(void *str, int num, const char *file, int line) argument
390 CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file, int line) argument
439 CRYPTO_remalloc(void *a, int num, const char *file, int line) argument
[all...]
/freebsd-11-stable/sys/dev/gpio/
H A Dchvgpio.c462 int line; local
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_macro.c239 lookup(struct roff_man *mdoc, int from, int line, int ppos, const char *p) argument
398 find_pending(struct roff_man *mdoc, enum roff_tok tok, int line, int ppos, argument
435 dword(struct roff_man *mdoc, int line, int col, const char *p, argument
469 append_delims(struct roff_man *mdoc, int line, int *pos, char *buf) argument
1444 parse_rest(struct roff_man *mdoc, enum roff_tok tok, int line, int *pos, char *buf) argument
[all...]
H A Dmdoc_argv.c278 mdoc_argv(struct roff_man *mdoc, int line, enum roff_tok tok, argument
416 mdoc_args(struct roff_man *mdoc, int line, int *pos, argument
448 args(struct roff_man *mdoc, int line, int *pos, char *buf, enum argsflag fl, char **v) argument
643 argv_multi(struct roff_man *mdoc, int line, struct mdoc_argv *v, int *pos, char *buf) argument
665 argv_single(struct roff_man *mdoc, int line, struct mdoc_argv *v, int *pos, char *buf) argument
[all...]
H A Dtbl_term.c463 char line, cros local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c386 char *line, *lastpattern = NULL, data_path[MAXPATHLEN]; local
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Dlibmap.c198 char line[MAXPATHLEN + 13]; local
/freebsd-11-stable/sbin/ccdconfig/
H A Dccdconfig.c286 char line[_POSIX2_LINE_MAX]; local
/freebsd-11-stable/contrib/ntp/libntp/
H A Daudio.c136 char device[20], line[100], ab[100]; local
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dpjdlog.c581 pjdlog_abort(const char *func, const char *file, int line, argument
/freebsd-11-stable/stand/efi/loader/
H A Dframebuffer.c113 efifb_uga_find_pixel(EFI_UGA_DRAW_PROTOCOL *uga, u_int line, argument
/freebsd-11-stable/usr.bin/calendar/
H A Dio.c136 token(char *line, FILE *out, bool *skip) argument
239 char *line = NULL; local
[all...]
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c293 static int spkr, line; variable
[all...]
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c56 char line[sizeof(((struct utmpx *)0)->ut_line)]; member in struct:utmpx_entry
75 char line[sizeof(((struct utmpx *)0)->ut_line) + 2]; member in struct:tty_entry
103 add_tty(const char *line) argument
132 do_tty(const char *line) argument
[all...]
/freebsd-11-stable/usr.bin/nl/
H A Dnl.c279 int line; /* logical line number */ local
[all...]
/freebsd-11-stable/usr.sbin/apmd/
H A Dapmd.h71 char * line; /* Command line */ member in struct:event_cmd_exec

Completed in 171 milliseconds

<<11121314151617181920>>