Home | History | Annotate | Download | only in bootpd

Lines Matching defs:stmp

181 	char *stmp;
243 stmp = NULL;
256 stmp = &(argv[0][2]);
260 stmp = argv[0];
262 if (!stmp || (stmp[0] != '/')) {
267 chdir_path = stmp;
272 stmp = &(argv[0][2]);
283 stmp = argv[0];
285 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {
295 stmp = &(argv[0][2]);
299 stmp = argv[0];
301 if (!stmp) {
306 strlcpy(hostname, stmp, sizeof(hostname));
319 stmp = &(argv[0][2]);
323 stmp = argv[0];
325 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) {