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

/freebsd-10.2-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-10.2-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-10.2-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c37 from_file(const char *fn, const char *target_domain, function
87 if (from_file(fn, target_name->domain, username, key) == 0)
/freebsd-10.2-release/contrib/diff/src/
H A Ddiff.c259 char const *from_file = 0;
522 specify_value (&from_file, optarg, "--from-file");
736 if (from_file)
744 from_file, argv[optind]);
258 char const *from_file = 0; local
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dio.c776 copy_contents(apr_file_t *from_file,
789 read_err = apr_file_read(from_file, buf, &bytes_this_time);
818 apr_file_t *from_file, *to_file;
841 SVN_ERR(svn_io_file_open(&from_file, src, APR_READ,
851 apr_err = copy_contents(from_file, to_file, pool);
863 svn_io_file_close(from_file, pool));
773 copy_contents(apr_file_t *from_file, apr_file_t *to_file, apr_pool_t *pool) argument
815 apr_file_t *from_file, *to_file; local
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_config.c266 static void save_and_apply_config_tree(int/*BOOL*/ from_file);

Completed in 184 milliseconds