Lines Matching full:tried
3691 char *buff, *tried, *pwd = NULL, *p = NULL; in get_refdir() local
3706 tried = calloc(tried_size, 1); in get_refdir()
3707 if (tried == NULL) { in get_refdir()
3718 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3719 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3736 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3737 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3742 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3743 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3752 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3753 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3759 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3760 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3767 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3768 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3773 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3774 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3779 printf(" Checked following directories:\n%s\n", tried); in get_refdir()
3789 free(tried); in get_refdir()