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