Home
last modified time | relevance | path

Searched defs:MAXSTRINGLEN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/share/examples/sunrpc/sort/
H A Dsort.x7 const MAXSTRINGLEN = 64; variable
9 typedef string str<MAXSTRINGLEN>; /* the string itself */ typedef
/dragonfly/libexec/bootpd/
H A Dbootpd.h50 #define MAXSTRINGLEN 80 /* Max string length */ macro