/titanic_41/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_41/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_41/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_41/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_41/usr/src/uts/common/sys/ |
H A D | file.h | 60 typedef struct file { struct 67 struct f_audit_data *f_audit_data; /* file audit data */ argument 86 #define FSYNC 0x10 /* file (data+inode) integrity while writing */ argument
|
/titanic_41/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_41/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_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mem.c | 39 char *file, in _Free() 66 char *file, in _Malloc() 106 char *file, in _Zalloc() 133 char *file, in _Realloc() 174 char *file, in _Calloc() 223 char *file, in _Strdup()
|
/titanic_41/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_41/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_41/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_41/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_41/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_41/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 …]
|
H A D | dir.c | 62 char *file; member 147 char *file; in makefilelist() local 293 issrcfile(char *file) in issrcfile() 345 incfile(char *file, int type) in incfile() 378 infilelist(char *file) in infilelist()
|
/titanic_41/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_41/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_41/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_41/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_41/usr/src/cmd/lp/lib/filters/ |
H A D | filtertable.c | 49 register char *file; in get_and_load() local 66 open_filtertable(char *file, char *mode) in open_filtertable()
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | lpaths.c | 55 libpath(char *file) in libpath() 67 helppath(char *file) in helppath()
|
/titanic_41/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_41/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()
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | lintsup.c | 48 elfedit32_init_obj_state(const char *file, int fd, Elf *elf) in elfedit32_init_obj_state() 54 elfedit64_init_obj_state(const char *file, int fd, Elf *elf) in elfedit64_init_obj_state()
|