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

/freebsd-12-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_012_pos.ksh110 orig_value=$(get_prop origin $ctrfs)
111 if ! snapexists $snapctrclone1 || [[ "$orig_value" != "$snapctrclone1" ]]; then
/freebsd-12-stable/sys/dev/random/
H A Drandom_harvestq.c258 u_int value, orig_value; local
260 orig_value = value = hc_source_mask;
272 (orig_value & RANDOM_HARVEST_PURE_MASK);
/freebsd-12-stable/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-12-stable/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-12-stable/contrib/openpam/
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-12-stable/contrib/sqlite3/
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-12-stable/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-12-stable/contrib/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-12-stable/contrib/ldns/
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-12-stable/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-12-stable/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-12-stable/contrib/gcc/
H A Dexpmed.c356 rtx orig_value;
623 orig_value = value;
629 emit_move_insn (gen_lowpart (GET_MODE (orig_value), value), orig_value);
692 store_bit_field (tempreg, bitsize, bitpos, fieldmode, orig_value);
355 rtx orig_value; local
H A Dc-typeck.c6845 tree orig_value = value.value;
6846 int string_flag = orig_value != 0 && TREE_CODE (orig_value) == STRING_CST;
6938 value.value = orig_value;
7027 value.value = orig_value;
7067 value.value = orig_value;
6813 tree orig_value = value.value; local

Completed in 681 milliseconds