/src/usr.bin/ypmatch/ |
ypmatch.c | 57 char *inkey, *outbuf; local in function:main 130 inkey = argv[c]; 132 len = strlen(inkey); 135 r = yp_match(domainname, inmap, inkey, len, 140 printf("%s: ", inkey); 150 inkey, inmap, yperr_string(r));
|
/src/usr.sbin/ypserv/common/ |
yplib_host.h | 33 const char *inkey, int inkeylen, char **outval, 39 char *inkey, int inkeylen, char **outkey,
|
yplib_host.c | 127 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, 139 yprk.keydat.dptr = __UNCONST(inkey); 194 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, 207 yprk.keydat.dptr = inkey;
|
/src/distrib/utils/libhack/ |
yplib.c | 173 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen) 176 const char *inkey; 204 yp_next(indomain, inmap, inkey, inkeylen, outkey, outkeylen, outval, outvallen) 207 const char *inkey;
|
/src/sys/arch/hpcmips/vr/ |
vrkiu.c | 254 unsigned char inkey[KIU_NSCANLINE], *prevkey, *reskey; local in function:eliminate_phantom_keys 263 inkey[i] = reskey[i]; 267 if (countbits(inkey[i]) > 1) { 269 if (i != j && (inkey[i] & inkey[j])) { 274 i, inkey[i], prevkey[i])); 276 j, inkey[j], prevkey[j]));
|
/src/lib/libc/yp/ |
yp_match.c | 165 yp_match(const char *indomain, const char *inmap, const char *inkey, 183 if (inkey == NULL || inkeylen == 0) 191 if (!strcmp(_yp_domain, indomain) && ypmatch_find(inmap, inkey, 204 yprk.keydat.dptr = __UNCONST(inkey); 232 if (!ypmatch_add(inmap, inkey, inkeylen,
|
yp_first.c | 121 yp_next(const char *indomain, const char *inmap, const char *inkey, 131 inkey == NULL) 148 yprk.keydat.dptr = inkey;
|
/src/usr.bin/ypcat/ |
ypcat.c | 151 printit(int instatus, char *inkey, int inkeylen, char *inval, 158 (void)printf("%*.*s", inkeylen, inkeylen, inkey);
|
/src/lib/libcurses/ |
get_wch.c | 55 static int inkey(wchar_t *wc, int to, int delay); 73 * inkey - do the work to process keyboard input, check for multi-key 78 inkey(wchar_t *wc, int to, int delay) function in typeref:typename:int 90 __CTRACE(__CTRACE_INPUT, "inkey (%p, %d, %d)\n", wc, to, delay); 106 "inkey (wstate normal) got '%s'\n", unctrl(k)); 113 "inkey: NORM=>ASSEMBLING: start(%d), " 122 "inkey: BACKOUT=>ASSEMBLING, start(%d), " 148 "inkey (wstate assembling) got '%s'\n", unctrl(k)); 158 "inkey: ASSEMBLING=>TIMEOUT, start(%d), " 166 "inkey: ASSEMBLING: start(%d), [all...] |
getch.c | 50 short _cursesi_state; /* state of the inkey function */ 222 static wchar_t inkey(int to, int delay); 438 /* init the inkey state variable */ 487 perror("Inkey: Cannot allocate new keymap"); 516 perror("inkey: Cannot allocate new key entry chunk"); 529 * inkey - do the work to process keyboard input, check for multi-key 535 inkey(int to, int delay) function in typeref:typename:wchar_t 544 __CTRACE(__CTRACE_INPUT, "inkey (%d, %d)\n", to, delay); 561 "inkey (state normal) got '%s'\n", unctrl(k)); 602 "inkey (state assembling) got '%s'\n", unctrl(k)) [all...] |
/src/usr.sbin/ypserv/yppush/ |
yppush.c | 293 pushit(int instatus, char *inkey, int inkeylen, char *inval, 298 push(inkey, inkeylen, ypi); /* do it! */
|
/src/sys/arch/x68k/stand/libdos/ |
Makefile | 18 inkey.S getc.S print.S gets.S keysns.S kflushgp.S kflushio.S \
|