Searched refs:offsetof (Results 1 - 25 of 73) sorted by relevance

123

/ast/src/cmd/ksh93/sh/
H A Ddefs.c40 offsetof(Namval_t,nvname), -1 , 0, 0, 0, nv_compare
/ast/src/lib/libjcl/
H A Dopen.c73 jcl->dddisc.link = offsetof(Jcldd_t, link);
74 jcl->dddisc.key = offsetof(Jcldd_t, name);
76 jcl->outdirdisc.link = offsetof(Jcldir_t, link);
77 jcl->outdirdisc.key = offsetof(Jcldir_t, name);
79 jcl->outputdisc.link = offsetof(Jcloutput_t, link);
80 jcl->outputdisc.key = offsetof(Jcloutput_t, name);
82 jcl->rcdisc.link = offsetof(Rc_t, link);
83 jcl->rcdisc.key = offsetof(Rc_t, name);
85 jcl->symdisc.link = offsetof(Jclsym_t, link);
86 jcl->symdisc.key = offsetof(Jclsym_
[all...]
H A Duniq.c152 state.markdisc.link = offsetof(Uniq_t, link);
153 state.markdisc.key = offsetof(Uniq_t, name);
214 state.uniqdisc.link = offsetof(Uniq_t, link);
258 state.diffdisc.link = offsetof(Uniq_t, link);
259 state.diffdisc.key = offsetof(Uniq_t, name);
/ast/src/cmd/dsslib/ip_t/
H A Dbgpsize.c39 fixed = offsetof(Bgproute_t, pad);
/ast/src/lib/libcoshell/
H A Dcoexport.c44 co->exdisc->link = offsetof(Coexport_t, link);
45 co->exdisc->key = offsetof(Coexport_t, name);
/ast/src/cmd/mailx/
H A Dlocal.h150 #ifndef offsetof
151 #define offsetof(type,member) ((size_t)&(((type*)0)->member)) macro
/ast/src/cmd/kshlib/open/
H A Dopen.c399 { "atime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_atime), sizeof(Sp->st_atime), make_time},
400 { "ctime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ctime), sizeof(Sp->st_ctime), make_time},
401 { "dev", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_dev),sizeof(Sp->st_dev)},
402 { "fd", NV_INTEGER|NV_RDONLY, offsetof(struct filedata,fd), sizeof(int)},
403 { "gid", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_gid), sizeof(Sp->st_gid)},
404 { "ino", NV_LONG|NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ino), sizeof(Sp->st_ino)},
405 { "mode", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_mode), sizeof(Sp->st_mode), make_mode},
406 { "mtime", NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_mtime), sizeof(Sp->st_mtime), make_time},
407 { "name", NV_RDONLY, offsetof(struct filedata,name), -1 },
408 { "nlink", NV_INTEGER|NV_RDONLY, offsetof(struc
[all...]
/ast/src/cmd/std/
H A Dlocale.c164 #define CV_credit_sign offsetof(struct lconv,credit_sign)
169 #define CV_currency_symbol offsetof(struct lconv,currency_symbol)
174 #define CV_debit_sign offsetof(struct lconv,debit_sign)
179 #define CV_frac_digits offsetof(struct lconv,frac_digits)
184 #define CV_int_curr_symbol offsetof(struct lconv,int_curr_symbol)
189 #define CV_int_frac_digits offsetof(struct lconv,int_frac_digits)
194 #define CV_left_parenthesis offsetof(struct lconv,left_parenthesis)
199 #define CV_mon_decimal_point offsetof(struct lconv,mon_decimal_point)
204 #define CV_mon_grouping offsetof(struct lconv,mon_grouping)
209 #define CV_mon_thousands_sep offsetof(struc
[all...]
H A Dpss.c53 pss->ttybynamedisc.key = offsetof(Tty_t, name);
55 pss->ttybynamedisc.link = offsetof(Tty_t, byname);
56 pss->ttybydevdisc.key = offsetof(Tty_t, dev);
58 pss->ttybydevdisc.link = offsetof(Tty_t, bydev);
/ast/src/lib/libast/string/
H A Dfmtfs.c71 disc.key = offsetof(Id_t, id);
H A Dfmtgid.c72 disc.key = offsetof(Id_t, id);
H A Dfmtuid.c72 disc.key = offsetof(Id_t, id);
H A Dstruid.c77 disc.key = offsetof(Id_t, name);
H A Dstrgid.c83 disc.key = offsetof(Id_t, name);
/ast/src/lib/libexpr/
H A Dexopen.c43 program->symdisc.key = offsetof(Exid_t, name);
/ast/src/cmd/ksh93/include/
H A Dargnod.h108 #define ARGVAL offsetof(struct argnod,argval[0])
/ast/src/lib/libardir/
H A Dar-s5r0.c117 state->patch = offsetof(Header_t, ar_date);
169 o = state->current + offsetof(Member_t, arf_date);
H A Dar-omf.c85 offsetof(Arfile_t,st.name),-1, offsetof(Arfile_t,link), 0, 0, namcomp
90 offsetof(Arfile_t,st.offset), sizeof(off_t), offsetof(Arfile_t,link), 0, 0, offcomp
/ast/src/lib/libast/astsa/
H A Dast.h96 #ifndef offsetof
97 #define offsetof(type,member) ((unsigned long)&(((type*)0)->member)) macro
/ast/src/cmd/jcl/
H A Dcpy2dss.c182 dictdisc.key = offsetof(Cpyfield_t, name);
184 dictdisc.link = offsetof(Cpyfield_t, link);
H A Djcm.c660 state.eventdisc.link = offsetof(Jcmevent_t, link);
661 state.eventdisc.key = offsetof(Jcmevent_t, name);
662 state.libdisc.link = offsetof(Jcmlib_t, link);
663 state.libdisc.key = offsetof(Jcmlib_t, name);
664 state.setdisc.link = offsetof(Jcmset_t, link);
665 state.setdisc.key = offsetof(Jcmset_t, name);
666 state.vardisc.link = offsetof(Jcmvar_t, link);
667 state.vardisc.key = offsetof(Jcmvar_t, name);
/ast/src/lib/libdss/
H A Dcxmap.c85 str2numdisc.link = offsetof(Cxitem_t, str2num);
86 str2numdisc.key = offsetof(Cxitem_t, name);
134 num2strdisc.link = offsetof(Cxitem_t, num2str);
135 num2strdisc.key = offsetof(Cxitem_t, value);
/ast/src/cmd/dsslib/bgp/
H A Dbgplib.h39 #define BGP_FIXED offsetof(Bgproute_t,data)
/ast/src/lib/libpz/
H A Dpzwrite.c74 pz->sort.freedisc.link = offsetof(Pzelt_t, link);
75 pz->sort.orderdisc.link = offsetof(Pzelt_t, link);
76 pz->sort.orderdisc.key = offsetof(Pzelt_t, buf);
H A Dpzsplit.c313 iddisc.key = offsetof(Id_t, id);
314 iddisc.link = offsetof(Id_t, byid);
321 sqdisc.key = offsetof(Id_t, seq);
322 sqdisc.link = offsetof(Id_t, byseq);
504 iddisc.key = offsetof(Id_t, name);
505 iddisc.link = offsetof(Id_t, byid);
732 iddisc.key = offsetof(Id_t, id);
733 iddisc.link = offsetof(Id_t, byid);

Completed in 80 milliseconds

123