Home | History | Annotate | Download | only in battlestar

Lines Matching defs:ptr

82 	struct passwd *ptr;
84 ptr = getpwuid(getuid());
85 if (ptr == NULL)
88 return strdup(ptr->pw_name);
123 const char *const *ptr;
125 for (ptr = list; *ptr; ptr++)
126 if (strcmp(*ptr, uname) == 0)
128 for (ptr = badguys; *ptr; ptr++)
129 if (strcmp(*ptr, uname) == 0) {