Lines Matching refs:longTestPath
348 char longTestPath[1024]; /* Implementation goes to heap at length of 128. */ in TestUDataOpen() local
356 longTestPath[0] = 0; in TestUDataOpen()
357 strcat(longTestPath, "bogus_directory_name"); in TestUDataOpen()
358 while (strlen(longTestPath) < 500) { in TestUDataOpen()
359 strcat(longTestPath, dirSepString); in TestUDataOpen()
360 strcat(longTestPath, "bogus_directory_name"); in TestUDataOpen()
362 strcat(longTestPath, pathSepString); in TestUDataOpen()
363 strcat(longTestPath, testPath); in TestUDataOpen()
364 result=udata_open(longTestPath, type, name, &status); in TestUDataOpen()
367 longTestPath, name, type, myErrorName(status)); in TestUDataOpen()
383 result=udata_open(longTestPath, type, longName, &status); in TestUDataOpen()
386 longTestPath, longName, type, myErrorName(status)); in TestUDataOpen()