HomeSort by: relevance | last modified time | path
    Searched refs:srcfile (Results 1 - 7 of 7) sorted by relevancy

  /src/distrib/common/
parselist.awk 191 while (command | getline srcfile) {
192 gsub(/^\.\//, "", srcfile);
193 copy(srcdir "/" srcfile, destdir "/" srcfile, "");
  /src/bin/csh/
csh.c 192 static int srcfile(const char *, int, int);
616 (void)srcfile(_PATH_DOTCSHRC, 0, 0);
622 (void)srcfile(_PATH_DOTLOGIN, 0, 0);
733 return srcfile(ptr, mflag ? 0 : 1, 0);
740 srcfile(const char *f, int onlyown, int flag) function in typeref:typename:int
932 (void)srcfile(_PATH_DOTLOGOUT, 0, 0);
1241 if (!srcfile((char *)buf, 0, hflg) && !hflg)
  /src/usr.sbin/npf/npfctl/
npfctl.c 204 const char *srcfile = ne->source_file; local in function:npfctl_print_error
209 if (srcfile) {
210 warnx("source %s line %d", srcfile, ne->source_line);
  /src/usr.bin/xlint/lint2/
read.c 55 static int srcfile; variable in typeref:typename:int
231 srcfile = getfnidx(name);
237 flines[srcfile]++;
268 fnames[srcfile], flines[srcfile], buf, readfile_line);
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 3271 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...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
    [all...]
  /src/usr.sbin/postinstall/
postinstall.in 227 # check_ids op type file srcfile start id ...
229 # Use srcfile as a reference for the expected contents.
238 [ $# -ge 6 ] || err 3 "USAGE: checks_ids op type file srcfile start id ..."
242 local srcfile="$4"
290 ${GREP} -E "^${1}:" ${srcfile}
724 # modify_file op srcfile scratchfile awkprog
725 # Apply awkprog to srcfile sending output to scratchfile, and
726 # if appropriate replace srcfile with scratchfile.

Completed in 27 milliseconds