Home
last modified time | relevance | path

Searched refs:is (Results 1 – 12 of 12) sorted by relevance

/posix/
A DPTESTS1 # Future self: the delimiter is an ASCII vertical bar, which is also a
132 #W the expected result for [[:alnum:]]* is 2-7 which is wrong
135 #W the expected result for [^[:alnum:]]* is 2-5 which is wrong
138 #W the expected result for [[:alpha:]]* is 2-5 which is wrong
147 #W the expected result for [[:digit:]]* is 2-3 which is wrong
157 #W the expected result for [[:punct:]]* is 2-2 which is wrong
163 #W the expected result for [^[:space:]]* is 2-9 which is wrong
166 #W the expected result for [[:upper:]]* is 2-3 which is wrong
170 #W the expected result for [[:xdigit:]]* is 2-5 which is wrong
173 #W the expected result for [^[:xdigit:]]* is 2-7 which is wrong
[all …]
A Dposix-envs.def3 This file is part of the GNU C Library.
5 The GNU C Library is free software; you can redistribute it and/or
10 The GNU C Library is distributed in the hope that it will be useful,
36 corresponding argument to sysconf is _SC_##SC_PREFIX##_##SUFFIX.
37 The environment name, as used with getconf, is
38 ENV_PREFIX##_##SUFFIX, and the corresponding macro is the same with
A Dposix-conf-vars.list2 # is of the format TYPE PREFIX SC_PREFIX with the opening curly brace on the
4 # absence of SC_PREFIX, _SC is used as the SC_PREFIX. Variable names are put
A Dregex_internal.c1056 Idx i1, i2, is, id, delta, sbase; in re_node_set_add_intersect() local
1108 delta = is - sbase + 1; in re_node_set_add_intersect()
1117 if (dest->elems[is] > dest->elems[id]) in re_node_set_add_intersect()
1199 Idx is, id, sbase, delta; in re_node_set_merge() local
1226 is = src->nelem - 1, id = dest->nelem - 1; is >= 0 && id >= 0; ) in re_node_set_merge()
1229 is--, id--; in re_node_set_merge()
1231 dest->elems[--sbase] = src->elems[is--]; in re_node_set_merge()
1236 if (is >= 0) in re_node_set_merge()
1239 sbase -= is + 1; in re_node_set_merge()
1244 is = dest->nelem + 2 * src->nelem - 1; in re_node_set_merge()
[all …]
A DPTESTS2C.sed1 # Future self: the vertical bar is being used here as a delimiter in
A DPCRE.tests8 # PCRE is a library of functions to support regular expressions whose syntax
22 # 1. This software is distributed in the hope that it will be useful,
31 # Regular expression support is provided by the PCRE library package,
37 # the source, that is, to
44 # A, the condition is not imposed on package B (unless it uses PCRE
50 # 4. If PCRE is embedded in any software that is released under the GNU
53 # which it is incompatible.
905 Food is on the foo table
911 The food is under the bar in the barn.
912 0: food is under the bar in the bar
[all …]
A DBOOST.tests13 ; to match it against. If the second string is "!" then the expression should
14 ; not compile, that is the first string is an invalid regular expression.
15 ; This is then followed by a list of integers that specify what should match,
19 ; match at all, if the first value is -1 then no part of the expression should
26 ; Permission is hereby granted, free of charge, to any person or organization
30 ; Software, and to permit third-parties to whom the Software is furnished to
277 ; strictly speaking this is at best ambiguous, at worst wrong, this is what most
381 ; POSIX is about the following test:
410 ; do we get the right subexpression when it is used more than once?
456 //[^\n]* "++i //here is a line comment\n" 4 28
[all …]
A Dtst-regex.input309 is defined.
966 is used.
3682 is incomplete.
3736 language part it drop the value is path element is contained.
4520 it is not used.
7475 Don't free(env) is env is NULL.
9544 that it never is EINTR (which is tested for in _IO_vfscanf).
9919 if it is empty.
10681 is defined.
12178 is non-empty.
[all …]
A DVersions118 # under GLIBC_2.0; the first instance in the script is taken as the
A Dtst-fnmatch.input3 # This file is part of the GNU C Library.
7 # The GNU C Library is free software; you can redistribute it and/or
12 # The GNU C Library is distributed in the hope that it will be useful,
867 # locales other than the C locale. The main focus of the tests is on the
/posix/rxspencer/
A Dtests3 # for an empty field. First field is an RE. Second field is flags. If
4 # C flag given, regcomp() is expected to fail, and the third field is the
7 # Otherwise it is expected to succeed, and the third field is the string to
8 # try matching it against. If there is no fourth field, the match is
9 # expected to fail. If there is a fourth field, it is the substring that
10 # the RE is expected to match. If there is a fifth field, it is a comma-
16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
132 # The following test is wrong. Using \b in an BRE or ERE is undefined.
239 # Wow, there is serious disconnect here. The ERE grammar is like this:
298 # This test is invalid. "one" is no collating symbol in any standardized
[all …]
A DCOPYRIGHT2 This software is not subject to any license of the American Telephone
5 Permission is granted to anyone to use this software for any purpose on
9 1. The author is not responsible for the consequences of use of this

Completed in 33 milliseconds