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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGException.h53 exception(const exception& exc) : argument
54 m_msg(exc.m_msg ? new char[strlen(exc.m_msg) + 1] : 0)
56 if(m_msg) strcpy(m_msg, exc.m_msg);
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp302 } catch(exception& exc) {
303 cerr << argv[0] << " : " << exc.what() << endl;
/haiku/3rdparty/kallisti5/
H A Dconfigure.py38 except OSError as exc:
39 if exc.errno == errno.EEXIST and os.path.isdir(path):
/haiku/src/bin/
H A Dsetmime.cpp1165 } catch(exception& exc) {
1166 cerr << argv[0] << " : " << exc.what() << endl;

Completed in 41 milliseconds