HomeSort by: relevance | last modified time | path
    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