Searched refs:parse_file (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/etc/rc.d/
H A Dsysctl20 parse_file() function
54 parse_file /etc/sysctl.conf $1
55 parse_file /etc/sysctl.conf.local $1
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Ddefault_keys.c82 parse_file(krb5_context context, krb5_principal principal, int no_salt) function
112 parse_file(context, principal, 0);
113 parse_file(context, principal, 1);
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py172 def parse_file(file, callback, *args): function
343 parse_file(tree + 'conf/files', parse_files_line, global_platform)
344 parse_file(tree + 'conf/options', parse_options_line, global_platform)
345 parse_file(tree + 'conf/NOTES', parse_notes_line, global_platform)
351 parse_file(files_file, parse_files_line, platform)
354 parse_file(options_file, parse_options_line, platform)
355 parse_file(tree + platform + '/conf/NOTES', parse_notes_line, platform)
/freebsd-9.3-release/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c97 parse_file(struct _citrus_mapper_646 *m6, const char *path) function
159 return (parse_file(m6, path));
/freebsd-9.3-release/contrib/gcc/
H A Dgengtype.h154 extern void parse_file (const char *name);
H A Dlanghooks.h300 void (*parse_file) (int); member in struct:lang_hooks
H A Dtoplev.c1071 lang_hooks.parse_file (set_yydebug);
H A Dmips-tfile.c1571 STATIC void parse_file (const char *);
1622 { ".file", sizeof(".file")-1, parse_file },
3461 parse_file (const char *start)
3429 parse_file (const char *start) function
H A Dgengtype.c3074 parse_file (all_files[i]);
/freebsd-9.3-release/usr.bin/man/
H A Dman.sh666 parse_file "$config_global"
676 parse_file "$file"
683 # Usage: parse_file file
685 parse_file() { function
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h289 int32_t parse_file(struct snmp_toolinfo *, char *);
H A Dbsnmptools.c709 parse_file(struct snmp_toolinfo *snmptoolctx, char *opt_arg) function
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c106 static int parse_file(struct archive_read *, struct archive_entry *,
500 r = parse_file(a, entry, mtree, mtree->this_entry, &use_next);
514 parse_file(struct archive_read *a, struct archive_entry *entry, function
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dconfig.c1210 parse_file(const struct lmodule *mod) function
1331 parse_file(lodmod);
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c247 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p,
835 parse_file(f, filelist, globlist, defconf, &inclist);
1039 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, function
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c195 count = parse_file(snmptoolctx, optarg);

Completed in 214 milliseconds