/titanic_41/usr/src/head/ |
H A D | stropts.h | 48 extern int getmsg(int, struct strbuf *_RESTRICT_KYWD, 49 struct strbuf *_RESTRICT_KYWD, int *_RESTRICT_KYWD); 50 extern int putmsg(int, const struct strbuf *, const struct strbuf *, int); 52 extern int getpmsg(int, struct strbuf *_RESTRICT_KYWD, 53 struct strbuf *_RESTRICT_KYWD, int *_RESTRICT_KYWD, 55 extern int putpmsg(int, const struct strbuf *, const struct strbuf *, int, int);
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | vscanf.c | 117 FILE strbuf; in _vsscanf_c89() local 124 strbuf._flag = _IOREAD | _IOWRT; in _vsscanf_c89() 125 strbuf._ptr = strbuf._base = (unsigned char *)str; in _vsscanf_c89() 126 strbuf._cnt = strlen(str); in _vsscanf_c89() 127 SET_FILE(&strbuf, _NFILE); in _vsscanf_c89() 138 if (__fsetlocking(&strbuf, FSETLOCKING_BYCALLER) == -1) { in _vsscanf_c89() 144 return (__doscan_u(&strbuf, fmt, ap, _F_INTMAX32)); in _vsscanf_c89() 146 return (__doscan_u(&strbuf, fmt, ap, 0)); in _vsscanf_c89()
|
H A D | vwscanf.c | 101 FILE strbuf; in _vswscanf_c89() local 126 strbuf._flag = _IOREAD | _IOWRT; in _vswscanf_c89() 127 strbuf._ptr = strbuf._base = (unsigned char *)tmp_buf; in _vswscanf_c89() 128 strbuf._cnt = strlen(tmp_buf); in _vswscanf_c89() 129 SET_FILE(&strbuf, _NFILE); in _vswscanf_c89() 135 ret = __wdoscan_u(&strbuf, fmt, ap, _F_INTMAX32); in _vswscanf_c89() 137 ret = __wdoscan_u(&strbuf, fmt, ap, 0); in _vswscanf_c89()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 53 int getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp); 54 int putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags); 55 int getpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *prip, 57 int putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int pri, 60 static int msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval, 64 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) in getmsg() 108 putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags) in putmsg() 140 getpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *prip, in getpmsg() 168 putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int intpri, in putpmsg() 190 msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval, in msgio() [all …]
|
/titanic_41/usr/src/cmd/cdrw/ |
H A D | util.c | 51 char strbuf[81]; variable 87 (void) memset(strbuf, 8, pos); in str_print() 88 strbuf[pos] = 0; in str_print() 89 (void) printf(strbuf); in str_print() 90 (void) memset(strbuf, ' ', pos); in str_print() 91 strbuf[pos] = 0; in str_print() 92 (void) printf(strbuf); in str_print() 93 (void) memset(strbuf, 8, pos); in str_print() 94 strbuf[pos] = 0; in str_print() 95 (void) printf(strbuf); in str_print()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | StringArrayConverter.java | 69 Vector strbuf = new Vector(); in convertFromString() local 74 strbuf.addElement(st.nextToken()); in convertFromString() 76 if (strbuf.size() > 0) { in convertFromString() 77 String retval[] = new String[strbuf.size()]; in convertFromString() 78 for (int i = 0; i < strbuf.size(); i++) in convertFromString() 79 retval[i] = (String) strbuf.elementAt(i); in convertFromString()
|
/titanic_41/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_convrelstr.c | 66 static char strbuf[32]; in conv_reloc_386_type() local 72 strbuf[ndx--] = '\0'; in conv_reloc_386_type() 74 strbuf[ndx--] = '0' + (type % 10); in conv_reloc_386_type() 78 return (&strbuf[ndx + 1]); in conv_reloc_386_type()
|
/titanic_41/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_convrelstr.c | 63 static char strbuf[32]; in conv_reloc_amd64_type() local 69 strbuf[ndx--] = '\0'; in conv_reloc_amd64_type() 71 strbuf[ndx--] = '0' + (type % 10); in conv_reloc_amd64_type() 75 return (&strbuf[ndx + 1]); in conv_reloc_amd64_type()
|
/titanic_41/usr/src/uts/sparc/krtld/ |
H A D | kobj_convrelstr.c | 90 static char strbuf[32]; in conv_reloc_SPARC_type() local 96 strbuf[ndx--] = '\0'; in conv_reloc_SPARC_type() 98 strbuf[ndx--] = '0' + (type % 10); in conv_reloc_SPARC_type() 102 return (&strbuf[ndx + 1]); in conv_reloc_SPARC_type()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 119 struct strbuf { struct 131 struct strbuf ctlbuf; argument 132 struct strbuf databuf; 140 struct strbuf ctlbuf; 141 struct strbuf databuf;
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | scanf.c | 119 FILE strbuf; in sscanf() local 124 strbuf._flag = _IOREAD|_IOSTRG; in sscanf() 125 strbuf._ptr = strbuf._base = (unsigned char*)str; in sscanf() 126 strbuf._cnt = strlen(str); in sscanf() 127 strbuf._bufsiz = strbuf._cnt; in sscanf() 141 return(_doscan(&strbuf, newform, newap)); in sscanf() 143 ret_val = _doscan(&strbuf, fmt, ap); in sscanf()
|
/titanic_41/usr/src/cmd/mdb/common/modules/usba/ |
H A D | prtusb.c | 548 char strbuf[STRLEN]; in prtusb() local 600 mdb_devinfo2driver((uintptr_t)usb_dev.usb_dip, strbuf, STRLEN); in prtusb() 601 mdb_printf("%-12s%-6d", strbuf, usb_dip.devi_instance); in prtusb() 604 if (mdb_readstr(strbuf, STRLEN, in prtusb() 607 mdb_printf("%-16s", strbuf); in prtusb() 622 if (mdb_readstr(strbuf, STRLEN, in prtusb() 625 mdb_printf("%s\n", strbuf); in prtusb() 637 if (mdb_readstr(strbuf, STRLEN, in prtusb() 639 mdb_printf("%s - ", strbuf); in prtusb() 643 if (mdb_readstr(strbuf, STRLEN, in prtusb() [all …]
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 49 struct strbuf *do_peek(); 66 struct strbuf *ptr; in poll_data() 120 struct strbuf *ptr) /* ptr that holds data in ptr->buf */ in process() 152 struct strbuf * 179 return( (struct strbuf *)NULL ); 190 struct strbuf *ptr; in sigint()
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | tx.h | 285 extern int _t_rcv_conn_con(struct _ti_user *, struct t_call *, struct strbuf *, 288 struct strbuf *); 289 extern int _t_aligned_copy(struct strbuf *, int, int, char *, t_scalar_t *); 298 extern int _t_acquire_ctlbuf(struct _ti_user *, struct strbuf *, int *); 299 extern int _t_acquire_databuf(struct _ti_user *, struct strbuf *, int *); 332 extern int _tx_unbind_locked(int, struct _ti_user *, struct strbuf *); 344 void _t_scatter(struct strbuf *, struct t_iovec *, int);
|
H A D | _conn_util.c | 60 struct strbuf *ctlbufp) in _t_snd_conn_req() 133 (struct strbuf *)(call->udata.len? &call->udata: NULL), 0) < 0) { in _t_snd_conn_req() 155 struct strbuf *ctlbufp, in _t_rcv_conn_con() 158 struct strbuf databuf; in _t_rcv_conn_con()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 529 getmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr, in getmsg() 532 extern int __getmsg(int, struct strbuf *, struct strbuf *, int *); in getmsg() 539 getpmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr, in getpmsg() 542 extern int __getpmsg(int, struct strbuf *, struct strbuf *, in getpmsg() 550 putmsg(int fd, const struct strbuf *ctlptr, in putmsg() 551 const struct strbuf *dataptr, int flags) in putmsg() 553 extern int __putmsg(int, const struct strbuf *, in putmsg() 554 const struct strbuf *, int); in putmsg() 561 __xpg4_putmsg(int fd, const struct strbuf *ctlptr, in __xpg4_putmsg() 562 const struct strbuf *dataptr, int flags) in __xpg4_putmsg() [all …]
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_comm.c | 454 char *strbuf; in devname_filename_register() local 458 strbuf = kmem_zalloc(MOD_MAXPATH, KM_SLEEP); in devname_filename_register() 460 if (copyinstr(name, strbuf, MOD_MAXPATH, 0)) { in devname_filename_register() 464 sdcmn_err6(("file %s is registering\n", strbuf)); in devname_filename_register() 466 n = strlen(strbuf) + 1; in devname_filename_register() 467 namep = i_ddi_strdup(strbuf, KM_SLEEP); in devname_filename_register() 479 kmem_free(strbuf, MOD_MAXPATH); in devname_filename_register()
|
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | getexecattr.c | 93 check_match_strbuf(nss_XbyY_args_t *argp, char *strbuf, int check_policy) in check_match_strbuf() argument 106 if (strbuf[argp->returnlen] == '\n') { in check_match_strbuf() 107 strbuf[argp->returnlen] = '\0'; in check_match_strbuf() 110 execp->name = _strtok_escape(strbuf, sep, &last); in check_match_strbuf() 121 free(strbuf); in check_match_strbuf() 135 char *strbuf; in _exec_nis_parse() local 148 if ((strbuf = strdup(instr)) == NULL) in _exec_nis_parse() 151 strbuf, check_policy); in _exec_nis_parse()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | pppoe.c | 50 static int (*old_sys_read_packet)(int retv, struct strbuf *ctrl, 51 struct strbuf *data, int flags); 306 handle_pppoe_input(const ppptun_atype *pma, struct strbuf *ctrl, in handle_pppoe_input() 307 struct strbuf *data) in handle_pppoe_input() 409 handle_action(struct ppptun_control *ptc, struct strbuf *ctrl, in handle_action() 410 struct strbuf *data) in handle_action() 430 pppoe_sys_read_packet(int retv, struct strbuf *ctrl, struct strbuf *data, in pppoe_sys_read_packet()
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | mwrite.c | 127 || (p->dat = (struct strbuf *)Malloc(sizeof(struct strbuf))) == NULL in mwrite() 166 struct strbuf ctl; in _mwrite() 167 struct strbuf dat; in _mwrite()
|
H A D | mread.c | 68 struct strbuf dat; 69 struct strbuf ctl;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 335 struct strbuf { struct 354 struct strbuf ctlbuf; argument 355 struct strbuf databuf; 373 struct strbuf ctlbuf; 374 struct strbuf databuf;
|
H A D | sad.h | 208 struct strbuf; 209 void audit_strputmsg(struct vnode *, struct strbuf *, struct strbuf *,
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.h | 64 struct strbuf; 72 extern int mygetmsg(int fd, struct strbuf *ctrl, struct strbuf *data,
|
/titanic_41/usr/src/uts/common/io/ |
H A D | kstat.c | 182 char *strbuf = (char *)((kstat_named_t *)kn + in read_kstat_data() local 218 strbuf, in read_kstat_data() 222 strbuf; in read_kstat_data() 223 strbuf += in read_kstat_data() 225 ASSERT(strbuf <= in read_kstat_data() 305 char *strbuf = (char *)((kstat_named_t *)kn + in read_kstat_data() local 333 strbuf, in read_kstat_data() 337 strbuf; in read_kstat_data() 338 strbuf += in read_kstat_data() 340 ASSERT(strbuf <= in read_kstat_data()
|