Searched refs:hfile (Results 1 - 3 of 3) 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...]
H A Dpswfile.c57 (void) EmitVersion(header, ifile, hfile);
H A Dpswpriv.h134 extern char *hfile;

Completed in 14 milliseconds