Home
last modified time | relevance | path

Searched refs:TOYBOX_VERSION (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/toybox/toybox-0.8.5/
H A Dtoys.h132 #ifndef TOYBOX_VERSION
136 #define TOYBOX_VERSION "0.8.5"TOYBOX_VENDOR macro
H A Dmain.c24 char *toybox_version = TOYBOX_VERSION, toybuf[4096], libbuf[4096];
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dwget.c170 char ua[] = "toybox wget/" TOYBOX_VERSION, hostname[1024], port[6], path[1024]; in wget_main()