Home
last modified time | relevance | path

Searched refs:listName (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h104 #define NCSW_LIST(listName) t_List listName = NCSW_LIST_INIT(listName) argument
/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c1054 const char* listName; in main() local
1055 NEXT_FIELD(listName); in main()
1056 UTIL_refFilename(file_of_names, listName); in main()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6647 std::string listName = in GenerateCategory() local
6663 listName, MethodListType::CategoryInstanceMethods, instanceMethods); in GenerateCategory()
6665 listName, MethodListType::CategoryClassMethods, classMethods); in GenerateCategory()