Home
last modified time | relevance | path

Searched defs:cbuf (Results 1 – 25 of 79) sorted by relevance

1234

/titanic_51/usr/src/lib/libc/port/gen/
H A Dctime.c109 __posix_asctime_r(const struct tm *t, char *cbuf) in __posix_asctime_r() argument
153 asctime_r(const struct tm *t, char *cbuf, int buflen) in asctime_r() argument
165 char *cbuf = tsdalloc(_T_CTIME, CBUFSIZ, NULL); in ctime() local
179 char *cbuf in asctime() local
[all...]
/titanic_51/usr/src/cmd/mdb/common/libstand/
H A Dctime.c157 __posix_asctime_r(const struct tm *t, char *cbuf) in __posix_asctime_r() argument
205 asctime_r(const struct tm *t, char *cbuf, int buflen) in asctime_r() argument
224 static char cbuf[CBUFSIZ]; in asctime() local
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dddt_zap.c61 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_lookup() local
93 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_update() local
119 uchar_t cbuf[sizeof (dde->dde_phys) + 1]; in ddt_zap_walk() local
[all...]
/titanic_51/usr/src/uts/common/syscall/
H A Drw.c75 read(int fdes, void *cbuf, size_t count) in read() argument
211 write(int fdes, void *cbuf, size_t count) in write() argument
337 pread(int fdes, void *cbuf, size_t count, off_t offset) in pread() argument
477 pwrite(int fdes, void *cbuf, size_t count, off_t offset) in pwrite() argument
1322 pread64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pread64() argument
1445 pwrite64(int fdes,void * cbuf,size32_t count,uint32_t offset_1,uint32_t offset_2) pwrite64() argument
1593 read32(int32_t fdes,caddr32_t cbuf,size32_t count) read32() argument
1600 write32(int32_t fdes,caddr32_t cbuf,size32_t count) write32() argument
1607 pread32(int32_t fdes,caddr32_t cbuf,size32_t count,off32_t offset) pread32() argument
1615 pwrite32(int32_t fdes,caddr32_t cbuf,size32_t count,off32_t offset) pwrite32() argument
[all...]
H A Dsysfs.c114 sysfstyp(int index, char *cbuf) in sysfstyp() argument
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dasctime.c19 static char cbuf[26]; variable
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStderrLog.java57 public void write(char[] cbuf, int off, int len) throws IOException { in write() argument
H A DSyslog.java67 public void write(char[] cbuf, int off, int len) throws IOException { in write() argument
/titanic_51/usr/src/lib/libcurses/screen/
H A Dwinnwstr.c52 char cbuf[CSMAX+1]; in winnwstr() local
H A Dwinwstr.c48 char *cp, cbuf[CSMAX+1]; in winwstr() local
/titanic_51/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_console.c76 char cbuf; in ofw_cons_putchar() local
/titanic_51/usr/src/cmd/oawk/
H A Dawk.lx.l56 wchar_t cbuf[CBUFLEN]; variable
[all...]
/titanic_51/usr/src/cmd/awk/
H A Dawk.lx.l79 static uchar cbuf[CBUFLEN]; variable
[all...]
/titanic_51/usr/src/cmd/refer/
H A Dmkey3.c25 static char cbuf[COMNUM*9]; variable
/titanic_51/usr/src/cmd/mail/
H A Dgendeliv.c38 char buf[1024], cbuf[256], ybuf[10]; local
/titanic_51/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_syslog.c37 char cbuf[CBUFSIZ]; in smb_svc_log() local
/titanic_51/usr/src/cmd/syseventd/modules/datalink_mod/
H A Ddatalink_mod.c75 struct sigaction cbuf, dfl; in datalink_notify_thread() local
/titanic_51/usr/src/uts/common/os/
H A Ddumpsubr.c255 struct cbuf { struct
407 cbuf_t *cbuf; /* array of output buffers */ member
256 nextcbuf global() argument
257 statecbuf global() argument
258 usedcbuf global() argument
259 sizecbuf global() argument
260 bufcbuf global() argument
261 pagenumcbuf global() argument
262 bitnumcbuf global() argument
263 pfncbuf global() argument
264 offcbuf global() argument
[all...]
/titanic_51/usr/src/cmd/tip/aculib/
H A Dbiz22.c36 char cbuf[40]; in biz_dialer() local
[all...]
/titanic_51/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c543 char cbuf[CBUFSIZ]; /* char buffer for number */ in getnum() local
692 char cbuf[CBUFSIZ]; lstrtod() local
[all...]
/titanic_51/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c218 char cbuf[AUDIO_MAX_ENCODE_INFO]; in audio_enc_to_str() local
/titanic_51/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c129 sda_cmd_ctor(void *cbuf, void *arg, int kmflags) in sda_cmd_ctor() argument
140 sda_cmd_dtor(void *cbuf, void *arg) in sda_cmd_dtor() argument
/titanic_51/usr/src/stand/lib/sa/
H A Dtime.c172 static char cbuf[CBUFSIZ]; in asctime() local
/titanic_51/usr/src/cmd/rpcsvc/
H A Drusers.c536 char *cbuf; in putline_2() local
579 char *cbuf; in putline_3() local
/titanic_51/usr/src/cmd/streams/log/
H A Dstrerr.c103 char cbuf[CTLSIZE]; in main() local

1234