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

  /src/sbin/chkconfig/
chkconfig.sh 194 rcfile=${i}
205 if [ ! ${rcfile} ]; then
212 if exists ${rcfile} && is_valid ${rcfile}; then
213 display ${rcfile}
216 usage "Invalid rcfile: ${rcfile}"
222 if exists ${rcfile}; then
223 on ${rcfile}
227 if exists ${rcfile}; the
    [all...]
  /src/usr.bin/telnet/
commands.c 2478 FILE *rcfile;
2500 if ((rcfile = fopen(rcname, "r")) == 0) {
2505 if (fgets(line, sizeof(line), rcfile) == NULL)
2552 fclose(rcfile);
2469 FILE *rcfile; local in function:cmdrc

Completed in 12 milliseconds