Searched refs:ref (Results 1 – 4 of 4) sorted by relevance
46 const wchar_t *ref; in main() local60 for (ref = string; *ref != L'\0'; ref++) { in main()64 if((wchar_t) res != *ref) { in main()
379 const char ref[10] = "xxxxxxxxx"; in main() local402 if (memcmp(tbuf + y, ref + y, sizeof(tbuf) - y) != 0) { in main()
25 ref=`basename $1`26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`27 curl -R -O --connect-timeout 55 -z "$ref" "$1"