Lines Matching defs:lstat
256 static cfga_err_t stat_plugin_v2(list_stat_t *lstat, lib_loc_t *libloc_p,
258 static cfga_err_t stat_plugin_v1(list_stat_t *lstat, lib_loc_t *libloc_p,
569 list_stat_t lstat = {NULL};
587 lstat.countp = &nstat;
588 lstat.opts = options;
589 lstat.errstr = errstring;
590 lstat.shp_errstr = NULL;
594 lstat.use_vers.v_max = lstat.use_vers.v_min = CFGA_HSL_V1;
596 rc = stat_common(num_ap_ids, ap_ids, NULL, &lstat);
598 assert(*lstat.countp == num_ap_ids);
599 rc = realloc_data(&buf, &n, &lstat);
616 list_stat_t lstat = {NULL};
624 lstat.countp = &nstat;
625 lstat.opts = options;
626 lstat.errstr = errstring;
627 lstat.shp_errstr = NULL;
631 lstat.use_vers.v_max = lstat.use_vers.v_min = CFGA_HSL_V1;
641 retval = list_common(&lstat, NULL);
643 retval = realloc_data(ap_id_list, nlistp, &lstat);
672 list_stat_t lstat = {NULL};
697 lstat.countp = &nstat;
698 lstat.opts = options;
699 lstat.errstr = errstring;
700 lstat.shp_errstr = NULL;
701 lstat.flags = flags;
706 lstat.use_vers.v_min = CFGA_HSL_V1;
707 lstat.use_vers.v_max = CFGA_HSL_V2;
715 rc = list_common(&lstat, class);
721 rc = stat_common(num_ap_ids, ap_ids, class, &lstat);
732 rc = realloc_data_ext(ap_id_list, nlistp, &lstat);
2990 if (lstat(path, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) &&