Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c305 case TOOBIG:
330 case TOOBIG:
452 case TOOBIG:
472 case TOOBIG:
H A Dval_lprj.c68 case TOOBIG: in valid_lproject()
H A Dval_lgrp.c74 case TOOBIG: in valid_lgroup()
H A Dusermod.c427 case TOOBIG:
449 case TOOBIG:
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvprojid.c47 return (TOOBIG); in valid_projid()
H A Dvgid.c56 if( gid > MAXUID ) return( TOOBIG );
H A Dvuid.c57 if( uid > MAXUID ) return( TOOBIG );
H A Dvgroup.c70 r = TOOBIG; in valid_group()
/illumos-gate/usr/src/cmd/oamuser/inc/
H A Dusers.h48 #define TOOBIG 3 /* number too big */ macro
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dgroupadd.c133 case TOOBIG: in main()
H A Dgroupmod.c124 case TOOBIG: in main()
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c69 char TOOBIG[] = "Suffix too large - 512 max: %s"; variable
474 comperr(TOOBIG); in fcomp()