Home
last modified time | relevance | path

Searched refs:FmtLong (Results 1 – 21 of 21) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/unix/
H A Dfmt.h54 FmtLong = FmtShort << 1, enumerator
55 FmtVLong = FmtLong << 1,
/dports/devel/9base/9base-6/lib9/
H A Dfmt.h62 FmtLong = FmtShort << 1, enumerator
63 FmtVLong = FmtLong << 1,
H A Dencodefmt.c58 if(rv >= 0 && (f->flags & FmtLong)) in encodefmt()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dfmt.h62 FmtLong = FmtShort << 1, enumerator
63 FmtVLong = FmtLong << 1,
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dfmt.h46 FmtLong = FmtShort << 1, enumerator
47 FmtVLong = FmtLong << 1,
/dports/x11-wm/wmii/wmii-3.6/include/
H A Dfmt.h46 FmtLong = FmtShort << 1, enumerator
47 FmtVLong = FmtLong << 1,
/dports/net/drawterm/drawterm/include/
H A Dlib.h208 FmtLong = FmtShort << 1, enumerator
209 FmtVLong = FmtLong << 1,
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libfmt/
H A Ddofmt.c347 }else if(fl & FmtLong){ in __ifmt()
474 }else if(fl & FmtLong){ in __countfmt()
517 if(f->flags & FmtLong) in __flagfmt()
519 f->flags |= FmtLong; in __flagfmt()
/dports/x11-wm/wmii/wmii-3.6/libfmt/
H A Ddofmt.c347 }else if(fl & FmtLong){ in __ifmt()
474 }else if(fl & FmtLong){ in __countfmt()
517 if(f->flags & FmtLong) in __flagfmt()
519 f->flags |= FmtLong; in __flagfmt()
/dports/net/drawterm/drawterm/libc/
H A Ddofmt.c349 }else if(fl & FmtLong){ in __ifmt()
476 }else if(fl & FmtLong){ in __countfmt()
519 if(f->flags & FmtLong) in __flagfmt()
521 f->flags |= FmtLong; in __flagfmt()
H A Dencodefmt.c59 if(rv >= 0 && (f->flags & FmtLong)) in encodefmt()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libventi/
H A Dtime.c17 if(fmt->flags&FmtLong){ in vttimefmt()
H A Dcache.acid81 FmtLong = 512;
/dports/devel/9base/9base-6/lib9/fmt/
H A Ddofmt.c368 }else if(fl & FmtLong){ in __ifmt()
550 }else if(fl & FmtLong){ in __countfmt()
596 if(f->flags & FmtLong) in __flagfmt()
598 f->flags |= FmtLong; in __flagfmt()
H A Dfltfmt.c346 if(fmt->flags&FmtLong) in __efgfmt()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/fmt/
H A Ddofmt.c368 }else if(fl & FmtLong){ in __ifmt()
550 }else if(fl & FmtLong){ in __countfmt()
596 if(f->flags & FmtLong) in __flagfmt()
598 f->flags |= FmtLong; in __flagfmt()
H A Dfltfmt.c346 if(fmt->flags&FmtLong) in __efgfmt()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dencodefmt.c58 if(rv >= 0 && (f->flags & FmtLong)) in encodefmt()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmp/port/
H A Dmpfmt.c190 if(fmt->flags & FmtLong) in mpfmt()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dfmt.go30 FmtLong // verb == 'L' (historic: l flag) const
61 flag |= FmtLong
716 if flag&FmtLong == 0 && t.Sym != nil && t != types.Types[t.Etype] {
932 fldconv(b, f, FmtLong, mode, visited, funarg)
1610 if flag&FmtLong != 0 && t != nil {
1723 if flag&FmtLong != 0 {
1761 } else if flag&FmtLong != 0 {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dfmt.go26 FmtLong // verb == 'L' (historic: l flag) const
57 flag |= FmtLong
704 if flag&FmtLong == 0 && t.Sym != nil && t != types.Types[t.Etype] {
874 buf = append(buf, fldconv(f, FmtLong, mode, depth)...)
1576 if flag&FmtLong != 0 && t != nil {
1690 if flag&FmtLong != 0 {
1744 } else if flag&FmtLong != 0 {