Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c177 static char *mon_out; variable
216 perror(mon_out); in monitor()
245 mon_out = MON_OUT; /* use default "mon.out" */ in monitor()
257 if ((mon_out = libc_malloc(len + strlen(___Argv[0]) + 15)) in monitor()
263 (void) strcpy(mon_out, s); in monitor()
264 name = mon_out + len; in monitor()
367 if ((fd = creat(mon_out, 0666)) < 0) in writeBlocks()