Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dct.c94 *_Num, /* pointer to a phone number */ variable
229 _Num = argv[count];
230 if (strlen(_Num) >= (size_t)(TELNOSIZE - 1)) {
231 (void) fprintf(stderr, "ct: phone number too long -- %s\n", _Num);
234 if ((int)strspn(_Num, LEGAL) < (int)strlen(_Num)) {
235 (void) fprintf(stderr, "ct: bad phone number -- %s\n", _Num);
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDevicePath.h254 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16)) argument