Searched refs:suffixes (Results 1 – 3 of 3) sorted by relevance
87 const char *suffixes[] = {".edu", ".com", ".net", ".org", ".mil", NULL}; in PetscGetHostName() local90 PetscCall(PetscStrendswithwhich(name, suffixes, &index)); in PetscGetHostName()91 if (!suffixes[index]) { in PetscGetHostName()
96 def endsWithSuffix(file,suffixes): argument98 for suffix in suffixes:
363 if not path.name.endswith(opts.suffixes):418 args.suffixes = tuple(args.suffixes)