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

/freebsd-10.1-release/usr.sbin/pkg_install/info/
H A Dinfo.h28 #ifndef MAXINDEXSIZE
29 #define MAXINDEXSIZE 59 macro
H A Dshow.c60 char line[MAXINDEXSIZE+2];
72 if(fgets(line, MAXINDEXSIZE + 1, fp)) {

Completed in 107 milliseconds