Home
last modified time | relevance | path

Searched refs:ofields (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/posix/
Dps.c223 struct ofields { struct
224 struct ofields *next, *prev; argument
502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field()
632 struct ofields *field; in show_ps()
1048 struct ofields *field; in parse_ko()
1073 field = xzalloc(sizeof(struct ofields)+(length+1)*!!title); in parse_ko()
1115 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers()
1210 struct ofields *field; in ksort()
1328 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->prev; in ps_main()
1330 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->next; in ps_main()
[all …]
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go2067 ofields := []*oneofField{}
2070 ofields = append(ofields, o)
2073 if len(ofields) == 0 {
2081 for _, of := range ofields {