Home
last modified time | relevance | path

Searched refs:_Num (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/cmd/bnu/
H A Dct.c92 *_Num, /* pointer to a phone number */ variable
227 _Num = argv[count];
228 if (strlen(_Num) >= (size_t)(TELNOSIZE - 1)) {
229 (void) fprintf(stderr, "ct: phone number too long -- %s\n", _Num);
232 if ((int)strspn(_Num, LEGAL) < (int)strlen(_Num)) {
233 (void) fprintf(stderr, "ct: bad phone number -- %s\n", _Num);
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h149 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16)) argument