Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/386bsd/usr/include/nonstd/gnu/g++/
H A DObstack.h118 inline int Obstack::size() in size() function
128 inline void Obstack:: grow(const void* data, int size) in grow()
136 inline void Obstack:: grow(const void* data, int size, char terminator) in grow()
157 inline void Obstack:: blank(int size) in blank()
170 inline void* Obstack::copy(const void* data, int size) in copy()
176 inline void* Obstack::copy(const void* data, int size, char terminator) in copy()
194 inline void* Obstack::alloc(int size) in alloc()
213 inline void Obstack:: blank_fast(int size) in blank_fast()
218 inline void Obstack:: shrink(int size) // from ken@cs.rochester.edu in shrink()
/386bsd/usr/src/lib/libg++/g++-include/
H A DObstack.h118 inline int Obstack::size() in size() function
128 inline void Obstack:: grow(const void* data, int size) in grow()
136 inline void Obstack:: grow(const void* data, int size, char terminator) in grow()
157 inline void Obstack:: blank(int size) in blank()
170 inline void* Obstack::copy(const void* data, int size) in copy()
176 inline void* Obstack::copy(const void* data, int size, char terminator) in copy()
194 inline void* Obstack::alloc(int size) in alloc()
213 inline void Obstack:: blank_fast(int size) in blank_fast()
218 inline void Obstack:: shrink(int size) // from ken@cs.rochester.edu in shrink()
/386bsd/usr/X386/lib/Server/include/
H A Dos.h61 #define ALLOCATE_LOCAL(size) alloca((int)(size)) argument
64 #define ALLOCATE_LOCAL(size) _Alloca((int)(size)) argument
93 #define ALLOCATE_LOCAL(size) debug_alloca(__FILE__,__LINE__,(int)(size)) argument
96 #define ALLOCATE_LOCAL(size) alloca((int)(size)) argument
111 #define ALLOCATE_LOCAL(size) Xalloc((unsigned long)(size)) argument
116 #define xalloc(size) Xalloc(((unsigned long)(size))) argument
117 #define xrealloc(ptr, size) Xrealloc(((pointer)(ptr)), ((unsigned long)(size))) argument
/386bsd/usr/src/lib/libg++/libg++/
H A DSFile.cc31 SFile::SFile(const char* filename, int size, io_mode m, access_mode a) in SFile()
37 SFile::SFile(const char* filename, int size, const char* m) in SFile()
43 SFile::SFile(int filedesc, int size, io_mode m) in SFile()
49 SFile::SFile(FILE* fileptr, int size) in SFile()
H A DObstack.cc30 Obstack::Obstack(int size, int alignment) in Obstack()
61 void Obstack::newchunk(int size) in newchunk()
/386bsd/usr/src/usr.bin/lex/
H A Dflexdef.h621 #define allocate_integer_array(size) \ argument
624 #define reallocate_integer_array(array,size) \ argument
627 #define allocate_int_ptr_array(size) \ argument
630 #define allocate_char_ptr_array(size) \ argument
633 #define allocate_dfaacc_union(size) \ argument
637 #define reallocate_int_ptr_array(array,size) \ argument
640 #define reallocate_char_ptr_array(array,size) \ argument
643 #define reallocate_dfaacc_union(array, size) \ argument
647 #define allocate_character_array(size) \ argument
650 #define reallocate_character_array(array,size) \ argument
[all …]
/386bsd/usr/src/usr.bin/groff/include/
H A Dlib.h81 #define ad_delete(size) delete [size] argument
85 #define ad_delete(size) delete [] argument
/386bsd/usr/src/usr.bin/awk/
H A Dzmalloc.h39 #define zmalloc(size) bmalloc((((unsigned)size)+ZBLOCKSZ-1)>>ZSHIFT) argument
40 #define zfree(p,size) bfree(p,(((unsigned)size)+ZBLOCKSZ-1)>>ZSHIFT) argument
/386bsd/usr/src/kernel/kern/vm/
H A Dkmem.c99 kmem_alloc(vm_map_t map, vm_size_t size, int flags) in kmem_alloc()
209 kmem_mmap(vm_map_t map, vm_offset_t addr, vm_size_t size) in kmem_mmap()
240 kmem_free(vm_map_t map, vm_offset_t addr, vm_size_t size) in kmem_free()
262 kmem_suballoc(vm_size_t size, boolean_t pageable) in kmem_suballoc()
/386bsd/usr/src/kernel/ddb/
H A Ddb_access.c67 db_get_value(addr, size, is_signed) in db_get_value() argument
96 db_put_value(addr, size, value) in db_put_value() argument
H A Ddb_examine.c100 int size; local
302 int size; in db_search_cmd() local
361 db_search(addr, size, value, mask, count) in db_search() argument
/386bsd/usr/src/usr.bin/grep/
H A Dsearch.c172 Gcompile(pattern, size) in Gcompile() argument
230 Ecompile(pattern, size) in Ecompile() argument
296 EGexecute(buf, size, endp) in EGexecute() argument
406 Fcompile(pattern, size) in Fcompile() argument
431 Fexecute(buf, size, endp) in Fexecute() argument
/386bsd/usr/src/kernel/ufs/
H A Dufs_subr.c175 scanc(size, cp, table, mask) in scanc() argument
189 skpc(mask, size, cp) in skpc() argument
201 locc(mask, size, cp) in locc() argument
/386bsd/usr/src/kernel/kern/fs/
H A Dbio.c139 bread(struct vnode *vp, daddr_t blkno, int size, struct ucred *cred, in bread()
176 breada(struct vnode *vp, daddr_t blkno, int size, daddr_t rablkno, int rabsize, in breada()
543 getblk(register struct vnode *vp, daddr_t blkno, int size) in getblk()
595 geteblk(int size) in geteblk()
620 allocbuf(register struct buf *bp, int size) in allocbuf()
/386bsd/usr/src/usr.sbin/lpr/lpd/
H A Drecvjob.c106 register int size, nfiles; in readjob() local
184 readfile(file, size) in readfile() argument
244 chksize(size) in chksize() argument
/386bsd/usr/src/usr.bin/cpio/
H A Ddstring.c37 ds_init (string, size) in ds_init() argument
48 ds_resize (string, size) in ds_resize() argument
/386bsd/usr/src/lib/libc/stdlib/
H A Dqsort.c54 qsort(bot, nmemb, size, compar) in qsort() argument
111 quick_sort(bot, nmemb, size, compar) in quick_sort() argument
246 insertion_sort(bot, nmemb, size, compar) in insertion_sort() argument
/386bsd/usr/src/lib/librpc/rpc/
H A Drpc_dtablesize.c40 static int size; in _rpc_dtablesize() local
/386bsd/usr/src/usr.bin/tar/
H A Dlist.c210 size_t size, written, check; in list_archive() local
313 int size, written; in read_header() local
559 char size[24]; /* Holds a formatted long or maj, min */ in print_header() local
798 skip_file (size) in skip_file() argument
/386bsd/usr/src/usr.bin/gcc/cc1/
H A Dgencodes.c56 xmalloc (size) in xmalloc() argument
67 xrealloc (ptr, size) in xrealloc() argument
/386bsd/usr/src/usr.bin/mail/
H A Dedit.c82 off_t size; local
139 run_editor(fp, size, type, readonly) in run_editor() argument
/386bsd/usr/src/lib/libc/compat-sysv/
H A Dshmget.c6 int shmget(key_t key, int size, int shmflg) in shmget()
/386bsd/usr/src/usr.bin/sed/
H A Dutils.c160 ck_fwrite(ptr,size,nmemb,stream) in ck_fwrite() argument
180 ck_malloc(size) in ck_malloc() argument
195 xmalloc(size) in xmalloc() argument
203 ck_realloc(ptr,size) in ck_realloc() argument
/386bsd/usr/src/sbin/restore/
H A Dtape.c122 newtapebuf(size) in newtapebuf() argument
539 off_t size = spcl.c_dinode.di_size; variable
594 xtrfile(buf, size) in xtrfile() argument
609 xtrskip(buf, size) in xtrskip() argument
625 xtrlnkfile(buf, size) in xtrlnkfile() argument
639 xtrlnkskip(buf, size) in xtrlnkskip() argument
652 xtrmap(buf, size) in xtrmap() argument
661 xtrmapskip(buf, size) in xtrmapskip() argument
/386bsd/usr/src/usr.bin/groff/libgroff/
H A Dgetcwd.c12 char *getcwd(buf, size) in getcwd() argument

12345678910>>...15