| /freebsd/stand/kboot/libkboot/ |
| H A D | seg.c | 223 parse_line(const char *line, uint64_t *startp, uint64_t *endp) in parse_line() function 307 str = parse_line(buf, &start, &end); in populate_avail_from_iomem() 321 str = parse_line(buf, &start, &end); in populate_avail_from_iomem()
|
| /freebsd/lib/libc/iconv/ |
| H A D | citrus_csmapper.c | 187 parse_line(struct parse_arg *pa, struct _region *r) in parse_line() function 229 ret = parse_line(&padst, &data); in find_dst() 263 ret = parse_line(&pa, &data); in find_best_pivot_lookup()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | ccselect_k5identity.c | 93 parse_line(krb5_context context, char *line, krb5_principal server, in parse_line() function 178 if (parse_line(context, buf, server, &princ)) in k5identity_choose()
|
| /freebsd/contrib/libedit/ |
| H A D | parse.h | 43 libedit_private int parse_line(EditLine *, const wchar_t *);
|
| H A D | parse.c | 82 parse_line(EditLine *el, const wchar_t *line) in parse_line() function
|
| H A D | el.c | 588 if ((error = parse_line(el, dptr)) == -1) in el_source()
|
| H A D | common.c | 832 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1) in ed_command()
|
| /freebsd/contrib/ntp/sntp/ag-tpl/ |
| H A D | Mdoc.pm | 484 ($n_macro, @n_args) = parse_line(undef, sub { push @ret, shift }); 508 sub parse_line { subroutine
|
| H A D | mdoc2man | 209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
| /freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | Mdoc.pm | 457 ($n_macro, @n_args) = parse_line(undef, sub { push @ret, shift }); 481 sub parse_line { subroutine
|
| H A D | mdoc2man | 183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
| H A D | mdoc2texi | 150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
|
| /freebsd/contrib/less/ |
| H A D | lesskey_parse.c | 625 static void parse_line(char *line, struct lesskey_tables *tables) in parse_line() function 687 parse_line(line, tables); in parse_lesskey() 725 parse_line(line, tables); in parse_lesskey_content()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | dbufstat.in | 375 def parse_line(line, labels): 415 d[pool][objset][key] = parse_line(line, labels) 519 vals = parse_line(line.split(), labels)
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | prof_parse.c | 290 static errcode_t parse_line(char *line, struct parse_state *state, in parse_line() function 355 retval = parse_line(bptr, state, ret_modspec); in parse_file() 399 retval = parse_line (p, state, ret_modspec); in parse_file()
|
| /freebsd/contrib/dialog/ |
| H A D | rc.c | 374 parse_line(char *line, char **var, char **value) in parse_line() function 599 parse = parse_line(str, &var, &value); /* parse current line */ in dlg_parse_rc()
|
| /freebsd/usr.sbin/crunch/crunchgen/ |
| H A D | crunchgen.c | 253 void parse_line(char *pline, int *fc, char **fv, int nf); 302 parse_line(line, &fieldc, fieldv, MAXFIELDS); in parse_one_file() 348 parse_line(char *pline, int *fc, char **fv, int nf) in parse_line() function
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_mtree.c | 128 static int parse_line(struct archive_read *, struct archive_entry *, 1195 r = parse_line(a, entry, mtree, mentry, &parsed_kws); in parse_file() 1215 r1 = parse_line(a, entry, mtree, mp, &parsed_kws); in parse_file() 1423 parse_line(struct archive_read *a, struct archive_entry *entry, in parse_line() function
|
| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | auth_acl.c | 325 parse_line(krb5_context context, const char *line, const char *fname) in parse_line() function 416 *entry_slot = parse_line(context, line, fname); in load_acl_file()
|