Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dstrstr.c34 #pragma weak strstr = _strstr
37 _strstr(s1, s2) in _strstr() function
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A D_open.c96 if ((loct = (char *)_strstr(path, loc)) != NULL) { /* /lib/locale ? */ in open_com()
406 if ((p = (char *)_strstr(str, "Remote")) != NULL) { in getPrinterInfo()
412 } else if ((p = (char *)_strstr(str, "Device")) != NULL) { in getPrinterInfo()
H A D_stat.c149 if (_strstr(path, "/lib/locale/") != 0) { in stat_com()