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

/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c62 char mon_out[MAXPATHLEN]; member in struct:mondata
121 name = d->mon_out;
131 name = strrchr(d->mon_out, '\0');
146 if ((o = creat(d->mon_out, 0666)) < 0 ||
148 perror(d->mon_out);
163 else { /* set up mon_out and progname to construct
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c179 static char *mon_out; variable
218 perror(mon_out);
247 mon_out = MON_OUT; /* use default "mon.out" */
259 if ((mon_out = libc_malloc(len + strlen(___Argv[0]) + 15))
265 (void) strcpy(mon_out, s);
266 name = mon_out + len;
369 if ((fd = creat(mon_out, 0666)) < 0)

Completed in 60 milliseconds