Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c100 static int get_field_info(char *tname, char *fname, char *dotname,
858 char *dotname; /* full field name with dots (optional) */ member
874 get_field_info(char *tname, char *fname, char *dotname, in get_field_info() argument
888 if (dotname == NULL && strchr(fname, '.') != NULL) in get_field_info()
889 dotname = fname; in get_field_info()
893 gfi.dotname = dotname; in get_field_info()
945 if (gfi->dotname == NULL) { in gfi_iter()
957 if (strcmp(gfi->dotname, namebuf) == 0) { in gfi_iter()
969 if (strncmp(gfi->dotname, namebuf, len) != 0) in gfi_iter()
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c124 int dotname(struct direct *dp);
431 if (dotname(dp)) in pass2()
462 if (aflg == 0 && dotname(dp)) in pass3()
523 dotname(struct direct *dp) in dotname() function
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c136 int dotname(struct direct *dp);
471 if (dotname(dp)) in pass2()
503 if (aflg == 0 && dotname(dp)) in pass3()
583 dotname(struct direct *dp) in dotname() function
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c108 static char dotname[] = "."; /* dirlookup/psearch writes to its arg */ in extractdirs() local
175 if (dirlookup(dotname) == 0) { in extractdirs()