Lines Matching defs:scratch
1329 char scratch[PATH_MAX + 1];
1331 ret = readlink(full_path, scratch, strlen(full_path));
1384 char scratch[PATH_MAX];
1387 ret = readlink(tc_ptr->fn_arg[1], scratch, strlen(tc_ptr->fn_arg[0]));
1396 if (strncmp(tc_ptr->fn_arg[0], scratch, strlen(tc_ptr->fn_arg[0]))
1399 /* Must null terminate scratch because readlink(2) doesn't */
1401 scratch[strlen(tc_ptr->fn_arg[0])] = '\0';
1405 tc_ptr->fn_arg[0], scratch);
1760 char scratch[PATH_MAX];
1794 } else if ((ret = read(fd, scratch, strlen(BIG_STRING))) == -1) {
1802 } else if (strncmp(BIG_STRING, scratch, strlen(BIG_STRING)) != 0) {
1805 BIG_STRING, scratch);
1821 } else if ((ret = read(fd, scratch, strlen(BIG_STRING))) == -1) {
1829 } else if (strncmp(BIG_STRING, scratch, strlen(BIG_STRING)) !=
1833 BIG_STRING, scratch);