HomeSort by relevance Sort by last modified time
    Searched defs:charptr (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 45 typedef N_char *charptr; typedef
165 void BitVector_Dispose (/*@only@*/ /*@out@*/ charptr string); /* string */
239 /*@only@*/ charptr BitVector_to_Hex (wordptr addr);
241 ErrCode BitVector_from_Hex (/*@out@*/wordptr addr, charptr string);
244 ErrCode BitVector_from_Oct(/*@out@*/ wordptr addr, charptr string);
247 /*@only@*/ charptr BitVector_to_Bin (wordptr addr);
249 ErrCode BitVector_from_Bin (/*@out@*/ wordptr addr, charptr string);
252 /*@only@*/ charptr BitVector_to_Dec (wordptr addr);
254 ErrCode BitVector_from_Dec (/*@out@*/ wordptr addr, charptr string);
263 /*@out@*/ wordptr addr, charptr string)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 472 signed char *charptr; local
796 charptr = va_arg(args, signed char *);
797 *charptr = (signed char)len;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 472 signed char *charptr; local
796 charptr = va_arg(args, signed char *);
797 *charptr = (signed char)len;
    [all...]
  /external/openssh/
readconf.c 357 char *s, **charptr, *endofnumber, *keyword, *arg, *arg2; local
458 charptr = &options->kbd_interactive_devices;
588 charptr = &options->identity_files[*intptr];
589 *charptr = xstrdup(arg);
595 charptr=&options->xauth_location;
599 charptr = &options->user;
605 if (*activep && *charptr == NULL)
606 *charptr = xstrdup(arg);
632 charptr = &options->hostname;
636 charptr = &options->host_key_alias
    [all...]
servconf.c 720 char *cp, **charptr, *arg, *p; local
739 charptr = NULL;
873 charptr = &options->host_key_files[*intptr];
879 if (*activep && *charptr == NULL) {
880 *charptr = derelativise_path(arg);
893 charptr = &options->host_cert_files[*intptr];
898 charptr = &options->pid_file;
1010 charptr = &options->xauth_location;
    [all...]

Completed in 257 milliseconds