Home | History | Annotate | Download | only in openssh

Lines Matching refs:x_snprintf

9774 int x_snprintf(char *str,size_t count,const char *fmt,...)
9786 exit(x_snprintf(x, 1, "%s %d", "hello", 12345) == 11 ? 0 : 1);