OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copy1
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldlang.c
3323
char *
copy1
;
3327
copy1
= (char *) xmalloc (strlen (first) + 1);
3331
stricpy (
copy1
, first);
3335
strcut (
copy1
, "big");
3336
strcut (
copy1
, "little");
3343
for (result = 0;
copy1
[result] == copy2[result]; result++)
3344
if (
copy1
[result] == 0)
3350
free (
copy1
);
3320
char *
copy1
;
local
ldlang.c
3323
char *
copy1
;
3327
copy1
= (char *) xmalloc (strlen (first) + 1);
3331
stricpy (
copy1
, first);
3335
strcut (
copy1
, "big");
3336
strcut (
copy1
, "little");
3343
for (result = 0;
copy1
[result] == copy2[result]; result++)
3344
if (
copy1
[result] == 0)
3350
free (
copy1
);
3320
char *
copy1
;
local
/src/external/gpl3/binutils.old/dist/ld/
ldlang.c
3340
char *
copy1
;
3344
copy1
= (char *) xmalloc (strlen (first) + 1);
3348
stricpy (
copy1
, first);
3352
strcut (
copy1
, "big");
3353
strcut (
copy1
, "little");
3360
for (result = 0;
copy1
[result] == copy2[result]; result++)
3361
if (
copy1
[result] == 0)
3367
free (
copy1
);
3337
char *
copy1
;
local
ldlang.c
3340
char *
copy1
;
3344
copy1
= (char *) xmalloc (strlen (first) + 1);
3348
stricpy (
copy1
, first);
3352
strcut (
copy1
, "big");
3353
strcut (
copy1
, "little");
3360
for (result = 0;
copy1
[result] == copy2[result]; result++)
3361
if (
copy1
[result] == 0)
3367
free (
copy1
);
3337
char *
copy1
;
local
Completed in 75 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026