Searched defs:xfp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c487 FILE *fp, *xfp; local
545 if ((xfp = fopen(xfile, "r")) == NULL) {
550 while (fgets(buf, BUFSIZ, xfp) != NULL) {
614 (void) fclose(xfp);
H A Duuxqt.c840 FILE *xfp, *fp; local
852 if ((xfp = fopen(_Xfile, "r")) == NULL) {
856 ASSERT(xfp != NULL, Ct_OPEN, _Xfile, errno);
876 while (fgets(buf, BUFSIZ, xfp) != NULL) {
993 fclose(xfp);
1297 xfp = fopen(_Xfile, "r");
1298 ASSERT(xfp != NULL, Ct_OPEN, _Xfile, errno);
1299 while (fgets(buf, BUFSIZ, xfp) != NULL) {
1308 fclose(xfp);
H A Duustat.c475 FILE *fp, *xfp; local
480 fp=xfp=NULL;
592 xfp = fopen(xfullname, "r");
593 if (xfp == NULL) { /* program error */
605 while (fgets(buf, BUFSIZ, xfp) != NULL) {
640 if (xfp != NULL)
641 fclose(xfp);
713 FILE *fp, *xfp; local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1550 print_lt_limits(char *prefix, ike_p1_xform_t *xfp) argument
1557 prefix, xfp->p1xf_max_secs, secs2out(xfp->p1xf_max_secs,
1558 secs_str, sizeof (secs_str), SPC_BEGIN), xfp->p1xf_max_kbytes,
1559 bytecnt2out((uint64_t)xfp->p1xf_max_kbytes << 10, byte_str,
1562 "provided %u times%s\n"), prefix, xfp->p1xf_max_keyuses,
1563 xfp->p1xf_max_keyuses == 0 ? " (no limit)" : "");
1589 print_xform(char *prefix, ike_p1_xform_t *xfp, boolean_t print_lifetimes) argument
1592 authmethstr(xfp->p1xf_auth_meth));
1594 (void) dump_ealg(xfp
1626 print_lifetime(char *prefix, ike_p1_xform_t *xfp, ike_p1_stats_t *sp, int statlen) argument
2108 ike_p1_xform_t *xfp; local
[all...]

Completed in 70 milliseconds