Home | History | Annotate | Download | only in test

Lines Matching defs:in_filename

263 char in_filename[512];
1105 strlcpy(in_filename, argv[1], strlen(argv[1])+1);
1388 printf("Input values: inputfilename[%s]\n", in_filename);
3264 DEBUG_PRINT("Inside %s filename=%s\n", __FUNCTION__, in_filename);
3266 if ( (inputBufferFileFd = open( in_filename, O_RDONLY | O_LARGEFILE) ) == -1 ){
3268 in_filename, errno);
3272 DEBUG_PRINT_ERROR("i/p file %s is opened \n", in_filename);