HomeSort by relevance Sort by last modified time
    Searched defs:pstring (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/syscall/
dir_plan9.go 85 b = pstring(b, d.Name)
86 b = pstring(b, d.Uid)
87 b = pstring(b, d.Gid)
88 b = pstring(b, d.Muid)
173 // pstring copies the string s to b, prepending it with a 16-bit length in little-endian order, and
175 func pstring(b []byte, s string) []byte { func
  /prebuilts/go/linux-x86/src/syscall/
dir_plan9.go 85 b = pstring(b, d.Name)
86 b = pstring(b, d.Uid)
87 b = pstring(b, d.Gid)
88 b = pstring(b, d.Muid)
173 // pstring copies the string s to b, prepending it with a 16-bit length in little-endian order, and
175 func pstring(b []byte, s string) []byte { func
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.s 23 .global string, pstring
27 pstring .pstring "abcd" label
28 .pstring "abc","defg"
  /external/pcre/dist/
pcreposix.c 181 static const char *const pstring[] = { variable
215 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
216 "unknown error code" : pstring[errcode];
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 350 String pstring = template.getMatch().getPatternString(); local
352 new TemplateSubPatternAssociation(template, pattern, pstring);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 918 milliseconds