Home | History | Annotate | Download | only in racoon

Lines Matching refs:isnum

2542 	int isnum;
2551 isnum = !errno;
2552 if (((pw = getpwnam(owner->v)) == NULL) && !isnum)
2565 isnum = !errno;
2566 if (((gr = getgrnam(group->v)) == NULL) && !isnum)