OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
5668
char *lt_extend_str (const char *
orig_value
, const char *add, int to_end);
6256
lt_extend_str (const char *
orig_value
, const char *add, int to_end)
6259
if (
orig_value
&& *
orig_value
)
6261
size_t orig_value_len = strlen (
orig_value
);
6266
strcpy (new_value,
orig_value
);
6272
strcpy (new_value + add_len,
orig_value
);
/src/sys/external/isc/libsodium/dist/
ltmain.sh
4295
char *lt_extend_str (const char *
orig_value
, const char *add, int to_end);
4878
lt_extend_str (const char *
orig_value
, const char *add, int to_end)
4881
if (
orig_value
&& *
orig_value
)
4883
int orig_value_len = strlen (
orig_value
);
4888
strcpy (new_value,
orig_value
);
4894
strcpy (new_value + add_len,
orig_value
);
Completed in 44 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025