OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aux_name
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.cpp
255
const std::string
aux_name
= column_name(i);
local
256
INV(cache.find(
aux_name
) == cache.end());
257
cache[
aux_name
] = i;
/src/external/gpl3/binutils/dist/opcodes/
arc-ext.c
191
char *
aux_name
= xstrdup ((char *) (p + 6));
local
193
newAuxRegister->name =
aux_name
;
/src/external/gpl3/binutils.old/dist/opcodes/
arc-ext.c
191
char *
aux_name
= xstrdup ((char *) (p + 6));
local
193
newAuxRegister->name =
aux_name
;
/src/external/gpl3/gdb.old/dist/opcodes/
arc-ext.c
191
char *
aux_name
= xstrdup ((char *) (p + 6));
local
193
newAuxRegister->name =
aux_name
;
/src/external/gpl3/gdb/dist/opcodes/
arc-ext.c
191
char *
aux_name
= xstrdup ((char *) (p + 6));
local
193
newAuxRegister->name =
aux_name
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c
1279
char
aux_name
[48] = {0};
local
1382
snprintf(
aux_name
, sizeof(
aux_name
), "sor-%04x-%04x",
1384
nv_connector->aux.name = kstrdup(
aux_name
, GFP_KERNEL);
Completed in 30 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026