Searched defs:last_dot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mangle_name.c155 const char *last_dot; local
165 last_dot = NULL;
174 last_dot = p;
185 if (last_dot != NULL) {
186 extlen = strlen(last_dot + 1);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c1124 const char *last_dot; local
1126 last_dot = NULL;
1146 last_dot = name;
1152 if (last_dot == NULL)

Completed in 47 milliseconds