Searched refs:charp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dimalloc.h81 #define MALLOC_BZERO(charp, nbytes) \
84 size_t * mzp = (size_t *)(charp); \
99 memset ((charp), 0, (nbytes)); \
102 #define MALLOC_ZERO(charp, nbytes) \
106 size_t *mz = (size_t *)(charp); \
117 memset ((charp), 0, mzsz); \
120 #define MALLOC_MEMSET(charp, xch, nbytes) \
123 register char * mzp = (charp); \
138 memset ((charp), (xch), (nbytes)); \
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c797 cc_t *charp; /* where it is located at */
906 printf("%s set to \"%s\".\r\n", ct->name, (char *)ct->charp);
913 *(ct->charp) = (cc_t)value;
914 printf("%s character is '%s'.\r\n", ct->name, control(*(ct->charp)));
972 printf("%s reset to \"%s\".\r\n", ct->name, (char *)ct->charp);
974 *(ct->charp) = _POSIX_VDISABLE;
975 printf("%s character is '%s'.\r\n", ct->name, control(*(ct->charp)));
1162 printf("%-15s [%s]\r\n", sl->name, control(*sl->charp)); \
1164 printf("%-15s \"%s\"\r\n", sl->name, (char *)sl->charp); \
794 cc_t *charp; /* where it is located at */ member in struct:setlist
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c876 cc_t *charp; /* where it is located at */
985 printf("%s set to \"%s\".\n", ct->name, (char *)ct->charp);
992 *(ct->charp) = (cc_t)value;
993 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1051 printf("%s reset to \"%s\".\n", ct->name, (char *)ct->charp);
1053 *(ct->charp) = _POSIX_VDISABLE;
1054 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1241 printf("%-15s [%s]\n", sl->name, control(*sl->charp)); \
1243 printf("%-15s \"%s\"\n", sl->name, (char *)sl->charp); \
873 cc_t *charp; /* where it is located at */ member in struct:setlist
/macosx-10.9.5/CF-855.17/
H A DCFTimeZone.c317 const uint8_t *p, *timep, *typep, *ttisp, *charp; local
350 charp = ttisp + (4 + 1 + 1) * typecnt;
388 abbrs[abbridx] = CFStringCreateWithCString(allocator, (char *)&charp[abbridx], kCFStringEncodingASCII);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c4198 bfd_boolean pointerp, realp, integralp, charp, boolp;
4205 charp = FALSE;
4254 charp = TRUE;
4278 else if (charp)
4197 bfd_boolean pointerp, realp, integralp, charp, boolp; local
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durl.c278 static CURLcode setstropt(char **charp, char * s) argument
280 /* Release the previous storage at `charp' and replace by a dynamic storage
283 Curl_safefree(*charp);
291 *charp = s;

Completed in 145 milliseconds