HomeSort by: relevance | last modified time | path
    Searched refs:inName (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/bzip2/dist/
bzip2.c 207 Char inName [FILE_NAME_LEN];
543 progName, inName );
610 fprintf ( stderr, "%s: %s: ", progName, inName );
683 inName, outName
704 retVal = MY_STAT ( inName, &statBuf );
1152 copyFileName ( inName, "(stdin)" );
1156 copyFileName ( inName, name );
1161 copyFileName ( inName, name );
1166 if ( srcMode != SM_I2O && containsDubiousChars ( inName ) ) {
1169 progName, inName );
    [all...]
  /src/external/bsd/elftosb/dist/common/
StSRecordFile.h 65 virtual void setName(const std::string & inName) { m_name = inName; }
StELFFile.h 64 virtual void setName(const std::string & inName) { m_name = inName; }
86 //! \brief Returns the index of the section with the name \a inName.
87 unsigned getIndexOfSectionWithName(const std::string & inName);
StExecutableImage.h 163 //! \brief Sets the image's name to \a inName.
164 virtual void setName(const std::string & inName);
StExecutableImage.cpp 59 //! A copy of \a inName is made, so the original may be disposed of by the caller
61 void StExecutableImage::setName(const std::string & inName)
63 m_name = inName;
StELFFile.cpp 153 unsigned StELFFile::getIndexOfSectionWithName(const std::string & inName)
163 if (inName == sectionName)
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
ClientRequests.c 127 mDNSlocal mDNSBool DomainNameIsSingleLabel(const domainname *inName);
1035 mDNSlocal mDNSBool DomainNameIsSingleLabel(const domainname *inName)
1037 const mDNSu8 *const label = inName->c;
1087 mDNSlocal mDNSBool DomainNameIsInSearchList(const domainname *inName, mDNSBool inExcludeLocal)
1092 labelCount = CountLabels(inName);
1099 if (SameDomainName(&item->domain, SkipLeadingLabels(inName, (labelCount - domainLabelCount))))
DebugServices.c 123 static OSStatus DebugWindowsEventLogInit( const char *inName, HMODULE inModule );
949 static OSStatus DebugWindowsEventLogInit( const char *inName, HMODULE inModule )
964 if( !inName || ( *inName == '\0' ) )
966 inName = "DefaultApp";
968 DebugWinCharToTCharString( inName, kSizeCString, name, sizeof( name ), NULL );
974 DebugWinCharToTCharString( inName, kSizeCString, path + size, sizeof_array( path ) - size, NULL );
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 3019 static const char * ServiceTypeDescription( const char *inName );
3308 const uint8_t * inName,
3536 const char * inName,
3798 const char * inName,
3842 err = DNSServiceConstructFullName( fullName, inName, inRegType, inDomain );
3875 &now, inFlags, (int32_t) inInterfaceIndex, inDomain, inRegType, inName );
3880 err = DNSServiceConstructFullName( fullName, inName, inRegType, inDomain );
3905 err = DNSServiceResolveEx( &sdRef, flags, inInterfaceIndex, inName, inRegType, inDomain, attr,
3911 err = DNSServiceResolve( &sdRef, flags, inInterfaceIndex, inName, inRegType, inDomain,
4755 const char * inName,
    [all...]
  /src/external/mit/expat/dist/lib/
xmltok_impl.c 1511 enum { other, inName, inValue } state = inName;
1524 state = inName; \
1571 if (state == inName)
1584 if (state == inName)

Completed in 43 milliseconds