/titanic_44/usr/src/cmd/acct/ |
H A D | nulladm.sh | 31 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 D | jfs.h | 518 #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 D | debug.c | 112 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 D | stdio.c | 66 (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 D | stdio.h | 61 int _file; /* file descriptor */ member
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-defs.h | 81 #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 D | rpool.h | 145 char *_file, 154 char *_file,
|
/titanic_44/usr/src/cmd/hal/hald/ |
H A D | logger.c | 123 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 D | fileno.c | 31 return (fp->_file);
|
H A D | fdopen.c | 66 iop->_file = fd;
|
H A D | fputs.c | 121 return (write(iop->_file, ptr, strlen(ptr))); in fputs()
|
/titanic_44/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 463 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 D | sfio_s.h | 42 short _file; /* file descriptor */ member
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | sfio_s.h | 42 short _file; /* file descriptor */ member
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio_s.h | 42 short _file; /* file descriptor */ member
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio_s.h | 42 short _file; /* file descriptor */ member
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio_s.h | 42 short _file; /* file descriptor */ member
|
/titanic_44/usr/src/lib/libc/inc/ |
H A D | file64.h | 68 int _file; /* UNIX System file descriptor */ member
|
H A D | stdiom.h | 183 #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 D | signalmap.h | 83 } _file; member
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | fdopen.c | 94 iop->_file = fd; in fdopen()
|
H A D | _endopen.c | 123 iop->_file = fd; in _endopen()
|
/titanic_44/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | fopen.c | 78 iop->_file = fd; in _endopen()
|
/titanic_44/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | fopen.c | 72 iop->_file = fd; in _endopen()
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 40 char _file; /* should be short */ member
|