Searched refs:find (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/common/
H A Dset-elf-comments.pl148 find(\&scan_file, @ARGV);
H A Ddelibtoolize.pl319 find(\&scan_file, @ARGV);
H A DMakefile.inc681 find tmp-regen -name '*.orig' -exec rm {} \+ ; \
/solaris-x11-s11/open-src/doc/xorg-docs/
H A DMakefile64 find $(SOURCE_DIR) -name '*.xml' | xargs $(PERL) -i.orig -p -e \
/solaris-x11-s11/open-src/driver/xf86-video-openchrome/
H A DMakefile91 find $(SOURCE_DIR) -type f -name '*.[ch]' | \
/solaris-x11-s11/open-src/driver/efb/
H A DMakefile100 find $(SOURCE_DIR) -type f -name '*.[ch]' | \
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c793 sprintf( msg, "Could not find string '%s'.", text.ptr);
903 XawTextBlock find, replace; local
907 find.ptr = GetString( search->search_text);
908 find.length = strlen(find.ptr);
909 find.firstPos = 0;
910 find.format = FMT8BIT;
922 new_pos = XawTextSearch( tw, dir, &find);
928 sprintf( msg, "%s %s %s", "*** Error: Could not find string '",
929 find
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c831 /* The Raw string in find.ptr may be WC I can't use here, so I re - call
837 char* fmt = "Could not find string \"%s\"";
844 strcpy (msg, "Could not find string.");
955 XawTextBlock find, replace; local
961 find.ptr = GetStringRaw( search->search_text);
962 if ((find.format = _XawTextFormat(ctx)) == XawFmtWide)
963 find.length = wcslen((wchar_t*)find.ptr);
965 find.length = strlen(find
[all...]
/solaris-x11-s11/open-src/kernel/
H A DMakefile110 @find sys $(OS_SUBDIRS_i386) $(OS_SUBDIRS_sparc) -name "Make*" -o -name "*.[ch]" > $@
/solaris-x11-s11/pkg/
H A DMakefile500 $(PKGDEBUG)(cd $(PKGROOT) ; find . -name '*-uninstalled.pc') > $@
522 $(PKGDEBUG)find $(FIX_PERMS_IN:%=$(PKGROOT)%) -type f -exec chmod a-w \{\} \+

Completed in 36 milliseconds