Searched refs:from_file (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/info/
H A Ddir.c105 char *from_file; local
122 for (da_index = 0; (from_file = dirs_to_add[da_index]); da_index++)
126 int namelen = strlen (from_file);
132 strcat (fullpath, from_file);
/freebsd-9.3-release/contrib/gcc/
H A Dgcov-io.c36 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
432 value = from_file (buffer[0]);
447 value = from_file (buffer[0]);
449 value |= ((gcov_type) from_file (buffer[1])) << 32;
H A Dread-rtl.c1414 rtx from_file;
1423 from_file = read_rtx_1 (infile, &mode_maps);
1424 if (from_file == 0)
1430 XEXP (queue_next, 0) = from_file;
1412 rtx from_file; local
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c39 from_file(const char *fn, const char *target_domain, function
88 if (from_file(fn, target_name->domain, username, key) == 0)
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff.c259 char const *from_file = 0;
516 specify_value (&from_file, optarg, "--from-file");
730 if (from_file)
738 from_file, argv[optind]);
258 char const *from_file = 0; local
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c266 static void save_and_apply_config_tree(int/*BOOL*/ from_file);

Completed in 90 milliseconds