Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c65 static uint_t outfiles; /* What files are there for output */ variable
126 outfiles |= IO_CERTFILE; in main()
131 outfiles |= IO_KEYFILE; in main()
136 outfiles |= IO_TRUSTFILE; in main()
156 if (outfiles == 0) { in main()
322 if (outfiles == IO_TRUSTFILE) { in read_files()
341 if ((outfiles & IO_KEYFILE) && *k_in == NULL) { in read_files()
345 if ((outfiles & IO_CERTFILE) && *c_in == NULL) { in read_files()
349 if ((outfiles & IO_TRUSTFILE) && *t_in == NULL) { in read_files()
363 int del_expired = (outfiles != 0); in check_certs()
/titanic_44/usr/src/cmd/rpcgen/
H A Drpc_util.c63 char *outfiles[NFILES]; /* output file names */ variable
262 (void) unlink(outfiles[i]); in crash()
270 outfiles[nfiles++] = file; in record_open()