OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_name
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
gssapi.c
513
gss_buffer_desc
input_name
;
local
576
input_name
.value = svc_principal;
577
input_name
.length = (size_t)ret;
579
gss_rc = gss_import_name( &minor_status, &
input_name
, &nt_principal, principal );
/src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc
1948
char *buf, *
input_name
= (char *)xmalloc (piece);
local
1951
buf =
input_name
;
1963
len = strlen (
input_name
);
1964
if (
input_name
[len - 1] != '\n')
1966
input_name
= (char *)xrealloc (
input_name
, len + piece);
1967
buf =
input_name
+ len;
1970
input_name
[len - 1] = '\0';
1972
if (
input_name
[0] == '*')
1973
output_name = &
input_name
[1]
2016
char *
input_name
=
input_name
s[i];
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc
1922
char *buf, *
input_name
= (char *)xmalloc (piece);
local
1925
buf =
input_name
;
1937
len = strlen (
input_name
);
1938
if (
input_name
[len - 1] != '\n')
1940
input_name
= (char *)xrealloc (
input_name
, len + piece);
1941
buf =
input_name
+ len;
1944
input_name
[len - 1] = '\0';
1946
if (
input_name
[0] == '*')
1947
output_name = &
input_name
[1]
1990
char *
input_name
=
input_name
s[i];
local
[
all
...]
Completed in 53 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026