Home
last modified time | relevance | path

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

/dports/net/socat/socat-1.7.4.2/
H A Dxioopts.c1911 (*opts)[i].desc = ODESC_END; in parseopts_table()
2583 (*opts)[i].desc = ODESC_END; in parseopts_table()
2641 new[j].desc = ODESC_END; in copyopts()
2678 new[j].desc = ODESC_END; in moveopts()
2689 while (opt->desc != ODESC_END) { in leftopts()
2702 while (opt->desc != ODESC_END) { in showleft()
2775 while (opt->desc != ODESC_END) {
2790 while (opt->desc != ODESC_END) { in xio_findopt()
2818 while (opt->desc != ODESC_END) { in retropt_bool()
2837 while (opt->desc != ODESC_END) {
[all …]
H A Dxio-named.c33 opt = opts; while (opt->desc != ODESC_END) {
H A Dxioopts.h8 #define ODESC_END ((void *)0) /* indicates end of actual option array */ macro