Lines Matching defs:buff
147 static char buff[80];
151 (void) strcpy(buff, ".... .... = ");
155 for (p = &buff[8]; p >= buff; p--) {
161 (void) strcat(buff, set ? s_true: s_false);
167 return (buff);
453 static char *buff = NULL;
464 if (buff)
465 free(buff);
466 if ((buff = (char *)malloc(len)) == NULL)
471 getxdr_string(buff, len);
472 (void) strcpy(buff+60, "...");
473 (void) sprintf(get_line(pos, getxdr_pos()), fmt, buff);
474 return (buff);
480 static char buff[1024];
481 char *p = buff;
484 return (buff);
505 static char buff[1024];
511 getxdr_opaque(buff, size)) {
512 (void) sprintf(get_line(pos, getxdr_pos()), fmt, buff);
513 return (buff);
574 static char buff[64];
586 (void) sprintf(buff, "%d.%06d", sec, usec);
590 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time);
591 p = buff + strlen(buff);
594 return (buff);
628 static char buff[64];
636 (void) sprintf(buff, "%lld.%06d", sec, nsec);
642 (void) sprintf(buff, "%lld.%06d", sec, nsec);
648 strftime(buff, sizeof (buff), "%d-%h-%y %T.", &my_time);
649 p = buff + strlen(buff);
652 return (buff);
671 static char buff[64];
681 (void) sprintf(buff, "%d", sec);
685 strftime(buff, sizeof (buff), "%d-%h-%y %T", &my_time);
687 return (buff);