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

12

/freebsd-current/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-current/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-current/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-current/contrib/tcpdump/
H A Dmkdep97 for srcfile in $*
99 sources="$sources $SOURCE_DIRECTORY/$srcfile"
/freebsd-current/contrib/libpcap/
H A Dmkdep102 for srcfile in $*
104 sources="$sources $SOURCE_DIRECTORY/$srcfile"
/freebsd-current/crypto/openssl/test/recipes/
H A D90-test_store.t349 (my $srcfile = $dstfile)
353 "-in", $srcfile, "-out", $dstfile]));
358 (my $srcfile = $dstfile)
365 "-in", $srcfile, "-out", $dstfile]));
370 (my $srcfile = $dstfile)
377 "-in", $srcfile, "-out", $dstfile]));
382 (my $srcfile = $dstfile)
389 "-in", $srcfile, "-out", $dstfile]));
394 (my $srcfile = $dstfile)
401 "-in", $srcfile, "
[all...]
/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh140 local hash srcfile filename
146 srcfile=$(realpath "$1")
149 echo "$srcfile" "$hash.$suffix"
151 srcfile=$(realpath "${CERTDESTDIR}/$1")
155 echo "$srcfile" "$hash.$suffix"
161 local srcfile filename
165 srcfile=$1
168 if [ -z "$srcfile" -o -z "$filename" ] ; then
174 "$srcfile" "$UNTRUSTDESTDIR/$filename"
/freebsd-current/sys/tools/
H A Dvnode_if.awk35 # usage: vnode_if.awk <srcfile> [-c | -h | -p | -q]
36 # (where <srcfile> is currently /sys/kern/vnode_if.src)
42 print "usage: vnode_if.awk <srcfile> [-c|-h|-p|-q]";
48 printf srcfile "(" fnr "): " > "/dev/stderr";
155 srcfile = arg;
162 if (!srcfile)
218 while ((getline < srcfile) > 0) {
254 if ((getline < srcfile) <= 0) {
511 close(srcfile);
H A Dusbdevs2h.awk38 print "usage: usbdevs2h.awk <srcfile> [-d|-h]";
225 srcfile = arg;
230 while ((getline < srcfile) > 0) {
H A Dsdiodevs2h.awk38 print "usage: sdiodevs2h.awk <srcfile> [-d|-h]";
228 srcfile = arg;
233 while ((getline < srcfile) > 0) {
/freebsd-current/tools/regression/usr.bin/env/
H A Dregress-sb.rb382 srcfile = $1
384 if not File.exists?(srcfile)
386 srcfile
393 $testdata.add_symlink(srcfile, newfile)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh78 SRC_FILE=$TESTDIR/srcfile.$$
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh93 SRC_FILE=$TMPDIR/srcfile.${TESTCASE_ID}
/freebsd-current/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-current/usr.bin/split/tests/
H A Dsplit_test.sh171 srcfile="foo-0${i}"
173 atf_check -o file:"${srcfile}" cat "${splitfile}"
/freebsd-current/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-current/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-current/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-current/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-current/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-current/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-current/contrib/ntp/sntp/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-current/contrib/sqlite3/
H A Dltmain.sh3363 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3413 continue # The current "srcfile" will either be retained or
3436 # The previous "srcfile" becomes the current argument.
3438 lastarg=$srcfile
3439 srcfile=$arg
3459 func_basename "$srcfile"
3546 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3578 $ECHO "$srcfile" > "$lockfile"
3585 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-current/contrib/openpam/
H A Dltmain.sh3524 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3574 continue # The current "srcfile" will either be retained or
3597 # The previous "srcfile" becomes the current argument.
3599 lastarg=$srcfile
3600 srcfile=$arg
3620 func_basename "$srcfile"
3707 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3739 $ECHO "$srcfile" > "$lockfile"
3746 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/freebsd-current/contrib/ldns/
H A Dltmain.sh3363 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3413 continue # The current "srcfile" will either be retained or
3436 # The previous "srcfile" becomes the current argument.
3438 lastarg=$srcfile
3439 srcfile=$arg
3459 func_basename "$srcfile"
3546 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3578 $ECHO "$srcfile" > "$lockfile"
3585 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]

Completed in 326 milliseconds

12