Home
last modified time | relevance | path

Searched refs:GETUNUM (Results 1 – 5 of 5) sorted by relevance

/dports/net/gnu-dico/dico-2.10/grecs/src/
H A Dtree.c534 #define GETUNUM(str, type, res, loc) \ macro
594 GETUNUM(string, short, *(short*)target, locus); in grecs_string_convert()
598 GETUNUM(string, unsigned short, *(unsigned short*)target, locus); in grecs_string_convert()
609 GETUNUM(string, unsigned int, *(unsigned int*)target, locus); in grecs_string_convert()
617 GETUNUM(string, unsigned long, *(unsigned long*)target, locus); in grecs_string_convert()
621 GETUNUM(string, size_t, *(size_t*)target, locus); in grecs_string_convert()
630 GETUNUM(string, time_t, *(time_t*)target, locus); in grecs_string_convert()
/dports/sysutils/direvent/direvent-5.2/grecs/src/
H A Dtree.c534 #define GETUNUM(str, type, res, loc) \ macro
594 GETUNUM(string, short, *(short*)target, locus); in grecs_string_convert()
598 GETUNUM(string, unsigned short, *(unsigned short*)target, locus); in grecs_string_convert()
609 GETUNUM(string, unsigned int, *(unsigned int*)target, locus); in grecs_string_convert()
617 GETUNUM(string, unsigned long, *(unsigned long*)target, locus); in grecs_string_convert()
621 GETUNUM(string, size_t, *(size_t*)target, locus); in grecs_string_convert()
630 GETUNUM(string, time_t, *(time_t*)target, locus); in grecs_string_convert()
/dports/sysutils/pies/pies-1.5/grecs/src/
H A Dtree.c534 #define GETUNUM(str, type, res, loc) \ macro
594 GETUNUM(string, short, *(short*)target, locus); in grecs_string_convert()
598 GETUNUM(string, unsigned short, *(unsigned short*)target, locus); in grecs_string_convert()
609 GETUNUM(string, unsigned int, *(unsigned int*)target, locus); in grecs_string_convert()
617 GETUNUM(string, unsigned long, *(unsigned long*)target, locus); in grecs_string_convert()
621 GETUNUM(string, size_t, *(size_t*)target, locus); in grecs_string_convert()
630 GETUNUM(string, time_t, *(time_t*)target, locus); in grecs_string_convert()
/dports/sysutils/eclat/eclat-2.0/grecs/src/
H A Dtree.c503 #define GETUNUM(str, type, res, loc) \ macro
563 GETUNUM(string, short, *(short*)target, locus); in grecs_string_convert()
567 GETUNUM(string, unsigned short, *(unsigned short*)target, locus); in grecs_string_convert()
578 GETUNUM(string, unsigned int, *(unsigned int*)target, locus); in grecs_string_convert()
586 GETUNUM(string, unsigned long, *(unsigned long*)target, locus); in grecs_string_convert()
590 GETUNUM(string, size_t, *(size_t*)target, locus); in grecs_string_convert()
599 GETUNUM(string, time_t, *(time_t*)target, locus); in grecs_string_convert()
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog15796 (GETSNUM, GETUNUM): Remove unused arguments.