Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/utils/
H A Dfhost.c87 const char *suffixes[] = {".edu", ".com", ".net", ".org", ".mil", NULL}; in PetscGetHostName() local
90 PetscCall(PetscStrendswithwhich(name, suffixes, &index)); in PetscGetHostName()
91 if (!suffixes[index]) { in PetscGetHostName()
/petsc/lib/petsc/bin/maint/
H A Dgenerateetags.py96 def endsWithSuffix(file,suffixes): argument
98 for suffix in suffixes:
H A Dcheck_header_guard.py363 if not path.name.endswith(opts.suffixes):
418 args.suffixes = tuple(args.suffixes)