Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dgrpath.c108 const size_t no_slash_len = garbage_len - 1; // 8 in PetscGetRealPath() local
112 PetscCall(PetscArraymove(rpath, rpath + no_slash_len, len - no_slash_len)); in PetscGetRealPath()
114 PetscCall(PetscArrayzero(rpath + len - no_slash_len, no_slash_len)); in PetscGetRealPath()