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

/osnet-11/usr/src/lib/libpp/common/
H A Dpplex.c2391 char* ofile; local
2410 if (!(ofile = strchr(ifile, ' ')))
2412 *ofile++ = 0;
2426 if (open(ofile, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) != 1)
2427 error(ERROR_SYSTEM|3, "%s: cannot create", ofile);
2428 pp.outfile = ofile;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_kmod.c234 smb_netfileinfo_t *ofile; local
261 ofile = &item->nsi_un.nsi_ofile;
262 free(ofile->fi_path);
263 free(ofile->fi_username);
292 smb_netfileinfo_t *ofile; local
329 ofile = &items->nsi_un.nsi_ofile;
330 rc = smb_netfileinfo_decode(ofile, data, len, &nbytes);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_svc.c660 smb_netfileinfo_t *ofile; local
692 ofile = &item->nsi_un.nsi_ofile;
693 fi2->fi2_id = ofile->fi_uniqid;
722 smb_netfileinfo_t *ofile; local
755 ofile = &item->nsi_un.nsi_ofile;
756 fi3->fi3_id = ofile->fi_uniqid;
757 fi3->fi3_permissions = ofile->fi_permissions;
758 fi3->fi3_num_locks = ofile->fi_numlocks;
760 NDR_STRDUP(mxa, ofile->fi_path);
762 NDR_STRDUP(mxa, ofile
[all...]
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2804 save_lifetime(struct sadb_lifetime *lifetime, FILE *ofile) argument
2820 if (putc('\t', ofile) == EOF)
2823 if (lifetime->sadb_lifetime_allocations != 0 && fprintf(ofile,
2827 if (lifetime->sadb_lifetime_bytes != 0 && fprintf(ofile,
2831 if (lifetime->sadb_lifetime_addtime != 0 && fprintf(ofile,
2836 if (lifetime->sadb_lifetime_usetime != 0 && fprintf(ofile,
2848 save_address(struct sadb_address *addr, FILE *ofile) argument
2889 if (fprintf(ofile, " %s ", prefix) < 0)
2901 if (fprintf(ofile, "%s", printable_addr) < 0)
2906 if (fprintf(ofile, "/
2925 save_key(struct sadb_key *key, FILE *ofile) argument
2948 save_ident(struct sadb_ident *ident, FILE *ofile) argument
2976 save_sens(struct sadb_sens *sens, FILE *ofile) argument
3012 save_assoc(uint64_t *buffer, FILE *ofile) argument
[all...]

Completed in 36 milliseconds