Searched refs:locfile (Results 1 - 4 of 4) sorted by path

/freebsd-9.3-release/contrib/ntp/
H A Dconfigure1707 --with-locfile=XXX os-specific or "legacy"
8073 # Check whether --with-locfile was given.
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure1609 --with-locfile=XXX os-specific or "legacy"
7108 # Check whether --with-locfile was given.
/freebsd-9.3-release/contrib/ntp/sntp/scripts/
H A DgenLocInfo13 -f) locfile="$2" ; shift 2 ;;
24 case "$locfile" in
26 LF=$locfile
31 lf=loc/$locfile
/freebsd-9.3-release/contrib/tnftp/src/
H A Dcmds.c415 char *locfile; local
431 if ((locfile = globulize(argv[1])) == NULL) {
437 remfile = locfile;
441 sendrequest(cmd, locfile, remfile,
442 locfile != argv[1] || remfile != argv[2]);
443 free(locfile);
586 const char *locfile; local
608 locfile = doprocess(buf, sizeof(buf), olocfile,
619 ret = stat(locfile, &stbuf);
622 warn("Can't stat `%s'", locfile);
1295 const char *locfile; local
2564 char *pager, *locfile; local
[all...]

Completed in 730 milliseconds