HomeSort by: relevance | last modified time | path
    Searched defs:nloc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_bsd44.c 57 int nloc, i; local
61 nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
62 if (nloc <= 0) {
68 for (i=0; i<nloc; ++i) {
  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_bsd.c 115 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); local
117 if (nloc == 0) {
122 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) {
mtab_osf.c 120 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); local
122 if (nloc == 0) {
127 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) {
  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 4481 location_t nloc
4484 redirect_edge_var_map_add (e, nresult, nop, nloc);
4476 location_t nloc local
var-tracking.cc 5710 rtx nloc = NULL; local
5714 nloc = replace_expr_with_values (vloc);
5716 if (nloc)
5719 PAT_VAR_LOCATION_LOC (oloc) = nloc;
5749 rtx vloc, oloc = loc, nloc; local
5788 nloc = replace_expr_with_values (loc);
5789 if (!nloc)
5790 nloc = oloc;
5792 if (vloc != nloc)
5797 mo.u.loc = gen_rtx_CONCAT (mode, oloc, nloc);
5953 rtx oloc = loc, nloc, src = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 4460 location_t nloc
4463 redirect_edge_var_map_add (e, nresult, nop, nloc);
4455 location_t nloc local
var-tracking.cc 5725 rtx nloc = NULL; local
5729 nloc = replace_expr_with_values (vloc);
5731 if (nloc)
5734 PAT_VAR_LOCATION_LOC (oloc) = nloc;
5764 rtx vloc, oloc = loc, nloc; local
5803 nloc = replace_expr_with_values (loc);
5804 if (!nloc)
5805 nloc = oloc;
5807 if (vloc != nloc)
5812 mo.u.loc = gen_rtx_CONCAT (mode, oloc, nloc);
5968 rtx oloc = loc, nloc, src = NULL; local
    [all...]

Completed in 43 milliseconds