Searched refs:dotname (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c98 static int get_field_info(char *tname, char *fname, char *dotname,
833 char *dotname; /* full field name with dots (optional) */ member in struct:gfinfo
844 * Lookup field "fname" in type "tname". If "dotname" is non-NULL,
849 get_field_info(char *tname, char *fname, char *dotname, argument
862 /* If fname has a dot, use it as dotname too. */
863 if (dotname == NULL && strchr(fname, '.') != NULL)
864 dotname = fname;
868 gfi.dotname = dotname;
902 * If no dotname, simpl
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c138 int dotname(struct direct *dp);
473 if (dotname(dp))
505 if (aflg == 0 && dotname(dp))
585 dotname(struct direct *dp) function
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c126 int dotname(struct direct *dp);
433 if (dotname(dp))
464 if (aflg == 0 && dotname(dp))
525 dotname(struct direct *dp) function
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c123 static char dotname[] = "."; /* dirlookup/psearch writes to its arg */ local
190 if (dirlookup(dotname) == 0) {

Completed in 74 milliseconds