Searched refs:locfile (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tnftp/src/ |
H A D | cmds.c | 415 char *locfile; in put() local 431 if ((locfile = globulize(argv[1])) == NULL) { in put() 437 remfile = locfile; in put() 441 sendrequest(cmd, locfile, remfile, in put() 442 locfile != argv[1] || remfile != argv[2]); in put() 443 free(locfile); in put() 586 const char *locfile; in getit() local 608 locfile = doprocess(buf, sizeof(buf), olocfile, in getit() 619 ret = stat(locfile, &stbuf); in getit() 622 warn("Can't stat `%s'", locfile); in getit() [all …]
|
/freebsd/contrib/ntp/sntp/scripts/ |
H A D | genLocInfo | 13 -f) locfile="$2" ; shift 2 ;; 24 case "$locfile" in 26 LF=$locfile 31 lf=loc/$locfile
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_locinfo.m4 | 14 [locfile], 16 [--with-locfile=XXX],
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2314 * Do not force "legacy" when --with-locfile is not given, genLocInfo 2321 behavior, pass --with-locfile=legacy to 'configure' 2335 * Improve the help text: --with-locfile=XXX . 2369 * Implement --with-locfile=filename configure argument. If filename is
|
H A D | configure | 1747 --with-locfile=XXX os-specific or "legacy" 6490 # Check whether --with-locfile was given.
|
H A D | CommitLog | [all...] |
/freebsd/contrib/ntp/sntp/ |
H A D | configure | 1650 --with-locfile=XXX os-specific or "legacy" 6128 # Check whether --with-locfile was given.
|