Searched refs:flabel (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libdpv/
H A Ddprompt.c402 char flabel[FLABEL_MAX + 1]; local
492 if (snprintf(flabel, flabel_size + 1, "%s", name) >
493 flabel_size) sprintf(flabel + flabel_size - 3, "...");
504 cp = flabel + strlen(flabel);
505 if (cp < (flabel + flabel_size))
507 (cp - flabel) + 1, "...");
511 flabel_size, flabel, use_color ? "\\Zn" : "",
515 flabel, use_color ? "\\Zn" : "", " ");

Completed in 93 milliseconds