Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dparse_config.c89 if (PARSE_KEEP_COPY) /* compile-time constant */ in config_close()
190 if (flags & PARSE_KEEP_COPY) { in config_read()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dcrond.c436 n = config_read(parser, tokens, 6, 1, "# \t", PARSE_NORMAL | PARSE_KEEP_COPY); in load_crontab()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h1302 PARSE_KEEP_COPY = 0x00200000 * ENABLE_FEATURE_CROND_D, enumerator