Lines Matching refs:SPACELEFT
1197 (void) sm_snprintf(p, SPACELEFT(hbuf, p),
1215 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1225 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1231 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1238 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1245 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1255 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp), ", auth=%.20s", p);
1285 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1292 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
2058 if (SPACELEFT(obuf, obp) - 1 < (size_t) l)
2059 l = SPACELEFT(obuf, obp) - 1;
2061 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%.*s", l, v);
2071 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%.*s",
2072 (int) (SPACELEFT(obuf, obp) - 1), v);
2134 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%.200s:", h->h_field);
2159 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%*s", spaces,
2281 (void) sm_strlcpy(obp, ",\n", SPACELEFT(obuf, obp));
2292 (void) sm_strlcpy(obp, ", ", SPACELEFT(obuf, obp));