HomeSort by relevance Sort by last modified time
    Searched refs:ncache (Results 1 - 19 of 19) sorted by null

  /external/iproute2/lib/
inet_proto.c 27 static char ncache[16]; local
32 return ncache;
37 strncpy(ncache, pe->p_name, 16);
47 static char ncache[16]; local
51 if (icache>=0 && strcmp(ncache, buf) == 0)
64 strncpy(ncache, pe->p_name, 16);
ll_map.c 167 static char ncache[IFNAMSIZ]; local
176 if (icache && strcmp(name, ncache) == 0)
183 strcpy(ncache, name);
  /external/openssh/openbsd-compat/
pwcache.c 43 #define NCACHE 64 /* power of 2 */
44 #define MASK (NCACHE - 1) /* bits to store with */
50 static struct ncache { struct
53 } c_uid[NCACHE];
57 struct ncache *cp;
85 static struct ncache { struct
88 } c_gid[NCACHE];
92 struct ncache *cp;
  /external/libvncserver/x11vnc/
xinerama.c 501 if (ncache > 0) {
502 Ly = dpy_y * (1+ncache);
530 if (ncache > 0) {
531 yfac = 1+ncache;
options.c 287 #ifndef NCACHE
289 #define NCACHE 0
292 #define NCACHE -1
297 int ncache = 0; variable
300 int ncache = NCACHE; variable
x11vnc.c     [all...]
macosxCGS.c 102 extern int ncache;
296 if (ncache > 0) {
403 if (ncache > 0) {
userinput.c     [all...]
cleanup.c 228 if (ncache || ncache0) {
595 if (ncache || ncache0) {
options.h 241 extern int ncache;
user.c 1356 ncache = 0;
1360 if (nabs(n2) < nabs(ncache)) {
1361 if (ncache < 0) {
1362 ncache = -nabs(n2);
1364 ncache = nabs(n2);
    [all...]
remote.c     [all...]
screen.c 532 save[i++] = ncache;
553 ncache = save[i++];
590 ncache = 0;
596 rfbLog(" wireframe, scrollcopyrect, ncache,\n");
1053 if (ncache) {
    [all...]
macosx.c 313 if (ncache > 0) {
xdamage.c 668 if (ncache > 0) {
8to24.c     [all...]
connections.c 834 if ((ncache || ncache0) && client_count == 0) {
    [all...]
scan.c     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 1151 milliseconds