Lines Matching defs:ptr
96 char *ptr;
99 while ((ptr = strsep(&sp, ","))) {
100 TT.speeds[TT.sc] = encode(ptr);
181 char *ptr;
190 for (ptr = TT.buff; ptr < TT.buff+size; ptr++) {
191 if (isdigit(*ptr)) {
192 speed = encode(ptr);
299 char *ptr[3] = {"/bin/login", NULL, NULL}; //2 NULLs so we can add username
302 if (toys.optflags & FLAG_l) ptr[0] = TT.login_str;
331 ptr[1]=TT.buff; //put the username in the login command line
333 xexec(ptr);