Searched refs:atom_name (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/mit/xorg/lib/xcb-util/atom/ |
| H A D | atoms.c | 680 xcb_atom_t xcb_atom_get(xcb_connection_t *connection, const char *atom_name) in xcb_atom_get() argument 682 if(atom_name == NULL) in xcb_atom_get() 685 xcb_intern_atom(connection, 0, strlen(atom_name), atom_name), NULL); in xcb_atom_get()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | module.cc | 1189 static char *atom_string, atom_name[MAX_ATOM_SIZE]; variable 1368 p = atom_name; in parse_name() 1666 i = gfc_string2code (m, atom_name); in find_enum() 7388 if ((start == 1 && strcmp (atom_name, "GFORTRAN") != 0) in gfc_use_module() 7389 || (start == 2 && strcmp (atom_name, " module") != 0)) in gfc_use_module() 7394 if (strcmp (atom_name, " version") != 0 in gfc_use_module()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | module.c | 1183 static char *atom_string, atom_name[MAX_ATOM_SIZE]; variable 1342 p = atom_name; in parse_name() 1620 i = gfc_string2code (m, atom_name); in find_enum() 7177 if ((start == 1 && strcmp (atom_name, "GFORTRAN") != 0) in gfc_use_module() 7178 || (start == 2 && strcmp (atom_name, " module") != 0)) in gfc_use_module() 7183 if (strcmp (atom_name, " version") != 0 in gfc_use_module()
|