OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:distfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/httpd/
Makefile
93
# Create a
distfile
: uses /tmp
96
export-
distfile
:
/src/usr.bin/rdist/
main.c
60
char *
distfile
= NULL;
variable in typeref:typename:char *
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
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025