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

  /src/external/bsd/atf/
prepare-import.sh 5 # distfile. The script takes care of unpacking the distfile, removing any
47 local distfile="${1}"; shift
50 log "Extracting ${distfile}"
51 tar -xzf "${distfile}"
52 [ -d "${distname}" ] || err "Distfile did not create ${distname}"
58 local distfile="${1}"; shift
59 basename "${distfile}" | sed -e 's,\.tar.*,,'
98 [ ${#} -eq 1 ] || err "Must provide a distfile name"
99 local distfile="${1}"; shif
    [all...]
  /src/external/bsd/kyua-atf-compat/
prepare-import.sh 5 # distfile. The script takes care of unpacking the distfile, removing any
41 local distfile="${1}"; shift
44 log "Extracting ${distfile}"
45 tar -xzf "${distfile}"
46 [ -d "${distname}" ] || err "Distfile did not create ${distname}"
52 local distfile="${1}"; shift
53 basename "${distfile}" | sed -e 's,\.tar.*,,'
88 [ ${#} -eq 1 ] || err "Must provide a distfile name"
89 local distfile="${1}"; shif
    [all...]
  /src/external/bsd/kyua-cli/
prepare-import.sh 5 # distfile. The script takes care of unpacking the distfile, removing any
46 local distfile="${1}"; shift
49 log "Extracting ${distfile}"
50 tar -xzf "${distfile}"
51 [ -d "${distname}" ] || err "Distfile did not create ${distname}"
57 local distfile="${1}"; shift
58 basename "${distfile}" | sed -e 's,\.tar.*,,'
93 [ ${#} -eq 1 ] || err "Must provide a distfile name"
94 local distfile="${1}"; shif
    [all...]
  /src/external/bsd/kyua-testers/
prepare-import.sh 5 # distfile. The script takes care of unpacking the distfile, removing any
46 local distfile="${1}"; shift
49 log "Extracting ${distfile}"
50 tar -xzf "${distfile}"
51 [ -d "${distname}" ] || err "Distfile did not create ${distname}"
57 local distfile="${1}"; shift
58 basename "${distfile}" | sed -e 's,\.tar.*,,'
93 [ ${#} -eq 1 ] || err "Must provide a distfile name"
94 local distfile="${1}"; shif
    [all...]
  /src/external/bsd/lutok/
prepare-import.sh 5 # distfile. The script takes care of unpacking the distfile, removing any
46 local distfile="${1}"; shift
49 log "Extracting ${distfile}"
50 tar -xzf "${distfile}"
51 [ -d "${distname}" ] || err "Distfile did not create ${distname}"
57 local distfile="${1}"; shift
58 basename "${distfile}" | sed -e 's,\.tar.*,,'
93 [ ${#} -eq 1 ] || err "Must provide a distfile name"
94 local distfile="${1}"; shif
    [all...]
  /src/usr.bin/rdist/
main.c 60 char *distfile = NULL; variable
121 distfile = *++argv;
122 if (distfile[0] == '-' && distfile[1] == '\0')
216 if (distfile == NULL) {
217 if ((fin = fopen("distfile","r")) == NULL)
218 fin = fopen("Distfile", "r");
220 fin = fopen(distfile, "r");
222 perror(distfile ? distfile : "distfile")
    [all...]
  /src/external/bsd/tmux/
prepare-import.sh 5 # distfile. The script takes care of unpacking the distfile, removing any
36 local distfile="${1}"; shift
39 log "Extracting ${distfile}"
40 tar -xzf "${distfile}"
41 [ -d "${distname}" ] || err "Distfile did not create ${distname}"
47 local distfile="${1}"; shift
48 basename "${distfile}" | sed -e 's,\.tar.*,,'
105 [ ${#} -eq 1 ] || err "Must provide a distfile name"
106 local distfile="${1}"; shif
    [all...]

Completed in 26 milliseconds