Home
last modified time | relevance | path

Searched refs:dashes (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dconfig.c52 static char dashes[LNET_SINGLE_TEXTBUF_NOB]; in lnet_syntax() local
56 memset(dashes, '-', sizeof(dashes)); in lnet_syntax()
57 dashes[sizeof(dashes) - 1] = 0; in lnet_syntax()
62 (width < 1) ? 0 : width - 1, dashes); in lnet_syntax()