OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catfile
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/gencat/
gencat.c
143
fprintf(stderr, "usage: %s
catfile
[msgfile|- ...]\n", getprogname());
151
char *
catfile
= NULL;
local in function:main
170
catfile
= *argv++;
172
if ((
catfile
[0] == '-') && (
catfile
[1] == '\0')) {
175
ofd = open(
catfile
, O_WRONLY | O_CREAT | O_EXCL, 0666);
178
if ((ofd = open(
catfile
, O_RDWR)) < 0) {
179
err(1, "Unable to open %s",
catfile
);
183
err(1, "Unable to create new %s",
catfile
);
186
curfile =
catfile
;
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025