Lines Matching full:basename
47 #define basename(x) Curl_basename((x))
1043 The basename() function shall take the pathname pointed to by path and
1048 basename() shall return a pointer to the string "/". If the string pointed
1052 If path is a null pointer or points to an empty string, basename() shall
1055 The basename() function may modify the string pointed to by path, and may
1057 subsequent call to basename().
1059 The basename() function need not be reentrant. A function that is not
1089 filename = strdup(fullfile); /* duplicate since basename() may ruin the
1093 base = strdup(basename(filename));