Searched refs:buffy (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/backup/lib/ |
H A D | byteorder.c | 203 char buffy[BUFSIZ]; in normspcl() local 206 (void) sprintf(buffy, "%dl", TP_NINOS); in normspcl() 207 swabst(buffy, (uchar_t *)sp->c_data.s_inos); in normspcl()
|
H A D | getdate.y | 866 char buffy[BUFSIZ]; local 878 if (fgets(buffy, sizeof (buffy), stdin) == NULL) { 882 } while (sscanf(buffy, "%2d%2d%2d%2d%2d",
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 4146 char buffy[NFS4_OPAQUE_LIMIT]; in prt_acl() local 4170 (void) strncpy(buffy, val.fattr4_acl_val[i].who.utf8string_val, in prt_acl() 4172 buffy[len] = '\0'; in prt_acl() 4173 sprintf(get_line(0, 0), " who = %s", buffy); in prt_acl() 4191 char buffy[BUFSIZ], *name; in detail_uint32_bitmap() local 4198 strcpy(buffy, indent); in detail_uint32_bitmap() 4199 len = strlen(buffy); in detail_uint32_bitmap() 4208 sprintf(get_line(0, 0), "%s", buffy); in detail_uint32_bitmap() 4209 strcpy(buffy, indent); in detail_uint32_bitmap() 4210 len = strlen(buffy); in detail_uint32_bitmap() [all …]
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | tape.c | 1703 char buffy[MAXBSIZE]; in closemt() local 1705 while (read(mt, buffy, sizeof (buffy)) > 0) { in closemt()
|