Home
last modified time | relevance | path

Searched refs:strtou16_or_err (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dstrutils.h21 extern uint16_t strtou16_or_err(const char *str, const char *errmesg);
/dports/devel/util-linux/util-linux-2.36/include/
H A Dstrutils.h20 extern uint16_t strtou16_or_err(const char *str, const char *errmesg);
/dports/devel/R-cran-uuid/uuid/src/
H A Dstrutils.h39 #define strtou16_or_err(_s, _e) (uint16_t) str2unum_or_err(_s, 10, _e, UINT16_MAX) macro
/dports/sysutils/linrename/util-linux-2.25.2/lib/
H A Dstrutils.c237 uint16_t strtou16_or_err(const char *str, const char *errmesg) in strtou16_or_err() function
/dports/devel/util-linux/util-linux-2.36/disk-utils/
H A Dmkfs.minix.c781 ctl.fs_namelen = strtou16_or_err(optarg, in main()
/dports/devel/util-linux/util-linux-2.36/lib/
H A Dstrutils.c347 uint16_t strtou16_or_err(const char *str, const char *errmesg) in strtou16_or_err() function
/dports/devel/util-linux/util-linux-2.36/text-utils/
H A Dmore.c324 ctl->lines_per_screen = strtou16_or_err(optarg, _("argument error")); in argscan()