Searched defs:myinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c418 struct ditem *myinfo = NULL; local
1061 * only initialize myinfo when we are
1064 if ((myinfo = (struct ditem *)malloc(
1069 myinfo->dev = 0;
1070 myinfo->ino = 0;
1071 myinfo->parent = NULL;
1081 1, myinfo)) == NULL) {
1140 pdirectory(char *name, int title, int lp, int cdetect, struct ditem *myinfo) argument
1170 rddir(name, myinfo);
1546 rddir(char *dir, struct ditem *myinfo) argument
1634 struct ditem *myinfo; local
[all...]

Completed in 59 milliseconds