Lines Matching refs:s
1478 # in $build's $PATH.
2775 # Allow the use of GNU shtool's install command.
4292 static const char *nonnull (const char *s);
4293 static const char *nonempty (const char *s);
4735 struct stat s;
4744 if (lstat (tmp_pathspec, &s) == 0)
4746 if (S_ISLNK (s.st_mode) != 0)
4843 nonnull (const char *s)
4845 return s ? s : "(null)";
4849 nonempty (const char *s)
4851 return (s && !*s) ? "(empty)" : nonnull (s);
4996 const char *s;
5004 for (s = string; *s != '\0'; s++)
5006 char c = *s;
5071 s/$/\\n/
5072 s/\([^\n]*\).*/ fputs ("\1", f);/p
8236 # 's' commands which not all seds can handle. GNU sed should be fine
8717 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
8718 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`