Searched refs:accepts (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Doptions.h66 char **accepts; /* List of patterns to accept. */ member in struct:options
H A Dutils.c885 if (opt.accepts)
888 return (in_acclist ((const char *const *)opt.accepts, s, true)
891 return in_acclist ((const char *const *)opt.accepts, s, true);
1013 in_acclist (const char *const *accepts, const char *s, bool backward)
1015 for (; *accepts; accepts++)
1017 if (has_wildcards_p (*accepts))
1020 ? fnmatch_nocase (*accepts, s, 0) : fnmatch (*accepts, s, 0);
1029 if (match_tail (s, *accepts, op
1007 in_acclist(const char *const *accepts, const char *s, bool backward) argument
[all...]
H A Dinit.c108 { "accept", &opt.accepts, cmd_vector },
849 /* Similar to cmd_number(), only accepts `inf' as a synonym for 0. */
1577 free_vec (opt.accepts);
H A Dftp.c1990 opt.accepts and opt.rejects. */
1991 if (opt.accepts || opt.rejects)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c1171 /* If the RE accepts NULL string. */
1629 2. When 0 <= STR_IDX < MATCH_LAST and `a' accepts
2582 /* The node can accepts `naccepted' bytes. */
3389 characters which i-th destination state accepts. */
3520 /* There must be exactly one destination which accepts
3525 /* j-th destination accepts the word character ch. */
3551 /* There must be exactly one destination which accepts
3556 /* j-th destination accepts the word character ch. */
3565 /* The current state accepts newline character. */
3569 /* k-th destination accepts newlin
3602 bitset_t accepts; /* Characters a node can accept. */ local
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c1154 /* If the RE accepts NULL string. */
1612 2. When 0 <= STR_IDX < MATCH_LAST and `a' accepts
2565 /* The node can accepts `naccepted' bytes. */
3370 characters which i-th destination state accepts. */
3501 /* There must be exactly one destination which accepts
3506 /* j-th destination accepts the word character ch. */
3532 /* There must be exactly one destination which accepts
3537 /* j-th destination accepts the word character ch. */
3546 /* The current state accepts newline character. */
3550 /* k-th destination accepts newlin
3583 bitset_t accepts; /* Characters a node can accept. */ local
[all...]
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dev_connects.c188 * Remove `this' from the ctx->accepts list (zero or more times).
190 for (acc = HEAD(ctx->accepts), nxtacc = NULL;
196 UNLINK(ctx->accepts, acc, link);
272 APPEND(ctx->accepts, new, link);
H A Deventlib.c85 INIT_LIST(ctx->accepts);
231 if (!EMPTY(ctx->accepts)) {
234 new->u.accept.this = HEAD(ctx->accepts);
235 UNLINK(ctx->accepts, HEAD(ctx->accepts), link);
H A Deventlib_p.h221 LIST(evAccept) accepts; member in struct:__anon4638
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c1119 /* If the RE accepts NULL string. */
1575 2. When 0 <= STR_IDX < MATCH_LAST and `a' accepts
2526 /* The node can accepts `naccepted' bytes. */
3326 characters which i-th destination state accepts. */
3451 /* There must be exactly one destination which accepts
3456 /* j-th destination accepts the word character ch. */
3482 /* There must be exactly one destination which accepts
3487 /* j-th destination accepts the word character ch. */
3496 /* The current state accepts newline character. */
3500 /* k-th destination accepts newlin
3533 bitset_t accepts; /* Characters a node can accept. */ local
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dregexec.c998 /* If the RE accepts NULL string. */
1394 2. When 0 <= STR_IDX < MATCH_LAST and `a' accepts
2314 /* How many bytes the node can accepts? */
2321 /* The node can accepts `naccepted' bytes. */
3106 characters which i-th destination state accepts. */
3244 /* The current state accepts the character ch. */
3250 /* k-th destination accepts the word character ch. */
3252 /* There must be only one destination which accepts
3262 /* k-th destination accepts the non-word character ch. */
3264 /* There must be only one destination which accepts
3310 bitset accepts; /* Characters a node can accept. */ local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dconfigure716 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
717 echo "configure:718: checking whether ${CC-cc} accepts -g" >&5
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dconfigure964 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
965 echo "configure:966: checking whether ${CC-cc} accepts -g" >&5
/haiku-fatelf/src/bin/gdb/
H A Dconfigure1964 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1965 echo "configure:1966: checking whether ${CC-cc} accepts -g" >&5
/haiku-fatelf/src/libs/ncurses/test/
H A Dconfigure828 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
829 echo "configure:830: checking whether ${CC-cc} accepts -g" >&5
/haiku-fatelf/src/bin/gdb/gdb/
H A Dconfigure801 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
802 echo "configure:803: checking whether ${CC-cc} accepts -g" >&5
9638 *) # Check that GCC accepts it
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh1481 This mode accepts the following additional options:
1504 This mode accepts the following additional options:
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4618 $as_echo_n "checking whether $CC accepts -g... " >&6; }
16071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat accepts an empty string" >&5
16072 $as_echo_n "checking whether lstat accepts an empty string... " >&6; }
[all...]

Completed in 225 milliseconds