Searched refs:orig_value (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_012_pos.ksh97 orig_value=$(get_prop origin $ctrfs)
98 if ! snapexists $snapctrclone1 || [[ "$orig_value" != "$snapctrclone1" ]]; then
/freebsd-current/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_012_pos.ksh105 orig_value=$(get_prop origin $ctrfs)
106 if ! snapexists $snapctrclone1 || [[ "$orig_value" != "$snapctrclone1" ]]; then
/freebsd-current/sys/dev/random/
H A Drandom_harvestq.c316 u_int value, orig_value; local
318 orig_value = value = hc_source_mask;
330 (orig_value & user_immutable_mask);
/freebsd-current/contrib/unbound/
H A Dltmain.sh5668 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);
/freebsd-current/crypto/heimdal/
H A Dltmain.sh4289 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4872 lt_extend_str (const char *orig_value, const char *add, int to_end)
4875 if (orig_value && *orig_value)
4877 int orig_value_len = strlen (orig_value);
4882 strcpy (new_value, orig_value);
4888 strcpy (new_value + add_len, orig_value);
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh5668 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);
/freebsd-current/contrib/file/
H A Dltmain.sh5671 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6259 lt_extend_str (const char *orig_value, const char *add, int to_end)
6262 if (orig_value && *orig_value)
6264 size_t orig_value_len = strlen (orig_value);
6269 strcpy (new_value, orig_value);
6275 strcpy (new_value + add_len, orig_value);
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5668 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);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dltmain.sh5668 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);
/freebsd-current/contrib/sqlite3/
H A Dltmain.sh5760 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6348 lt_extend_str (const char *orig_value, const char *add, int to_end)
6351 if (orig_value && *orig_value)
6353 size_t orig_value_len = strlen (orig_value);
6358 strcpy (new_value, orig_value);
6364 strcpy (new_value + add_len, orig_value);
/freebsd-current/contrib/openpam/
H A Dltmain.sh5925 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6513 lt_extend_str (const char *orig_value, const char *add, int to_end)
6516 if (orig_value && *orig_value)
6518 size_t orig_value_len = strlen (orig_value);
6523 strcpy (new_value, orig_value);
6529 strcpy (new_value + add_len, orig_value);
/freebsd-current/contrib/ldns/
H A Dltmain.sh5760 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6348 lt_extend_str (const char *orig_value, const char *add, int to_end)
6351 if (orig_value && *orig_value)
6353 size_t orig_value_len = strlen (orig_value);
6358 strcpy (new_value, orig_value);
6364 strcpy (new_value + add_len, orig_value);
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh5883 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
6471 lt_extend_str (const char *orig_value, const char *add, int to_end)
6474 if (orig_value && *orig_value)
6476 size_t orig_value_len = strlen (orig_value);
6481 strcpy (new_value, orig_value);
6487 strcpy (new_value + add_len, orig_value);
/freebsd-current/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c544 const char *orig_value = ctx->p2; local
583 orig_ctrl_str, orig_value);

Completed in 764 milliseconds