Lines Matching defs:stmp
131 char *stmp;
147 stmp = NULL;
159 stmp = &(argv[0][2]);
163 stmp = argv[0];
165 if (!stmp || (stmp[0] != '/')) {
170 chdir_path = stmp;
175 stmp = &(argv[0][2]);
186 stmp = argv[0];
188 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
198 stmp = &(argv[0][2]);
202 stmp = argv[0];
204 bootptab = stmp;