Lines Matching refs:nextp
126 int xplicit, const char *nextp);
499 const char *nextp; /* The pointer to the character that follows the part */ in ef_match_relative_pathname() local
516 for(nextp=pattern; *nextp && strncmp(nextp, FS_DIR_SEP, FS_DIR_SEP_LEN) != 0; in ef_match_relative_pathname()
517 nextp++) in ef_match_relative_pathname()
527 if(ef_string_matches_pattern(file, pattern, file[0]=='.', nextp)) { in ef_match_relative_pathname()
541 if(*nextp == '\0') { in ef_match_relative_pathname()
551 strncmp(nextp, FS_DIR_SEP, FS_DIR_SEP_LEN) == 0) { in ef_match_relative_pathname()
556 if(nextp[FS_DIR_SEP_LEN] == '\0') { in ef_match_relative_pathname()
566 nextp+FS_DIR_SEP_LEN, 1)) { in ef_match_relative_pathname()
809 int xplicit, const char *nextp) in ef_string_matches_pattern() argument
816 while(pptr < nextp) { in ef_string_matches_pattern()
838 if(pptr >= nextp) in ef_string_matches_pattern()
846 if(ef_string_matches_pattern(fptr, pptr, 0, nextp)) in ef_string_matches_pattern()