Searched defs:hfile (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dmain.c58 char *hfile = NULL; /* name of -h file */ variable
93 char *slash; /* index of last / in hfile */
127 hfile = argv[++i];
128 slash = rindex(hfile,SLASH);
129 strcpy(headid, slash ? slash+1 : hfile);
202 if (hfile != NULL) {
204 (void)unlink(hfile);
206 if ((header = fopen(hfile,"w")) == NULL) {
207 fprintf(stderr, "%s: can't open %s for output\n", prog, hfile);
222 if (hfile !
[all...]

Completed in 6 milliseconds