/titanic_53/usr/src/cmd/filesync/ |
H A D | database.h | 190 struct file { struct 191 struct file *f_next; /* pointer to next file in base */ argument 192 struct file *f_files; /* pointer to files in subdir */ argument 194 fflags_t f_flags; /* flags associated with file */ argument 195 int f_depth; /* directory depth for file */ argument 196 char *f_name; /* name of this file */ argument 216 /* stat information from baseline file and evaluation */ argument 217 struct fileinfo f_info[3]; /* baseline, source, dest */ argument 223 /* this field is only valid for a renamed file */ argument 224 struct file * f_previous; /* node for previous filename */ argument [all …]
|
/titanic_53/usr/src/lib/libbc/inc/include/sys/ |
H A D | file.h | 28 struct file { struct 33 struct fileops { argument 39 caddr_t f_data; /* ptr to file specific struct (vnode/socket) */ argument 41 struct ucred *f_cred; /* credentials of user who opened file */ argument 44 struct file *file, *fileNFILE; variable
|
/titanic_53/usr/src/cmd/fs.d/autofs/ |
H A D | debug_alloc.c | 56 char file[80]; member 65 add_alloc(char *type, void *addr, size_t size, const char *file, int line) in add_alloc() 91 drop_alloc(const char *type, void *addr, const char *file, int line) in drop_alloc() 119 my_malloc(size_t size, const char *file, int line) in my_malloc() 133 my_realloc(void *addr, size_t size, const char *file, int line) in my_realloc() 149 my_free(void *addr, const char *file, int line) in my_free() 158 my_strdup(const char *straddr, const char *file, int line) in my_strdup() 175 my_sethostent(int stay, const char *file, int line) in my_sethostent() 185 my_endhostent(const char *file, int line) in my_endhostent() 199 my_setnetconfig(const char *file, int line) in my_setnetconfig() [all …]
|
/titanic_53/usr/src/ucbhead/sys/ |
H A D | file.h | 59 typedef struct file struct 61 struct file *f_next; /* pointer to next entry */ argument 62 struct file *f_prev; /* pointer to previous entry */ argument 68 struct aioreq *f_aiof; /* aio file list forward link */ argument 69 struct aioreq *f_aiob; /* aio file list backward link */ argument 71 struct file *f_slnk; /* XENIX semaphore queue */ argument
|
/titanic_53/usr/src/uts/common/sys/ |
H A D | file.h | 61 typedef struct file { struct 68 struct f_audit_data *f_audit_data; /* file audit data */ argument 88 #define FSYNC 0x10 /* file (data+inode) integrity while writing */ argument
|
/titanic_53/usr/src/boot/lib/libz/ |
H A D | gzlib.c | 317 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument 342 int ZEXPORT gzrewind(file) in gzrewind() argument 365 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 442 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument 454 z_off64_t ZEXPORT gztell64(file) in gztell64() argument 471 z_off_t ZEXPORT gztell(file) in gztell() argument 481 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() argument 504 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument 514 int ZEXPORT gzeof(file) in gzeof() argument 531 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument [all …]
|
H A D | gzwrite.c | 168 int ZEXPORT gzwrite(file, buf, len) in gzwrite() argument 248 int ZEXPORT gzputc(file, c) in gzputc() argument 296 int ZEXPORT gzputs(file, str) in gzputs() argument 313 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) in gzvprintf() 375 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() 389 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument 468 int ZEXPORT gzflush(file, flush) in gzflush() argument 500 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument 542 int ZEXPORT gzclose_w(file) in gzclose_w() argument
|
H A D | gzread.c | 291 int ZEXPORT gzread(file, buf, len) in gzread() argument 390 int ZEXPORT gzgetc(file) in gzgetc() argument 419 int ZEXPORT gzgetc_(file) in gzgetc_() argument 426 int ZEXPORT gzungetc(c, file) in gzungetc() argument 486 char * ZEXPORT gzgets(file, buf, len) in gzgets() argument 550 int ZEXPORT gzdirect(file) in gzdirect() argument 570 int ZEXPORT gzclose_r(file) in gzclose_r() argument
|
/titanic_53/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) in _endopen() 112 fopen(const char *file, const char *mode) in fopen() 131 fopen64(const char *file, const char *mode) in fopen64() 145 freopen(const char *file, const char *mode, FILE *iop) in freopen() 153 freopen64(const char *file, const char *mode, FILE *iop) in freopen64()
|
/titanic_53/usr/src/cmd/lp/lib/lp/ |
H A D | Sys_malloc.c | 68 const char * file, in _Malloc() 93 const char * file, in _Realloc() 119 const char * file, in _Calloc() 144 const char * file, in _Strdup() 173 const char * file, in _Free()
|
/titanic_53/usr/src/lib/udapl/libdat/common/ |
H A D | udat_sr_parser.c | 403 DAT_OS_FILE *file) in dat_sr_parse_eof() 426 DAT_OS_FILE *file) in dat_sr_parse_entry() 546 DAT_OS_FILE *file, in dat_sr_parse_ia_name() 581 DAT_OS_FILE *file, in dat_sr_parse_api() 620 DAT_OS_FILE *file, in dat_sr_parse_thread_safety() 659 DAT_OS_FILE *file, in dat_sr_parse_default() 698 DAT_OS_FILE *file, in dat_sr_parse_lib_path() 732 DAT_OS_FILE *file, in dat_sr_parse_provider_version() 771 DAT_OS_FILE *file, in dat_sr_parse_ia_params() 806 DAT_OS_FILE *file, in dat_sr_parse_platform_params() [all …]
|
/titanic_53/usr/src/boot/lib/libstand/ |
H A D | zalloc_malloc.c | 54 Malloc(size_t bytes, const char *file, int line) in Malloc() 89 Free(void *ptr, const char *file, int line) in Free() 127 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc() 149 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() 179 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf()
|
H A D | ufs.c | 107 struct file { struct 130 static int read_inode(ino_t, struct open_file *); argument 137 * Read a new inode into a file structure. argument
|
/titanic_53/usr/src/uts/common/krtld/ |
H A D | reloc.h | 242 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument 247 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument 253 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument 259 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument 265 #define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \ argument 273 #define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \ argument 284 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument 288 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument 293 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument 298 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument [all …]
|
/titanic_53/usr/src/lib/libcmdutils/common/ |
H A D | sysattrs.c | 49 sysattr_status(char *file, xattr_view_t view) in sysattr_status() 77 sysattr_type(char *file) in sysattr_type() 111 sysattr_support(char *file, int name) in sysattr_support()
|
/titanic_53/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | fopen.c | 36 fopen(char *file, char *mode) in fopen() 42 freopen(char *file, char *mode, FILE *iop) in freopen() 49 _endopen(char *file, char *mode, FILE *iop) in _endopen()
|
/titanic_53/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | fopen.c | 42 fopen(char *file, char *mode) in fopen() 48 freopen(char *file, char *mode, FILE *iop) in freopen() 55 _endopen(char *file, char *mode, FILE *iop) in _endopen()
|
/titanic_53/usr/src/tools/cscope-fast/ |
H A D | edit.c | 50 char file[PATHLEN + 1]; /* file name */ in editref() local 72 char file[PATHLEN + 1]; /* file name */ in editall() local 103 edit(char *file, char *linenum) in edit()
|
H A D | find.c | 86 char file[PATHLEN + 1]; /* source file name */ in findsymbol() local 252 char file[PATHLEN + 1]; /* source file name */ in finddef() local 364 char file[PATHLEN + 1]; /* source file name */ in findallfcns() local 396 char file[PATHLEN + 1]; /* source file name */ in findcalledby() local 443 findcalledbysub(char *file) in findcalledbysub() 483 char file[PATHLEN + 1]; /* source file name */ in findcalling() local 550 char file[PATHLEN + 1]; /* source file name */ in findassignments() local 664 char *file = filepath(srcfiles[i]); in findegreppat() local 701 char file[PATHLEN + 1]; /* source file name */ in findinclude() local 1055 putref(char *file, char *function) in putref() [all …]
|
/titanic_53/usr/src/cmd/sendmail/include/sm/ |
H A D | heap.h | 46 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size) argument 47 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size) argument 48 # define sm_free_tagged(ptr, file, line) sm_free(ptr) argument 49 # define sm_heap_register(ptr, size, file, line, grp) (true) argument 51 # define sm_heap_report(file, verbose) ((void)0) argument
|
/titanic_53/usr/src/lib/udapl/libdat/include/ |
H A D | dat_osd.h | 183 #define dat_os_fgetpos(file, pos) ((DAT_RETURN)( \ argument 188 #define dat_os_fsetpos(file, pos) ((DAT_RETURN)( \ argument 196 #define dat_os_fgetc(file) fgetc((file)) argument 200 #define dat_os_fputc(file, c) fputc((c), (file)) argument 203 #define dat_os_fungetc(file) fseek((file), -1, SEEK_CUR) argument 209 #define dat_os_fread(file, buf, len) fread((buf), sizeof (char), \ argument 213 #define dat_os_fclose(file) ((0 == fclose(file)) ? DAT_SUCCESS : \ argument
|
/titanic_53/usr/src/cmd/genmsg/ |
H A D | util.c | 75 char *file; member 107 add_msg(int setid, int msgid, char *msg, char *file, int line, int no_write) in add_msg() 123 is_writable(char *file) in is_writable() 137 write_msgfile(char *file) in write_msgfile() 269 lookup_msgid(SetID si, int msgid, char *msg, char *file, int line) in lookup_msgid() 292 add_msgid(SetID si, int msgid, char *msg, char *file, int line, int no_write) in add_msgid() 350 add_setid(int setid, int msgid, char *msg, char *file, int line, int no_write) in add_setid() 410 read_projfile(char *file) in read_projfile() 454 write_projfile(char *file) in write_projfile() 496 get_msgid(char *file, int line, int setid, char *str) in get_msgid() [all …]
|
/titanic_53/usr/src/cmd/ipf/lib/common/ |
H A D | rwlock_emul.c | 5 void eMrwlock_read_enter(rw, file, line) in eMrwlock_read_enter() argument 27 void eMrwlock_write_enter(rw, file, line) in eMrwlock_write_enter() argument 49 void eMrwlock_downgrade(rw, file, line) in eMrwlock_downgrade() argument
|
/titanic_53/usr/src/cmd/bnu/ |
H A D | utility.c | 47 assert(s1, s2, i1, file, line) in assert() argument 60 errent(s1, s2, i1, file, line) in errent() argument 70 logError(s1, s2, i1, type, file, line) in logError() argument 192 char fullname[MAXNAMESIZE], file[MAXNAMESIZE]; local
|
/titanic_53/usr/src/cmd/sgs/liblddbg/common/ |
H A D | version.c | 33 Dbg_ver_avail_title(Lm_list *lml, const char *file) in Dbg_ver_avail_title() 44 Dbg_ver_def_title(Lm_list *lml, const char *file) in Dbg_ver_def_title() 55 Dbg_ver_need_title(Lm_list *lml, const char *file) in Dbg_ver_need_title() 66 Dbg_ver_need_entry(Lm_list *lml, Half cnt, const char *file, in Dbg_ver_need_entry() 215 Elf_ver_line_5(Lm_list *lml, const char *file, const char *version) in Elf_ver_line_5()
|