HomeSort by: relevance | last modified time | path
    Searched defs:getmaxpartitions (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libutil/
getmaxpartitions.c 1 /* $NetBSD: getmaxpartitions.c,v 1.6 2008/04/28 20:23:02 martin Exp $ */
34 __RCSID("$NetBSD: getmaxpartitions.c,v 1.6 2008/04/28 20:23:02 martin Exp $");
42 getmaxpartitions(void) function in typeref:typename:int
  /src/sbin/disklabel/
interact.c 50 #define getmaxpartitions() maxpartitions macro
108 'a' + getmaxpartitions() - 1);
520 line[0] >= 'a' && line[0] < 'a' + getmaxpartitions()) {
628 line[0] >= 'a' && line[0] < 'a' + getmaxpartitions()) {

Completed in 12 milliseconds