Home
last modified time | relevance | path

Searched refs:name_mode (Results 1 – 25 of 68) sorted by relevance

123

/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/plugins/stonith/
H A Dibmhmc.c870 gchar** name_mode = NULL; in get_hmc_hostlist() local
906 name_mode = g_strsplit(syslist[i], ":", 2); in get_hmc_hostlist()
909 , __FUNCTION__, name_mode[0], name_mode[1]); in get_hmc_hostlist()
918 if (NULL != name_mode[1] in get_hmc_hostlist()
919 && 0 == strncmp(name_mode[1], "0", 1)) { in get_hmc_hostlist()
925 }else if (NULL != name_mode[1] in get_hmc_hostlist()
926 && 0 == strncmp(name_mode[1], "255", 3)){ in get_hmc_hostlist()
931 , dev->hmc, name_mode[0]); in get_hmc_hostlist()
940 g_strfreev(name_mode); in get_hmc_hostlist()
959 , "%s/%s", name_mode[0] in get_hmc_hostlist()
[all …]
/dports/editors/mg/mg-6.9/
H A Dmodes.c31 if ((m = name_mode(newmode)) == NULL) { in changemode()
125 if ((m = name_mode(modebuf)) == NULL) { in set_default_mode()
H A Dkbd.h51 struct maps_s *name_mode(const char *);
H A Dkeymap.c561 name_mode(const char *name) in name_mode() function
576 return ((mp = name_mode(name)) == NULL ? NULL : mp->p_map); in name_map()
H A Dgrep.c242 bp->b_modes[0] = name_mode("fundamental"); in compile_mode()
243 bp->b_modes[1] = name_mode("compile"); in compile_mode()
/dports/japanese/ng/ng-1.4.4/
H A Dmodes.c34 if((m = name_mode(mode)) == NULL) {
138 if((m = name_mode(mode)) == NULL) {
H A Dkbd.h69 extern MAPS *name_mode();
/dports/japanese/ng-canna/ng-1.4.4/
H A Dmodes.c34 if((m = name_mode(mode)) == NULL) {
138 if((m = name_mode(mode)) == NULL) {
H A Dkbd.h69 extern MAPS *name_mode();
/dports/japanese/ng-devel/ng-1.5beta1/
H A Dmodes.c40 if((m = name_mode(mode)) == NULL) {
142 if((m = name_mode(mode)) == NULL) {
H A Dkbd.h69 extern MAPS *name_mode();
/dports/sysutils/magicrescue/magicrescue-1.1.10/src/
H A Dmagicrescue.h17 extern enum NAME_MODE name_mode;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A Ddictionary.hpp236 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
239 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A Ddictionary.hpp256 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
259 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A Ddictionary.hpp270 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
273 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A Ddictionary.hpp273 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
276 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A Ddictionary.hpp272 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
275 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Ddefs.h87 typedef enum { no_mode = 0, rrset_mode, name_mode, ip_mode, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Ddictionary.hpp300 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
303 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Ddictionary.hpp300 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
303 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A Ddictionary.hpp291 SymbolPropertyEntry* find_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
294 SymbolPropertyEntry* add_entry(int index, unsigned int hash, Symbol* name, intptr_t name_mode);
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/
H A Ddpar.hpp450 enum name_mode enum
557 parameter(name_mode id, value_mode v) in parameter()
675 bool is_id_equal(name_mode const& id) const { return m_id == int(id); } in is_id_equal()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/
H A Ddpar.hpp442 enum name_mode enum
557 parameter(name_mode id, value_mode v) in parameter()
683 bool is_id_equal(name_mode const& id) const { return m_id == int(id); } in is_id_equal()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/
H A Ddpar.hpp442 enum name_mode enum
557 parameter(name_mode id, value_mode v) in parameter()
683 bool is_id_equal(name_mode const& id) const { return m_id == int(id); } in is_id_equal()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/
H A Ddpar.hpp442 enum name_mode enum
557 parameter(name_mode id, value_mode v) in parameter()
683 bool is_id_equal(name_mode const& id) const { return m_id == int(id); } in is_id_equal()

123