Home
last modified time | relevance | path

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

/haiku/src/bin/addattr/
H A Dmain.cpp78 typeForString(const char* string, type_code* _result) in typeForString() function
214 if (typeForString(optarg, &attrType) != B_OK) in main()
222 if (typeForString(code, &attrType) == B_OK) in main()