Home
last modified time | relevance | path

Searched refs:a_num (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_udf.c83 a_num(const char *s, const char *id_type) in a_num() function
105 return a_num(s, id_type); in a_gid()
117 return a_num(s, id_type); in a_uid()
220 udf_args.gmtoff = a_num(str, MNTTAB_OPT_GMTOFF); in mount_udf()
228 udf_args.sessionnr = a_num(str, MNTTAB_OPT_SESSIONNR); in mount_udf()
/netbsd-src/sbin/mount/
H A Dfattr.c48 a_num(const char *s, const char *id_type) in a_num() function
66 return a_num(s, "group"); in a_gid()
76 return a_num(s, "user"); in a_uid()
H A Dmountprog.h29 int a_num(const char *, const char *);
/netbsd-src/sbin/newfs_udf/
H A Dnewfs_udf.c194 context.meta_perc = a_num(optarg, "meta_perc"); in main()
232 emul_sectorsize = a_num(optarg, "secsize"); in main()
236 emul_packetsize = a_num(optarg, in main()
243 context.gmtoff = a_num(optarg, "gmtoff"); in main()
/netbsd-src/sbin/mount_nilfs/
H A Dmount_nilfs.c124 args->cpno = a_num(optarg, "checkpoint number"); in mount_nilfs_parseargs()
127 args->gmtoff = a_num(optarg, "gmtoff"); in mount_nilfs_parseargs()
/netbsd-src/sbin/mount_udf/
H A Dmount_udf.c147 args->sessionnr = a_num(optarg, "session number"); in mount_udf_parseargs()
150 args->gmtoff = a_num(optarg, "gmtoff"); in mount_udf_parseargs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-costs.c1768 int rclass, a_num, parent_a_num, add_cost; in find_costs_and_classes() local
1800 a_num = ALLOCNO_NUM (a); in find_costs_and_classes()
1813 a_costs = COSTS (total_allocno_costs, a_num)->cost; in find_costs_and_classes()
1823 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost; in find_costs_and_classes()
1837 a_costs = COSTS (costs, a_num)->cost; in find_costs_and_classes()
1846 add_cost = COSTS (costs, a_num)->mem_cost; in find_costs_and_classes()
1966 int a_num = ALLOCNO_NUM (a); in find_costs_and_classes() local
1967 int *total_a_costs = COSTS (total_allocno_costs, a_num)->cost; in find_costs_and_classes()
1968 int *a_costs = COSTS (costs, a_num)->cost; in find_costs_and_classes()
1999 && (pass == 0 || pref[a_num] != best)) in find_costs_and_classes()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc1856 int rclass, a_num, parent_a_num, add_cost; in find_costs_and_classes() local
1888 a_num = ALLOCNO_NUM (a); in find_costs_and_classes()
1901 a_costs = COSTS (total_allocno_costs, a_num)->cost; in find_costs_and_classes()
1911 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost; in find_costs_and_classes()
1925 a_costs = COSTS (costs, a_num)->cost; in find_costs_and_classes()
1934 add_cost = COSTS (costs, a_num)->mem_cost; in find_costs_and_classes()
2054 int a_num = ALLOCNO_NUM (a); in find_costs_and_classes() local
2055 int *total_a_costs = COSTS (total_allocno_costs, a_num)->cost; in find_costs_and_classes()
2056 int *a_costs = COSTS (costs, a_num)->cost; in find_costs_and_classes()
2087 && (pass == 0 || pref[a_num] != best)) in find_costs_and_classes()
[all …]
/netbsd-src/usr.bin/xlint/lint2/
H A Dlint2.h85 int a_num; /* # of argument (1..) */ member
H A Dchk.c420 if (ai->a_num == as) in chkfaui()
540 if (ai1->a_num == n) in chkau()
549 if (ai->a_num == n) in chkau()
578 if (ai->a_num == n) in chkau()
H A Dread.c351 ai->a_num = parse_int(&cp); in funccall()