HomeSort by: relevance | last modified time | path
    Searched defs:POINTER (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
vm-limit.c 33 typedef void *POINTER;
57 extern POINTER (*__morecore) ();
59 register POINTER cp;
117 (*warn_function) ("Warning: memory in use exceeds lisp pointer size");
125 POINTER start;
mem-limits.h 64 /* The important properties of this type are that 1) it's a pointer, and
68 typedef void *POINTER;
70 typedef char *POINTER;
78 #define NULL ((POINTER) 0)
80 extern POINTER start_of_data ();
103 static POINTER data_space_start;
ralloc.c 38 /* The important properties of this type are that 1) it's a pointer, and
43 typedef void *POINTER;
50 typedef char *POINTER;
56 typedef char *POINTER;
71 typedef void *POINTER;
82 #define NIL ((POINTER) 0)
98 static POINTER (*real_morecore) ();
101 static POINTER virtual_break_value;
105 static POINTER break_value;
147 POINTER start
    [all...]
  /src/sys/arch/sparc64/include/
asm.h 17 #define POINTER .xword
39 #define POINTER .word
  /src/common/lib/libc/md/
md4c.c 59 typedef unsigned char *POINTER;
md5c.c 56 typedef unsigned char *POINTER;
220 memcpy((POINTER)&context->buffer[idx], input, partLen);
263 ZEROIZE((POINTER)(void *)context, sizeof(*context));
354 ZEROIZE((POINTER)(void *)x, sizeof (x));
  /src/external/gpl2/grep/dist/lib/
obstack.c 57 #define POINTER void *
59 #define POINTER char *
158 POINTER (*chunkfun) (long);
161 POINTER (*chunkfun) ();
216 POINTER (*chunkfun) (POINTER, long);
217 void (*freefun) (POINTER, POINTER);
219 POINTER (*chunkfun) ();
222 POINTER arg
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
md5c.c 42 typedef unsigned char *POINTER;
194 memcpy((POINTER)&context->buffer[idx], input, partLen);
234 ZEROIZE((POINTER)(void *)context, sizeof(*context));
325 ZEROIZE((POINTER)(void *)x, sizeof (x));
  /src/external/bsd/iscsi/dist/src/lib/
md5c.c 58 typedef unsigned char *POINTER;
228 memcpy((POINTER)&context->buffer[idx],
241 memcpy((POINTER)&context->buffer[idx], &input[i],
274 ZEROIZE((POINTER)(void *)context, sizeof(*context));
367 ZEROIZE((POINTER)(void *)x, sizeof (x));
  /src/lib/libc/stdio/
vfscanf.c 82 #define POINTER 0x0010 /* p: void * (as hex) */
174 wchar_t *wcp; /* handy wide-character pointer */
322 case 'p': /* pointer format is like hex */
323 flags |= POINTER | PFXOK;
790 if (flags & POINTER)
853 * (just after `['). Return a pointer to the character past the
vfwscanf.c 77 #define POINTER 0x10 /* p: void * (as hex) */
167 char *mbp; /* multibyte string pointer for %c %s %[ */
328 case 'p': /* pointer format is like hex */
329 flags |= POINTER | PFXOK;
696 if (flags & POINTER)
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 63 } POINTER;
70 POINTER Item;
84 POINTER fmt;
158 IN POINTER *p
962 IN POINTER *p
1066 g - Pointer to GUID
1068 D - pointer to Device Path with normal ending.
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 149 POINTER,
238 tdesc_t *t_next; /* Name hash next pointer */
241 tdesc_t *t_hash; /* ID hash next pointer */

Completed in 22 milliseconds