Searched refs:shortName (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/makefs/
H A Dcd9660.h78 const char *shortName; /* Short option */ member in struct:__anon16568
/freebsd-13-stable/sbin/natd/
H A Dnatd.c1079 const char* shortName; member in struct:OptionInfo
1343 if (info->shortName)
1344 if (!strcmp (info->shortName, option))
1599 if (info->shortName)
1600 fprintf (stderr, "-%-20s %s\n", info->shortName,
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp839 const std::string &shortName() const { return ShortName; }
1704 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName())
1812 Polymorphic ? Int.shortName() : Int.fullName();
1942 StringRef Name = Int.shortName();
2060 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2462 StringRef shortName = guessLibraryShortName(Name, isFramework, Suffix); local
2463 if (shortName.empty())
2466 LibrariesShortNames.push_back(shortName);

Completed in 81 milliseconds