/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | lintsup.c | 43 input32(int argc, char **argv, const char *prog, const char *ofile, argument 46 return (input64(argc, argv, prog, ofile, odp)); 50 output32(const char *prog, int fd, const char *ofile, ushort_t mach, argument 53 return (output64(prog, fd, ofile, mach, odp)); 57 input64(int argc, char **argv, const char *prog, const char *ofile, argument 60 return (input32(argc, argv, prog, ofile, odp)); 63 output64(const char *prog, int fd, const char *ofile, ushort_t mach, argument 66 return (output32(prog, fd, ofile, mach, odp));
|
H A D | main.c | 52 const char *prog, *ofile = NULL, *pstr = NULL; local 87 ofile = optarg; 120 if (ofile == NULL) 121 ofile = MSG_ORIG(MSG_STR_AWRAPO); 153 if (input64(argc, argv, prog, ofile, &odesc) == 1) 156 if (input32(argc, argv, prog, ofile, &odesc) == 1) 163 if ((fd = open(ofile, (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) { 166 ofile, strerror(err)); 179 return (output64(prog, fd, ofile, mach, &odesc)); 181 return (output32(prog, fd, ofile, mac [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.include.ksh | 39 ofile=$2 59 echo $inc failed: `cat $errfile | head -1` > $ofile 61 echo $inc succeeded > $ofile 125 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out 127 doit $file $ofile $errfile & 147 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out 149 if [ -f $ofile ]; then 150 cat $ofile >> $bigofile 151 rm $ofile
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_qinfo_quota.c | 42 smb_ofile_t *ofile = sr->fid_ofile; local 54 if ((ofile->f_node == NULL) || 55 (ofile->f_ftype != SMB_FTYPE_DISK)) 91 status = smb_quota_init_sids(&sr->smb_data, &request, ofile); 101 &request, &reply, ofile); 112 smb_ofile_set_quota_resume(ofile, NULL);
|
H A D | smb_opipe.c | 72 * when the ofile has no more references and is about to be free'd. 74 * the opipe is installed under an ofile. 207 * If we recognize the pipe, we setup a new ofile. 215 smb_ofile_t *ofile; local 235 * Note: If smb_ofile_open succeeds, the new ofile is 240 ofile = smb_ofile_open(sr, NULL, op, 243 if (ofile == NULL) { 249 opipe->p_ofile = ofile; 258 op->fileid = ofile->f_fid; 260 sr->smb_fid = ofile 306 smb_ofile_t *ofile; local 356 smb_ofile_t *ofile; local 405 smb_ofile_t *ofile; local 494 smb_ofile_t *ofile; local [all...] |
H A D | smb_nt_transact_quota.c | 89 smb_ofile_t *ofile; local 119 ofile = sr->fid_ofile; 120 if (ofile == NULL) { 125 if ((ofile->f_node == NULL) || (ofile->f_ftype != SMB_FTYPE_DISK)) { 153 status = smb_quota_init_sids(&xa->req_data_mb, &request, ofile); 163 &request, &reply, ofile); 176 smb_ofile_set_quota_resume(ofile, NULL); 226 smb_ofile_t *ofile; local 255 ofile [all...] |
H A D | smb2_setinfo_quota.c | 43 smb_ofile_t *ofile = sr->fid_ofile; local 57 if ((ofile->f_node == NULL) || 58 (ofile->f_ftype != SMB_FTYPE_DISK))
|
H A D | smb_oplock.c | 135 smb_oplock_acquire(smb_request_t *sr, smb_node_t *node, smb_ofile_t *ofile) argument 145 SMB_OFILE_VALID(ofile); 147 ASSERT(node == SMB_OFILE_GET_NODE(ofile)); 151 tree = SMB_OFILE_GET_TREE(ofile); 152 session = SMB_OFILE_GET_SESSION(ofile); 182 smb_vop_other_opens(node->vp, ofile->f_mode)) { 202 og = smb_oplock_set_grant(ofile, op->op_oplock_level); 405 smb_ofile_t *ofile; local 408 * Make sure we can get a hold on the ofile. If we can't, 416 ofile 784 smb_oplock_get_grant(smb_oplock_t *ol, smb_ofile_t *ofile) argument [all...] |
H A D | smb2_oplock.c | 111 smb_ofile_t *ofile = sr->fid_ofile; local 133 sr->smb_tid = ofile->f_tree->t_tid; 144 smb2fid.temporal = ofile->f_fid;
|
H A D | smb_locking_andx.c | 244 smb_ofile_t *ofile; local 258 ofile = sr->fid_ofile; 259 if (ofile->f_node == NULL) { 277 smb_oplock_ack(ofile->f_node, ofile, brk); 400 smb_ofile_t *ofile = sr->fid_ofile; local 418 sr->smb_tid = ofile->f_tree->t_tid; 422 fid = ofile->f_fid;
|
/illumos-gate/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"
|
/illumos-gate/usr/src/cmd/print/conv_fix/ |
H A D | conv_fix.c | 92 char file[80], ofile[80]; local 110 (void) strlcpy(ofile, optarg, sizeof (ofile)); 122 fd = open(ofile, O_RDWR|O_APPEND); 124 fd = open(ofile, O_RDWR|O_CREAT|O_EXCL, 0644);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | debug.c | 86 const char *ofile; local 99 if (Dbg_setup(DBG_CALLER_LD, options, dbg_desc, &ofile) == 0) 106 if (ofile) { 108 if (*ofile != '\0') { 109 FILE *fptr = fopen(ofile, MSG_ORIG(MSG_DBG_FOPEN_MODE)); 114 MSG_INTL(MSG_SYS_OPEN), ofile,
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | option.c | 96 flag->ofile = ++arg; 101 flag->ofile = *++argv; 179 flag->ofile = arg;
|
H A D | common.h | 66 char *ofile; member in struct:flags
|
H A D | gnu_msgfmt.c | 73 if (flag.ofile) { 74 outfile = flag.ofile;
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer1.c | 117 sprintf(ofile, "/tmp/rj%db", getpid()); 118 ftemp = fopen(ofile, "w"); 163 recopy(ofile); 196 if (ofile[0]) 197 unlink(ofile);
|
H A D | refer0.c | 44 char ofile[NTFILE]; variable
|
H A D | refer..c | 49 extern char ofile[];
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_002_neg.ksh | 47 # ofile 64 [[ -f $ofile ]] && log_must rm -f $ofile 84 basedir=$TESTDIR/basedir; ofile=$TESTDIR/ofile; odir=$TESTDIR/odir 213 compare_acls $node $ofile 230 compare_acls $node $ofile 282 log_must usr_exec touch $ofile 293 log_must usr_exec rm -rf $ofile $odir $basedir
|
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 47 # ofile 69 if [[ -f $ofile ]]; then 70 log_must rm -f $ofile 94 basedir=$TESTDIR/basedir; ofile=$TESTDIR/ofile; odir=$TESTDIR/odir 262 compare_acls $node $ofile 335 log_must usr_exec touch $ofile 351 log_must usr_exec rm -rf $ofile $odir $basedir
|
H A D | zfs_acl_chmod_inherit_003_pos.ksh | 46 # ofile 63 [[ -f $ofile ]] && log_must rm -f $ofile 82 basedir=$TESTDIR/basedir; ofile=$TESTDIR/ofile; odir=$TESTDIR/odir 207 compare_acls $node $ofile 260 log_must usr_exec touch $ofile 271 log_must usr_exec rm -rf $ofile $odir $basedir
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 92 FILE *ofile; member in struct:dump_args 594 fprintf(arglist->ofile, k5beta_dump_header); 722 fprintf(arg->ofile, "%d\t%d\t%d\t%d\t%d\t%d\t%s\t%d\t", strlen(name), 731 fprintf(arg->ofile, "%02x", pkey->key_data_contents[0][i]); 737 fprintf(arg->ofile, 748 fprintf(arg->ofile, "%02x", pkey->key_data_contents[1][i]); 751 fprintf(arg->ofile, "\t%u\t", akey->key_data_type[0]); 753 fprintf(arg->ofile, "%02x", akey->key_data_contents[0][i]); 756 fprintf(arg->ofile, "\t%u\t", akey->key_data_type[1]); 758 fprintf(arg->ofile, " 1351 char *ofile; local [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | debug.c | 58 const char *ofile; local 80 if (Dbg_setup(DBG_CALLER_RTLD, options, dbp, &ofile) == 0) 105 if (ofile && (*ofile != '\0')) 106 dbg_file = ofile;
|
/illumos-gate/usr/src/cmd/regcmp/ |
H A D | regcmp.c | 43 char ofile[64]; variable 83 cp = ofile; 96 if (creat(ofile, 0644) < 0) {
|