Searched refs:substr (Results 176 - 200 of 305) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlatte.vim63 syn keyword latteSyntax string? subseq substr subtract contained
H A Dlite.vim54 syn keyword liteFunctions split strseg chop tr sub substr
H A Dsnobol4.vim53 syn keyword snobol4ExtKeyword serv_listen sset set sort sqrt substr
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompctl.c122 zsfree(cc->substr);
675 cct.substr = (*argv) + 1;
681 cct.substr = *++argv;
1216 zsfree(cc->substr);
1237 cc->substr = ztrdup(cct->substr);
1448 printif(cc->substr, 'h');
2836 DPUTS(!p, "no current word in substr");
3934 if (cc->substr)
3935 sep_comp_string(cc->substr,
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.cpp361 key = key.substr(0, index == string::npos ? 0 : index + 1);
/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFFormValue.cpp177 StringRef str = data.getData().substr(*offset_ptr, Value.uval);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmLexer.cpp222 if (Result.substr(2).getAsInteger(2, Value))
/macosx-10.10.1/sudo-73/src/
H A Dconfig.status1008 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1173 defundef = substr(arg[1], 2)
1178 prefix = substr(line, 1, index(line, defundef) - 1)
H A Dpp5130 if (substr($9, 1, 1) != "l")
5131 if (substr($10, 1, 6) == "./var/")
5133 else if (substr($10, 1, 10) == "./usr/var/")
5135 else if (substr($10, 1, 6) == "./usr/")
5458 /^SuSE SLES-[0-9]/ { print "sles" substr($2,6); exit; }
6710 my $ino = hex(substr($header, 6, 8)) & 0x3ffff;
6711 my $mode = hex(substr($header, 14, 8)) & 0x3ffff;
6712 my $uid = hex(substr($header, 22, 8)) & 0x3ffff;
6713 my $gid = hex(substr($header, 30, 8)) & 0x3ffff;
6714 my $nlink = hex(substr(
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_filedb/
H A DAtomicFile.cpp228 outDir = inFull.substr(0, slash + 1);
229 outFile = inFull.substr(slash + 1, len);
625 const char* temp = _amkrtemp((dir.substr(0, i) + "/" + mFile.file()).c_str());
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAtomicFile.cpp228 outDir = inFull.substr(0, slash + 1);
229 outFile = inFull.substr(slash + 1, len);
625 const char* temp = _amkrtemp((dir.substr(0, i) + "/" + mFile.file()).c_str());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTriple.cpp543 Str = Str.substr(1);
556 OSName = OSName.substr(OSTypeName.size());
572 OSName = OSName.substr(1);
/macosx-10.10.1/ruby-106/ruby/ext/strscan/
H A Dstrscan.c410 VALUE substr; local
414 substr = rb_funcall(p->str, id_byteslice, 2, INT2FIX(0), INT2NUM(p->curr));
416 return rb_str_length(substr);
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DAsmMatcherEmitter.cpp802 AsmOperands.push_back(AsmOperand(String.substr(i, 1)));
813 AsmOperands.push_back(AsmOperand(String.substr(i, 1)));
850 AsmOperands.push_back(AsmOperand(String.substr(Prev)));
942 StringRef RegName = Tok.substr(RegisterPrefix.size());
1430 OperandName = Token.substr(2, Token.size() - 3);
1432 OperandName = Token.substr(1);
2242 Cond = Cond.substr(1);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddtfmrgts.cpp759 UnicodeString substr; local
760 s2.extract(0,2, substr);
761 if (s.indexOf(substr) == -1)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dediff-init.el1767 substr)
1771 (setq substr (substring str (max 0 (- len 1 newlen))))
1772 (concat "..." substr))))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql104 else substr($1, 1, position('' '' in $1) - 1)
109 else substr($1, position('' '' in $1) + 1)
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecItemServer.c974 CFStringRef substr = CFStringCreateWithSubstring(kCFAllocatorDefault, str, range);
975 if (substr && CFEqual(substr, domain)) {
978 CFReleaseSafe(substr);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dropeimpl.h1665 rope<_CharT, _Alloc> __prefix = __r.substr(0, __first.index());
1667 __r.substr(__last.index(), __r.size() - __last.index());
1669 __r.substr(__middle.index(), __last.index() - __middle.index());
1671 __r.substr(__first.index(), __middle.index() - __first.index());
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp78 Str = Str.substr(0, Str.size()-1);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DELFObjectWriter.cpp522 StringRef Rest = AliasName.substr(Pos);
932 Buf += Name.substr(0, Pos);
934 Buf += Name.substr(Pos + Skip);
1287 StringRef SectionName = Section.getSectionName().substr(SecNameLen);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DStripSymbols.cpp342 return LinkageName.substr(1);
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DExtractFunction.cpp300 I->setName(I->getName().substr(1));
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcs_dump.cpp332 return string(buf) + "(" + r.substr(1) + ")";
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dgen_rpc.awk1097 s = substr(name, i + 1, len - i)
1119 handle, substr(method, i + 1, len - i), type)\

Completed in 333 milliseconds

1234567891011>>