Home
last modified time | relevance | path

Searched refs:_file (Results 1 – 25 of 49) sorted by relevance

12

/titanic_44/usr/src/cmd/acct/
H A Dnulladm.sh31 for _file
33 cp /dev/null $_file
34 chmod 664 $_file
35 chgrp adm $_file
36 chown adm $_file
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Djfs.h518 #define di_gengen u._file._u1._imap._gengen
532 } _file; member
533 #define di_xtroot u._file._u2._xtroot
534 #define di_dxd u._file._u2._special._dxd
536 #define di_inlinedata u._file._u2._special._u
537 #define di_rdev u._file._u2._special._u._rdev
538 #define di_fastsymlink u._file._u2._special._u._fastsymlink
539 #define di_inlineea u._file._u2._special._inlineea
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c112 char _file[MAXPATHLEN]; in dbg_setup() local
116 file = _file; in dbg_setup()
117 (void) snprintf(_file, MAXPATHLEN, in dbg_setup()
248 char _file[MAXPATHLEN]; in dbg_print() local
252 file = _file; in dbg_print()
253 (void) snprintf(_file, MAXPATHLEN, in dbg_print()
/titanic_44/usr/src/stand/lib/sa/
H A Dstdio.c66 (void) close(stream->_file); in fclose()
68 stream->_file = -1; in fclose()
117 cnt = read(stream->_file, &s[bytes], 1); in fgets()
191 stream->_file = fd; in fopen()
258 bytes = read(stream->_file, &strp[totbytes], size); in fread()
269 (void) lseek(stream->_file, stream->_offset, SEEK_SET); in fread()
311 result = lseek(stream->_file, new_offset, SEEK_SET); in fseek()
H A Dstdio.h61 int _file; /* file descriptor */ member
/titanic_44/usr/src/uts/common/io/xge/hal/include/
H A Dxge-defs.h81 #define XGE_OS_MEMORY_CHECK_MALLOC(_vaddr, _size, _file, _line) { \ argument
98 g_malloc_arr[index_mem_chk].file = _file; \
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Drpool.h145 char *_file,
154 char *_file,
/titanic_44/usr/src/cmd/hal/hald/
H A Dlogger.c123 logger_setup (int _priority, const char *_file, int _line, const char *_function) in logger_setup() argument
126 file = _file; in logger_setup()
/titanic_44/usr/src/lib/libbc/libc/stdio/common/
H A Dfileno.c31 return (fp->_file);
H A Dfdopen.c66 iop->_file = fd;
H A Dfputs.c121 return (write(iop->_file, ptr, strlen(ptr))); in fputs()
/titanic_44/usr/src/tools/onbld/Scm/
H A DWorkSpace.py463 self._file = os.path.join('cdm', 'worklist')
467 if os.path.exists(self._repo.join(self._file)):
501 dirn = os.path.split(self._file)[0]
510 fh = self._repo.opener(self._file, 'w', atomictemp=True)
522 fh = self._repo.opener(self._file, 'r')
534 if os.path.exists(self._repo.join(self._file)):
535 os.unlink(self._repo.join(self._file))
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_s.h42 short _file; /* file descriptor */ member
/titanic_44/usr/src/lib/libast/common/include/
H A Dsfio_s.h42 short _file; /* file descriptor */ member
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_s.h42 short _file; /* file descriptor */ member
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dsfio_s.h42 short _file; /* file descriptor */ member
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_s.h42 short _file; /* file descriptor */ member
/titanic_44/usr/src/lib/libc/inc/
H A Dfile64.h68 int _file; /* UNIX System file descriptor */ member
H A Dstdiom.h183 #define GET_FD(iop) ((iop)->_file)
184 #define SET_FILE(iop, fd) ((iop)->_file = (fd))
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.h83 } _file; member
/titanic_44/usr/src/lib/libc/port/stdio/
H A Dfdopen.c94 iop->_file = fd; in fdopen()
H A D_endopen.c123 iop->_file = fd; in _endopen()
/titanic_44/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfopen.c78 iop->_file = fd; in _endopen()
/titanic_44/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c72 iop->_file = fd; in _endopen()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dstdio.h40 char _file; /* should be short */ member

12