Searched refs:pAtomNames (Results 1 – 1 of 1) sorted by relevance
483 char** pAtomNames = (char**)alloca( sizeof(char*)*nItems ); in NetWMAdaptor() local484 if( XGetAtomNames( m_pDisplay, pAtoms, nItems, pAtomNames ) ) in NetWMAdaptor()492 if( pAtomNames[i] == NULL ) in NetWMAdaptor()497 aSearch.pProtocol = pAtomNames[i]; in NetWMAdaptor()512 … fprintf( stderr, " %s%s\n", pAtomNames[i], nProtocol != -1 ? "" : " (unsupported)" ); in NetWMAdaptor()515 XFree( pAtomNames[i] ); in NetWMAdaptor()739 char** pAtomNames = (char**)alloca( sizeof(char*)*nItems ); in GnomeWMAdaptor() local740 if( XGetAtomNames( m_pDisplay, pAtoms, nItems, pAtomNames ) ) in GnomeWMAdaptor()748 if( pAtomNames[i] == NULL ) in GnomeWMAdaptor()753 aSearch.pProtocol = pAtomNames[i]; in GnomeWMAdaptor()[all …]