Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h61 extern char *lastspace(char *);
H A Dutil.c171 lastspace(char *p) in lastspace() function
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c1138 int lastspace; in hs_namecopy() local
1160 for (i = 0, lastspace = -1; i < size; i++) { in hs_namecopy()
1165 if (lastspace == -1) in hs_namecopy()
1166 lastspace = i; in hs_namecopy()
1168 lastspace = -1; in hs_namecopy()
1173 if (lastspace != -1) in hs_namecopy()
1174 i = lastspace; in hs_namecopy()