Lines Matching defs:nextp
128 int xplicit, const char *nextp);
501 const char *nextp; /* The pointer to the character that follows the part */
518 for(nextp=pattern; *nextp && strncmp(nextp, FS_DIR_SEP, FS_DIR_SEP_LEN) != 0;
519 nextp++)
527 * Does the latest file match the pattern up to nextp?
529 if(ef_string_matches_pattern(file, pattern, file[0]=='.', nextp)) {
543 if(*nextp == '\0') {
553 strncmp(nextp, FS_DIR_SEP, FS_DIR_SEP_LEN) == 0) {
558 if(nextp[FS_DIR_SEP_LEN] == '\0') {
568 nextp+FS_DIR_SEP_LEN, 1)) {
804 * nextp const char * The pointer to the the character following the
811 int xplicit, const char *nextp)
818 while(pptr < nextp) {
840 if(pptr >= nextp)
848 if(ef_string_matches_pattern(fptr, pptr, 0, nextp))