Home
last modified time | relevance | path

Searched refs:newnamel (Results 1 – 10 of 10) sorted by relevance

/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dgen.go69 n := newnamel(pos, s)
H A Ddcl.go213 n := newnamel(pos, s)
451 n.Right = newnamel(n.Pos, n.Sym)
483 n := newnamel(f.Pos, f.Sym)
H A Dsubr.go347 n := newnamel(lineno, s)
354 func newnamel(pos src.XPos, s *types.Sym) *Node { func
H A Dreflect.go1001 n := newnamel(src.NoXPos, s)
H A Dssa.go4537 n2 := newnamel(fn.Pos, fn.Sym)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dgen.go58 n := newnamel(pos, s)
H A Dsubr.go332 n := newnamel(lineno, s)
339 func newnamel(pos src.XPos, s *types.Sym) *Node { func
H A Dreflect.go960 n := newnamel(src.NoXPos, s)
H A Dssa.go3088 n2 := newnamel(fn.Pos, fn.Sym)
/dports/textproc/xwindiff/xwindiff-1.1.6/
H A Dxwindiff.c875 char *newnamel = NULL; in BuildFileList() local
982 newnamel = safe_malloc(strlen(ldirname) + 2 + in BuildFileList()
987 sprintf(newnamel, "%s"DIRECTORY_SEPARATOR"%s", in BuildFileList()
991 BuildFileList(newnamel, newnamer, newprefix); in BuildFileList()
993 free(newnamel); in BuildFileList()
1007 newnamel = safe_malloc(strlen(ldirname) + 2 + in BuildFileList()
1013 sprintf(newnamel, "%s"DIRECTORY_SEPARATOR"%s", in BuildFileList()
1017 BuildFileList(newnamel, newnamer, newprefix); in BuildFileList()
1019 free(newnamel); in BuildFileList()