Searched refs:srcfile (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/truncate/
H A Dtruncate_002_pos.ksh50 [[ -f $srcfile ]] && rm -f $srcfile
55 srcfile="$TESTDIR/cosmo.$$"
56 log_must dd if=/dev/urandom of=$srcfile bs=1024k count=1
59 log_must cp $srcfile $TESTDIR/$TESTFILE
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp75 std::ofstream srcfile("test.cpp");
76 ATF_REQUIRE(srcfile);
77 srcfile << "#include <" << hdrname << ">\n";
78 srcfile.close();
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dtest_helpers.c80 FILE *srcfile; local
83 srcfile = fopen("test.c", "w");
84 ATF_REQUIRE(srcfile != NULL);
85 fprintf(srcfile, "#include <%s>\n", hdrname);
86 fclose(srcfile);
/freebsd-13-stable/usr.sbin/certctl/
H A Dcertctl.sh98 local hash srcfile filename
104 srcfile=$(realpath "$1")
107 echo "$srcfile" "$hash.$suffix"
109 srcfile=$(realpath "${CERTDESTDIR}/$1")
113 echo "$srcfile" "$hash.$suffix"
119 local srcfile filename
122 srcfile=$1
125 if [ -z "$srcfile" -o -z "$filename" ]; then
130 [ $NOOP -eq 0 ] && install ${INSTALLFLAGS} -lrs "$srcfile" "$BLACKLISTDESTDIR/$filename"
/freebsd-13-stable/sys/tools/
H A Dvnode_if.awk39 # usage: vnode_if.awk <srcfile> [-c | -h | -p | -q]
40 # (where <srcfile> is currently /sys/kern/vnode_if.src)
46 print "usage: vnode_if.awk <srcfile> [-c|-h|-p|-q]";
52 printf srcfile "(" fnr "): " > "/dev/stderr";
159 srcfile = arg;
166 if (!srcfile)
224 while ((getline < srcfile) > 0) {
260 if ((getline < srcfile) <= 0) {
515 close(srcfile);
H A Dsdiodevs2h.awk39 print "usage: sdiodevs2h.awk <srcfile> [-d|-h]";
229 srcfile = arg;
234 while ((getline < srcfile) > 0) {
H A Dusbdevs2h.awk39 print "usage: usbdevs2h.awk <srcfile> [-d|-h]";
229 srcfile = arg;
234 while ((getline < srcfile) > 0) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dhash.c375 apr_file_t *srcfile,
390 err = svn_io_read_length_line(srcfile, buf, &len, pool);
431 SVN_ERR(svn_io_file_read_full2(srcfile,
437 SVN_ERR(svn_io_file_getc(&c, srcfile, pool));
443 SVN_ERR(svn_io_read_length_line(srcfile, buf, &len, pool));
457 SVN_ERR(svn_io_file_read_full2(srcfile,
463 SVN_ERR(svn_io_file_getc(&c, srcfile, pool));
371 svn_hash_read(apr_hash_t *hash, apr_file_t *srcfile, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_hash.h140 apr_file_t *srcfile,
/freebsd-13-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb383 srcfile = $1
385 if not File.exists?(srcfile)
387 srcfile
394 $testdata.add_symlink(srcfile, newfile)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh79 SRC_FILE=$TESTDIR/srcfile.$$
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh98 SRC_FILE=$TMPDIR/srcfile.${TESTCASE_ID}
/freebsd-13-stable/contrib/tcsh/
H A Dsh.c145 static int srcfile (const char *, int, int, Char **);
147 int srcfile (const char *, int, int, Char **);
1330 (void) srcfile(_PATH_DOTLOGIN, 0, 0, NULL);
1335 (void) srcfile(_PATH_DOTCSHRC, 0, 0, NULL);
1342 (void) srcfile(_PATH_DOTLOGIN, 0, 0, NULL);
1519 return srcfile(short2str(dp), (mflag ? 0 : 1), 0, NULL);
1535 rv = srcfile(ptr, (mflag ? 0 : 1), 0, NULL);
1549 srcfile(const char *f, int onlyown, int flag, Char **av) function
1807 (void) srcfile(_PATH_DOTLOGOUT, 0, 0, NULL);
1849 (void) srcfile(_PATH_DOTLOGOU
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c227 " %s [-g] -c srcfile destfile\n"
615 copy_ctf_data(char *srcfile, char *destfile, int keep_stabs) argument
619 if (read_ctf(&srcfile, 1, NULL, read_ctf_save_cb, &srctd, 1) == 0)
620 terminate("No CTF data found in source file %s\n", srcfile);
/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/ldns/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/libevent/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/file/
H A Dltmain.sh3274 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3324 continue # The current "srcfile" will either be retained or
3347 # The previous "srcfile" becomes the current argument.
3349 lastarg=$srcfile
3350 srcfile=$arg
3370 func_basename "$srcfile"
3457 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3489 $ECHO "$srcfile" > "$lockfile"
3496 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/openpam/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/crypto/heimdal/
H A Dltmain.sh1954 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2004 continue # The current "srcfile" will either be retained or
2027 # The previous "srcfile" becomes the current argument.
2029 lastarg="$srcfile"
2030 srcfile="$arg"
2050 func_basename "$srcfile"
2137 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2169 $ECHO "$srcfile" > "$lockfile"
2176 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1756 const char* srcfile,
1759 : type(t), file(srcfile), line(line_num), message(msg) { }
1755 AssertHelperData(TestPartResult::Type t, const char* srcfile, int line_num, const char* msg) argument

Completed in 439 milliseconds