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

/freebsd-10.0-release/lib/libugidfw/
H A Dugidfw.c67 int anymode, unknownmode, truncated, numfs, i, notdone; local
71 truncated = 0;
75 goto truncated;
82 goto truncated;
93 goto truncated;
103 goto truncated;
110 goto truncated;
121 goto truncated;
128 goto truncated;
135 goto truncated;
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Ddh.c63 goto truncated;
66 goto truncated;
75 goto truncated;
85 goto truncated;
102 goto truncated;
105 truncated:
106 error("moduli:%d: truncated", linenum);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lzop.c222 goto truncated;
269 goto truncated;
281 goto truncated;
288 truncated:
307 goto truncated;
317 goto truncated;
326 goto truncated;
335 goto truncated;
340 truncated:
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c279 char truncated[9], *reversed; local
303 truncated[0] = '\0';
304 strncat(truncated, newpass, 8);
305 newpass = truncated;
354 memset(truncated, 0, sizeof(truncated));
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Db_print.c136 size_t *maxlen, size_t *retlen, int *truncated,
174 int *truncated,
424 *truncated = (currlen > *maxlen - 1);
425 if (*truncated)
830 int truncated; local
832 _dopr(&buf, NULL, &n, &retlen, &truncated, format, args);
834 if (truncated)
169 _dopr( char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) argument
/freebsd-10.0-release/lib/libc/mips/string/
H A Dbcopy.S118 and t0,SIZEREG,AT # count truncated to multiples
213 and t0,SIZEREG,AT # count truncated to multiple of 32
/freebsd-10.0-release/sys/mips/mips/
H A Dbcopy.S107 and t0,SIZEREG,AT # count truncated to multiples
202 and t0,SIZEREG,AT # count truncated to multiple of 32
/freebsd-10.0-release/contrib/one-true-awk/
H A DREADME75 the symptom of which can be truncated pipe output. Beware. The
/freebsd-10.0-release/usr.bin/truss/
H A Dsyscalls.c621 int truncated = 0; local
633 truncated = 1;
643 truncated = 1;
645 asprintf(&tmp, "\"%s\"%s", tmp3, truncated ?
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2452 trunc_prop_errs(int truncated) argument
2454 ASSERT(truncated != 0);
2456 if (truncated == 1)
2461 "%d more properties could not be set\n"), truncated);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp4136 /// \param MaxWidth - the width to which the value will be truncated
4365 llvm::APFloat truncated = value; local
4368 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored);
4369 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored);
4371 return truncated.bitwiseIsEqual(value);
/freebsd-10.0-release/usr.bin/unifdef/
H A Dunifdef.c1360 errx(2, "output may be truncated");
/freebsd-10.0-release/contrib/gcc/
H A Dcombine.c266 truncation if we know that value already contains a truncated
6826 /* Return X converted to MODE. If the value is already truncated to
8032 /* Result might need to be truncated. Don't change mode if
10117 C2 has been truncated to fit in MODE, the pattern can only be
11158 truncated to MODE. In this case we can use a subreg to refer to
11159 the truncated value even though in the generic case we would need
11165 enum machine_mode truncated = reg_stat[REGNO (x)].truncated_to_mode;
11167 if (truncated == 0 || reg_stat[REGNO (x)].truncation_label != label_tick)
11169 if (GET_MODE_SIZE (truncated) <= GET_MODE_SIZE (mode))
11172 GET_MODE_BITSIZE (truncated)))
11123 enum machine_mode truncated = reg_stat[REGNO (x)].truncated_to_mode; local
[all...]

Completed in 524 milliseconds