can_be_null 915 libglibc/regex.c printf ("can_be_null: %d\t", bufp->can_be_null); can_be_null 3233 libglibc/regex.c bufp->can_be_null = 0; can_be_null 3242 libglibc/regex.c bufp->can_be_null |= path_can_be_null; can_be_null 3267 libglibc/regex.c bufp->can_be_null = 1; can_be_null 3325 libglibc/regex.c else if (bufp->can_be_null) can_be_null 3426 libglibc/regex.c bufp->can_be_null = 1; can_be_null 3479 libglibc/regex.c bufp->can_be_null |= path_can_be_null; can_be_null 3633 libglibc/regex.c if (fastmap && startpos < total_size && !bufp->can_be_null) can_be_null 3672 libglibc/regex.c && !bufp->can_be_null) can_be_null 359 libglibc/regex.h unsigned can_be_null : 1;