Home
last modified time | relevance | path

Searched refs:parse_file (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/tools/tools/notescheck/
H A Dnotescheck.py174 def parse_file(file, callback, *args): function
345 parse_file(tree + 'conf/files', parse_files_line, global_platform)
346 parse_file(tree + 'conf/options', parse_options_line, global_platform)
347 parse_file(tree + 'conf/NOTES', parse_notes_line, global_platform)
353 parse_file(files_file, parse_files_line, platform)
356 parse_file(options_file, parse_options_line, platform)
357 parse_file(tree + platform + '/conf/NOTES', parse_notes_line, platform)
/freebsd-13.1/crypto/heimdal/lib/kadm5/
H A Ddefault_keys.c82 parse_file(krb5_context context, krb5_principal principal, int no_salt) in parse_file() function
112 parse_file(context, principal, 0); in main()
113 parse_file(context, principal, 1); in main()
H A DChangeLog510 * default_keys.c (parse_file): use hdb_generate_key_set
/freebsd-13.1/contrib/libucl/doc/
H A Dlua_api.md53 > [`parser:parse_file(name)`](#method-parserparse_filename)
139 ### Method `parser:parse_file(name)`
155 local res,err = parser:parse_file('/some/file.conf')
/freebsd-13.1/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c99 parse_file(struct _citrus_mapper_646 *m6, const char *path) in parse_file() function
161 return (parse_file(m6, path)); in parse_var()
/freebsd-13.1/contrib/libxo/xolint/
H A Dxolint.pl45 parse_file($file);
123 sub parse_file { subroutine
/freebsd-13.1/usr.bin/man/
H A Dman.sh737 parse_file "$config_global"
747 parse_file "$file"
756 parse_file() { function
/freebsd-13.1/usr.bin/vtfontcvt/
H A Dvtfontcvt.c618 parse_file(const char *filename, unsigned int map_idx) in parse_file() function
1089 if (parse_file(argv[0], VFNT_MAP_NORMAL) != 0) in main()
1094 if (parse_file(argv[0], VFNT_MAP_BOLD) != 0) in main()
/freebsd-13.1/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h291 int32_t parse_file(struct snmp_toolinfo *, char *);
H A Dbsnmptools.c706 parse_file(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_file() function
/freebsd-13.1/usr.bin/dtc/
H A Dfdt.hh910 void parse_file(text_input_buffer &input,
H A Dfdt.cc1560 device_tree::parse_file(text_input_buffer &input, in parse_file() function in dtc::fdt::device_tree
1950 parse_file(input, roots, read_header); in parse_dts()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c125 static int parse_file(struct archive_read *, struct archive_entry *,
1158 r = parse_file(a, entry, mtree, mtree->this_entry, in read_header()
1173 parse_file(struct archive_read *a, struct archive_entry *entry, in parse_file() function
/freebsd-13.1/contrib/bsnmp/snmpd/
H A Dconfig.c1212 parse_file(const struct lmodule *mod) in parse_file() function
1333 parse_file(lodmod); in read_config()
/freebsd-13.1/usr.sbin/newsyslog/
H A Dnewsyslog.c256 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p,
850 parse_file(f, filelist, globlist, &defconf, &inclist); in get_worklist()
1053 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, in parse_file() function
/freebsd-13.1/tools/lua/
H A Dtemplate.lua591 function template.parse_file(view) function
/freebsd-13.1/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c196 count = parse_file(snmptoolctx, optarg); in snmptool_parse_options()