Searched refs:a_num (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmountprog.h29 int a_num(const char *, const char *);
H A Dfattr.c48 a_num(const char *s, const char *id_type) function
66 return a_num(s, "group");
76 return a_num(s, "user");
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dops_udf.c87 a_num(const char *s, const char *id_type) function
109 return a_num(s, id_type);
121 return a_num(s, id_type);
224 udf_args.gmtoff = a_num(str, MNTTAB_OPT_GMTOFF);
232 udf_args.sessionnr = a_num(str, MNTTAB_OPT_SESSIONNR);
/netbsd-6-1-5-RELEASE/sbin/mount_nilfs/
H A Dmount_nilfs.c132 args->cpno = a_num(optarg, "checkpoint number");
135 args->gmtoff = a_num(optarg, "gmtoff");
/netbsd-6-1-5-RELEASE/sbin/mount_udf/
H A Dmount_udf.c153 args->sessionnr = a_num(optarg, "session number");
156 args->gmtoff = a_num(optarg, "gmtoff");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dira-costs.c1257 int rclass, a_num, parent_a_num;
1284 a_num = ALLOCNO_NUM (a);
1299 += COSTS (total_allocno_costs, a_num)->cost[k];
1301 += COSTS (total_allocno_costs, a_num)->mem_cost;
1304 temp_costs->cost[k] += COSTS (costs, a_num)->cost[k];
1305 temp_costs->mem_cost += COSTS (costs, a_num)->mem_cost;
1307 if (in_inc_dec[a_num])
1380 a_num = ALLOCNO_NUM (a);
1408 else if (COSTS (total_allocno_costs, a_num)->cost[k]
1412 = COSTS (total_allocno_costs, a_num)
1251 int rclass, a_num, parent_a_num; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h84 int a_num; /* # of argument (1..) */ member in struct:arginf
H A Dchk.c418 if (ai->a_num == as)
538 if (ai1->a_num == n)
547 if (ai->a_num == n)
576 if (ai->a_num == n)
H A Dread.c314 ai->a_num = (int)strtol(cp, &eptr, 10);
/netbsd-6-1-5-RELEASE/sbin/newfs_udf/
H A Dnewfs_udf.c1498 meta_perc = a_num(optarg, "meta_perc");
1526 context.gmtoff = a_num(optarg, "gmtoff");

Completed in 171 milliseconds