Home
last modified time | relevance | path

Searched refs:rbuff (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/enhance/
H A Denhance.c117 static int pty_stop_parent(int waserr, int cntrl, GetLine *gl, char *rbuff);
421 char *rbuff=NULL; /* A buffer for reading from the pseudo terminal */ in pty_parent() local
427 return pty_stop_parent(1, cntrl, gl, rbuff); in pty_parent()
432 rbuff = (char *) malloc(PTY_MAX_READ+1); in pty_parent()
433 if(!rbuff) in pty_parent()
434 return pty_stop_parent(1, cntrl, gl, rbuff); in pty_parent()
435 rbuff[0] = '\0'; in pty_parent()
440 if(gl_watch_fd(gl, cntrl, GLFD_READ, pty_read_from_program, rbuff)) in pty_parent()
441 return pty_stop_parent(1, cntrl, gl, rbuff); in pty_parent()
446 while((line=gl_get_line(gl, rbuff, NULL, 0))) { in pty_parent()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c707 char rbuff[1024]; in getxdr_hex() local
717 if (len < 0 || xdr_opaque(&xdrm, rbuff, len) == FALSE) { in getxdr_hex()
728 hbuff[j++] = hexstr[rbuff[i] >> 4 & 0x0f]; in getxdr_hex()
729 hbuff[j++] = hexstr[rbuff[i] & 0x0f]; in getxdr_hex()
/titanic_50/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1939 smb_sprint_option(char **rbuff, size_t *rbuffsize, size_t incr, in smb_sprint_option() argument
1945 char *buff = *rbuff; in smb_sprint_option()
1974 *rbuff = buff; in smb_sprint_option()
1978 if (*rbuff != NULL) in smb_sprint_option()
1979 free(*rbuff); in smb_sprint_option()
/titanic_50/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1330 nfs_sprint_option(char **rbuff, size_t *rbuffsize, size_t incr, in nfs_sprint_option() argument
1336 char *buff = *rbuff; in nfs_sprint_option()
1396 if (*rbuff != NULL) in nfs_sprint_option()
1397 free(*rbuff); in nfs_sprint_option()
1399 *rbuff = buff; in nfs_sprint_option()