HomeSort by: relevance | last modified time | path
    Searched refs:a_num (Results 1 - 11 of 11) sorted by relevancy

  /src/sbin/mount/
mountprog.h 29 int a_num(const char *, const char *);
fattr.c 48 a_num(const char *s, const char *id_type) function
66 return a_num(s, "group");
76 return a_num(s, "user");
  /src/external/bsd/am-utils/dist/amd/
ops_udf.c 83 a_num(const char *s, const char *id_type) function
105 return a_num(s, id_type);
117 return a_num(s, id_type);
220 udf_args.gmtoff = a_num(str, MNTTAB_OPT_GMTOFF);
228 udf_args.sessionnr = a_num(str, MNTTAB_OPT_SESSIONNR);
  /src/sbin/mount_nilfs/
mount_nilfs.c 124 args->cpno = a_num(optarg, "checkpoint number");
127 args->gmtoff = a_num(optarg, "gmtoff");
  /src/sbin/newfs_udf/
newfs_udf.c 194 context.meta_perc = a_num(optarg, "meta_perc");
232 emul_sectorsize = a_num(optarg, "secsize");
236 emul_packetsize = a_num(optarg,
243 context.gmtoff = a_num(optarg, "gmtoff");
  /src/sbin/mount_udf/
mount_udf.c 147 args->sessionnr = a_num(optarg, "session number");
150 args->gmtoff = a_num(optarg, "gmtoff");
  /src/usr.bin/xlint/lint2/
lint2.h 82 int a_num; /* # of argument (1..) */ member in struct:arginf
chk.c 420 if (ai->a_num == as)
540 if (ai1->a_num == n)
549 if (ai->a_num == n)
578 if (ai->a_num == n)
read.c 351 ai->a_num = parse_int(&cp);
  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 2056 int rclass, a_num, parent_a_num, add_cost;
2088 a_num = ALLOCNO_NUM (a);
2101 a_costs = COSTS (total_allocno_costs, a_num)->cost;
2111 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost;
2125 a_costs = COSTS (costs, a_num)->cost;
2134 add_cost = COSTS (costs, a_num)->mem_cost;
2275 int a_num = ALLOCNO_NUM (a);
2276 int *total_a_costs = COSTS (total_allocno_costs, a_num)->cost;
2277 int *a_costs = COSTS (costs, a_num)->cost;
2308 && (pass == 0 || pref[a_num] != best)
2049 int rclass, a_num, parent_a_num, add_cost; local
2268 int a_num = ALLOCNO_NUM (a); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 1863 int rclass, a_num, parent_a_num, add_cost;
1895 a_num = ALLOCNO_NUM (a);
1908 a_costs = COSTS (total_allocno_costs, a_num)->cost;
1918 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost;
1932 a_costs = COSTS (costs, a_num)->cost;
1941 add_cost = COSTS (costs, a_num)->mem_cost;
2061 int a_num = ALLOCNO_NUM (a);
2062 int *total_a_costs = COSTS (total_allocno_costs, a_num)->cost;
2063 int *a_costs = COSTS (costs, a_num)->cost;
2094 && (pass == 0 || pref[a_num] != best)
1856 int rclass, a_num, parent_a_num, add_cost; local
2054 int a_num = ALLOCNO_NUM (a); local
    [all...]

Completed in 27 milliseconds