Home | History | Annotate | Download | only in GenFfsFile

Lines Matching refs:BaseName

1594   CHAR8                   BaseName[_MAX_PATH];

1612 BaseName[0] = 0;
1669 if (BaseName[0] != 0) {
1679 if (!SFPGetNextToken (BaseName, sizeof (BaseName))) {
1938 // to somehow keep track of whether or not the basename is defined multiple
1993 strcpy (BaseName, InputString);
1996 strcpy (BaseName, InputString);
2171 if (BaseName[0] == '\"') {
2172 StripQuotes (BaseName);
2184 if (BaseName[0] != 0) {
2185 sprintf (InputString, "%s-%s", GuidString, BaseName);
2332 if (BaseName[0] == '\"') {
2333 StripQuotes (BaseName);
2345 if (BaseName[0] != 0) {
2346 sprintf (InputString, "%s-%s", GuidString, BaseName);