Searched refs:ofile (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/ |
H A D | compile | 58 ofile= 74 ofile=$2 96 if test -z "$ofile" || test -z "$cfile"; then 127 mv "$cofile" "$ofile" 129 mv "${cofile}bj" "$ofile"
|
/osnet-11/usr/src/grub/grub2/build-aux/ |
H A D | compile | 58 ofile= 74 ofile=$2 96 if test -z "$ofile" || test -z "$cfile"; then 127 mv "$cofile" "$ofile" 129 mv "${cofile}bj" "$ofile"
|
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 2804 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...] |
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_kmod.c | 234 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/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | O.pm | 94 The C<-ofile> option generates output to B<file> instead of
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | srvsvc_svc.c | 660 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/libpp/common/ |
H A D | pplex.c | 2391 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;
|
Completed in 39 milliseconds