Home
last modified time | relevance | path

Searched refs:vary (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/bin/date/
H A Dvary.h29 struct vary { struct
31 struct vary *next; argument
34 extern struct vary *vary_append(struct vary *v, char *arg);
35 extern const struct vary *vary_apply(const struct vary *v, struct tm *t);
36 extern void vary_destroy(struct vary *v);
H A Dvary.c83 struct vary *
84 vary_append(struct vary *v, char *arg) in vary_append()
86 struct vary *result, **nextp; in vary_append()
96 if ((*nextp = (struct vary *)malloc(sizeof(struct vary))) == NULL) in vary_append()
416 const struct vary *
417 vary_apply(const struct vary *v, struct tm *t) in vary_apply()
498 vary_destroy(struct vary *v) in vary_destroy()
500 struct vary *n; in vary_destroy()
H A DMakefile5 SRCS= date.c vary.c
H A Ddate.c88 struct vary *v; in main()
89 const struct vary *badv; in main()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-samsung-j3-common.dtsi44 /* GPIO pins vary depending on model variant */
48 /* GPIO pins vary depending on model variant */
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dnvidia,tegra114-spi.txt30 Tap values vary based on the platform design trace lengths from Tegra SPI
35 Tap values vary based on the platform design trace lengths from Tegra SPI
/freebsd/contrib/file/magic/Magdir/
H A Dlex6 # derived empirically, your offsets may vary!
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dredboot-fis.txt10 This block size will vary depending on flash but is typically
H A Dbrcm,bcm947xx-cfe-partitions.txt7 meanings can also vary so fixed partitioning can't be used.
/freebsd/sys/contrib/device-tree/Bindings/input/
H A De3x0-button.txt15 Note: Interrupt numbers might vary depending on the FPGA configuration.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,nvic.txt5 vary in the number of interrupts and priority bits per interrupt.
/freebsd/crypto/openssl/doc/man3/
H A DX509_ACERT_add_attr_nconf.pod26 The format of B<value> will vary depending on the B<attribute_name>.
H A DSSL_CTX_set_domain_flags.pod81 The default set of domain flags set on a newly created B<SSL_CTX> may vary by
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_xref.txt20 # For PSS the digest algorithm can vary and depends on the included
/freebsd/crypto/openssl/
H A DBSDmakefile75 # This doesn't use standard patching since the generated files can vary
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath10k.txt62 as an array, the length can vary between
65 the length can vary between hw versions.
H A Dmarvell-8xxx.txt47 can vary between hw versions.
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dmdp5.txt32 The availability of output ports can vary across SoC revisions:
/freebsd/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m46 dnl # it will be linked successfully. CFLAGS will vary by binary being built.
53 dnl # it will be linked successfully. CFLAGS will vary by binary being built.
/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst23 gold linker. Your mileage may vary, though.
78 disk latency/throughput, your results may vary.
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dnvidia,tegra186-hsp.txt52 may vary by instance of the HSP block and SoC generation.
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_md_get_number.pod32 This number is dynamic and should be expected to vary from run to run.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dcongestion-control.md17 Congestion controllers may vary their state with respect to time. This is
/freebsd/contrib/ntp/html/hints/
H A Dbsdi46 0.000064. Your mileage will vary, learn to use the authspeed tools
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,omap-dss.txt13 the encoder modules vary.

123