HomeSort by relevance Sort by last modified time
    Searched refs:inName (Results 1 - 7 of 7) sorted by null

  /external/bzip2/
bzip2.c 205 Char inName [FILE_NAME_LEN];
540 progName, inName );
607 fprintf ( stderr, "%s: %s: ", progName, inName );
680 inName, outName
701 retVal = MY_STAT ( inName, &statBuf );
1147 copyFileName ( inName, (Char*)"(stdin)" );
1151 copyFileName ( inName, name );
1156 copyFileName ( inName, name );
1161 if ( srcMode != SM_I2O && containsDubiousChars ( inName ) ) {
1164 progName, inName );
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_bld.c 621 * The locale and options will be copied to pPieces only if present in inName,
626 parseConverterOptions(const char *inName,
635 pArgs->name=inName;
640 while((c=*inName)!=0 && c!=UCNV_OPTION_SEP_CHAR) {
647 inName++;
653 while((c=*inName)!=0) {
655 ++inName;
658 /* inName is behind an option separator */
659 if(uprv_strncmp(inName, "locale=", 7)==0) {
664 inName+=7
    [all...]
  /external/icu4c/common/
ucnv_bld.c 621 * The locale and options will be copied to pPieces only if present in inName,
626 parseConverterOptions(const char *inName,
635 pArgs->name=inName;
640 while((c=*inName)!=0 && c!=UCNV_OPTION_SEP_CHAR) {
647 inName++;
653 while((c=*inName)!=0) {
655 ++inName;
658 /* inName is behind an option separator */
659 if(uprv_strncmp(inName, "locale=", 7)==0) {
664 inName+=7
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 45 virtual void setName(const String& inName);
GraphicsLayerCACF.cpp 145 void GraphicsLayerCACF::setName(const String& inName)
147 String name = String::format("CALayer(%p) GraphicsLayer(%p) ", m_layer.get(), this) + inName;
150 m_layer->setName(inName);
  /external/expat/lib/
xmltok_impl.c     [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 17 void copy_in_a_file(char *yaffsName,char *inName)
22 inh = open(inName,O_RDONLY);
    [all...]

Completed in 557 milliseconds