Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Support/Unix/
DSignals.inc281 int nwidth;
282 if (name == NULL) nwidth = strlen(dlinfo.dli_fname);
283 else nwidth = strlen(name) - 1;
285 if (nwidth > width) width = nwidth;
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c5399 print_holds(boolean_t scripted, size_t nwidth, size_t tagwidth, nvlist_t *nvl) in print_holds() argument
5410 (void) printf("%-*s ", i ? tagwidth : nwidth, in print_holds()
5437 (void) printf("%-*s%*c%-*s%*c%s\n", nwidth, zname, in print_holds()