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

/osnet-11/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 21 milliseconds