Searched refs:s (Results 1 – 10 of 10) sorted by relevance
/scripts/ |
A D | gen-libc-abis | 7 while read s t; do 8 if test "$s" = "#" || test -z "$s"; then continue; fi 10 printf " LIBC_ABI_%s,\n" "$s" 11 features="$features $s" 14 $t) printf " LIBC_ABI_%s,\n" "$s" 15 features="$features $s" ;;
|
A D | gen-posix-conf-vars.awk | 80 for (s in spec) { 81 printf " { \"%s\", %s },\n", s, spec[s]
|
A D | dso-ordering-test.py | 336 for s in test_descr.main_program: 406 obj = s.group(1) 407 val = s.group(2) 832 for s in test_descr.main_program: 833 if s[0] == '@': 845 obj = s[1:] 847 if s[0] == '+' or s[0] == '^': 848 if s[0] == '+': 864 elif s[0] == '-': 874 elif s[0] == '%': [all …]
|
A D | versions.awk | 133 function elf_hash(s, i, acc) { 135 for (i = 1; i <= length(s); ++i) { 136 acc = and(lshift(acc, 4) + ord(substr(s, i, 1)), 0xffffffff);
|
A D | cross-test-ssh.sh | 153 # HOST's sshd simply concatenates its arguments with spaces and
|
A D | config.sub | 771 cpu=`echo "$1" | sed -e 's/86.*/86/'` 776 cpu=`echo "$1" | sed -e 's/86.*/86/'` 781 cpu=`echo "$1" | sed -e 's/86.*/86/'` 786 cpu=`echo "$1" | sed -e 's/86.*/86/'` 917 vendor=`echo "$basic_machine" | sed 's/-.*//'` 926 # because (1) that's what they normally are, and 1287 os=`echo $os | sed -e 's|solaris1|sunos4|'` 1296 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` 1319 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
|
A D | config-uname.sh | 9 config_release=`echo $config_os | sed s/$uname_sysname//`
|
A D | build-many-glibcs.py | 1207 with smtplib.SMTP(self.bot_config['email-server']) as s: 1208 s.send_message(msg) 1697 def shell_make_quote_string(s): argument 1700 assert '\n' not in s 1701 if re.fullmatch('[]+,./0-9@A-Z_a-z-]+', s): 1702 return s 1704 s = "'%s'" % s.translate(strans) 1706 return s.translate(mtrans) 1713 l = [Command.shell_make_quote_string(s) for s in l]
|
A D | pylintrc | 27 # Enable the message, report, category or checker with the given id(s). You can 32 # Disable the message, report, category or checker with the given id(s). You 172 ignore-long-lines=^\s*(# )?<?https?://\S+>?$ 205 # instance to not check methods defines in Zope's Interface base class.
|
A D | config.guess | 617 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
|
Completed in 22 milliseconds