Searched refs:ctoi (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dluxadm.h90 extern char ctoi(char);
H A Dfabric_conf.c47 static char ctoi(char c);
232 ctoi(char c) function
271 c = ctoi(*string++);
272 c1 = ctoi(*string++);
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c169 npn = ctoi(&argv[0][2]);
172 bdtab[3] = ctoi(&argv[0][2]);
177 if (!(stop = ctoi(&argv[0][2])))
245 debug = ctoi(&argv[0][2]);
437 ctoi(s) function
/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c118 static char ctoi(char c);
1215 ctoi(char c) function
1259 ch = ctoi(*wwnstr++);
1260 cl = ctoi(*wwnstr++);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c33 static char ctoi(char c);
69 c = ctoi(*dyncomp++);
70 c1 = ctoi(*dyncomp++);
81 ctoi(char c) function
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c141 static char ctoi(char);
4165 ctoi(char c) function
4187 c = ctoi(*wwn++);
4188 c1 = ctoi(*wwn++);
4223 c = ctoi(*string++);
4224 c1 = ctoi(*string++);

Completed in 86 milliseconds