Searched refs:strstr (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_prconf.c31 #include <string.h> /* strlen(), strstr() */
69 if (strstr(model_name, SUNW_) != NULL) {
75 if (strstr(part_number, SUNW_) != NULL) {
/solaris-x11-s11/open-src/util/build-tools/sun-src/
H A Dtime.c50 if (strstr(info.dli_fname, ".so") == NULL)
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c32 #include <string.h> /* strerror(), str[l]cpy(), strstr(), ... */
323 if (strstr(model_name, SUNW_) != NULL) {
942 if (strstr(device_path, "ast")) {
944 } else if (strstr(device_path, "efb")) {
946 } else if (strstr(device_path, "nfb")) {
948 } else if (strstr(device_path, "pfb")) {
950 } else if (strstr(device_path, "kfb")) {
952 } else if (strstr(device_path, "ifb")) {
954 } else if (strstr(device_path, "jfb")) {
956 } else if (strstr(device_pat
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSample.c83 char *strstr();
1465 ch = strstr(start, *search);
1486 ch = strstr(start, *search);
1502 ch = strstr(start, *search);
1524 ch = strstr(start, *search);
1603 ch = strstr(start, *search);
1628 ch = strstr(name, s->sampler.filter_text);
1799 String strstr(String s1, String s2) function
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c614 if (strstr(path, "/../"))

Completed in 42 milliseconds