Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h64 extern char *lastspace(char *);
H A Dutil.c173 lastspace(char *p) in lastspace() function
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c1139 int lastspace; in hs_namecopy() local
1161 for (i = 0, lastspace = -1; i < size; i++) { in hs_namecopy()
1166 if (lastspace == -1) in hs_namecopy()
1167 lastspace = i; in hs_namecopy()
1169 lastspace = -1; in hs_namecopy()
1174 if (lastspace != -1) in hs_namecopy()
1175 i = lastspace; in hs_namecopy()