Lines Matching defs:tried
3687 char *buff, *tried, *pwd = NULL, *p = NULL;
3702 tried = calloc(tried_size, 1);
3703 if (tried == NULL) {
3714 strncat(tried, buff, tried_size - strlen(tried) - 1);
3715 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3732 strncat(tried, buff, tried_size - strlen(tried) - 1);
3733 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3738 strncat(tried, buff, tried_size - strlen(tried) - 1);
3739 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3748 strncat(tried, buff, tried_size - strlen(tried) - 1);
3749 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3755 strncat(tried, buff, tried_size - strlen(tried) - 1);
3756 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3763 strncat(tried, buff, tried_size - strlen(tried) - 1);
3764 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3769 strncat(tried, buff, tried_size - strlen(tried) - 1);
3770 strncat(tried, "\n", tried_size - strlen(tried) - 1);
3775 printf(" Checked following directories:\n%s\n", tried);
3785 free(tried);