Searched refs:newp (Results 1 - 25 of 89) sorted by relevance

1234

/macosx-10.10.1/dtrace-147/test/tst/common/pointers/
H A Dtst.VoidCast.d49 newp = (int *) p;
51 printf("array[0]: %d, newp: %d\n", array[0], *newp);
56 /234 != *newp/
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Ddoalloc.c47 void *newp; local
50 if ((newp = realloc(oldp, amount)) == 0) {
55 newp = malloc(amount);
57 return newp;
H A Dcomp_parse.c69 ENTRY *newp = _nc_copy_entry(ep); local
71 if (newp == 0)
74 newp->last = _nc_tail;
75 _nc_tail = newp;
77 newp->next = 0;
78 if (newp->last)
79 newp->last->next = newp;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dfetch.c106 char *newp = ber_memrealloc( p, total + bytes + 1 ); local
107 if( newp == NULL ) {
112 p = newp;
120 char *newp = ber_memrealloc( p, 1 ); local
121 if( newp == NULL ) {
125 p = newp;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dfetch.c107 char *newp = ber_memrealloc( p, total + bytes + 1 ); local
108 if( newp == NULL ) {
113 p = newp;
121 char *newp = ber_memrealloc( p, 1 ); local
122 if( newp == NULL ) {
126 p = newp;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dgopher.c97 char *newp; local
102 newp = path;
103 newp+=2;
106 j = strlen(newp);
108 if(newp[i] == '?')
109 newp[i] = '\x09';
112 sel = curl_easy_unescape(data, newp, 0, &len);
H A Ddict.c100 char *newp; local
107 newp = curl_easy_unescape(data, inputbuff, 0, &len);
108 if(!newp)
115 for(ptr = newp;
126 free(newp);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dsysctlbyname.c21 void *newp, size_t newlen);
23 __sysctlbyname(const char *name, size_t namelen, void *oldp, size_t *oldlenp, void *newp,
27 sysctlbyname(const char *name, void *oldp, size_t *oldlenp, void *newp, argument
37 error = __sysctlbyname(name, strlen(name), oldp, oldlenp, newp, newlen);
51 error = __sysctl(real_oid, oidlen, oldp, oldlenp, newp, newlen);
H A Dsysctl.c47 void *newp, size_t newlen);
50 sysctl(name, namelen, oldp, oldlenp, newp, newlen)
53 void *oldp, *newp;
62 if (newp != NULL) {
82 return (__sysctl(name, namelen, oldp, oldlenp, newp, newlen));
85 if (newp != NULL) {
H A Dsysctlnametomib.c35 void *newp, size_t newlen);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_send.c85 char *oldp, *newp; variable
186 newp = buffer;
191 if (&newp[sizeof (cfg.cga_prepare)] <= fin)
192 bcopy(newp, &cfg.cga_prepare, sizeof (cfg.cga_prepare));
193 newp += sizeof (cfg.cga_prepare);
196 if (&newp[sizeof (u16)] < fin) {
197 bcopy(newp, &u16, sizeof (u16));
205 newp += sizeof (u16);
207 iov->iov_base = newp;
208 newp
[all...]
/macosx-10.10.1/autofs-246/automountlib/
H A Dsysctl_fsid.c31 sysctl_fsid(int op, fsid_t *fsid, void *oldp, size_t *oldlenp, void *newp, argument
47 vc.vc_ptr = newp;
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dpage.h85 BUFHEAD *newp; member in struct:__anon2707
/macosx-10.10.1/cxxfilt-11/cxxfilt/cpu/
H A Dm32c.opc619 const char *newp = *strp;
623 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit);
627 if (*newp != ',')
630 ++newp;
632 if (strncmp (newp, "0x0", 3) == 0
633 || (newp[0] == '0' && newp[1] != 'x'))
636 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & base);
654 if (strncmp (newp, "[sb]", 4) != 0)
661 *strp = newp;
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dplural.y81 struct expression *newp;
89 newp = (struct expression *) malloc (sizeof (*newp));
90 if (newp != NULL)
92 newp->nargs = nargs;
93 newp->operation = op;
95 newp->val.args[i] = args[i];
96 return newp;
H A Ddcigettext.c342 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
345 if (newp != NULL) { \
346 newp->address = (addr); \
347 newp->next = (list); \
348 (list) = newp; \
661 struct known_translation_t *newp; local
663 newp = (struct known_translation_t *)
666 if (newp != NULL)
668 newp
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dplural.y81 struct expression *newp;
89 newp = (struct expression *) malloc (sizeof (*newp));
90 if (newp != NULL)
92 newp->nargs = nargs;
93 newp->operation = op;
95 newp->val.args[i] = args[i];
96 return newp;
H A Ddcigettext.c338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
341 if (newp != NULL) { \
342 newp->address = (addr); \
343 newp->next = (list); \
344 (list) = newp; \
653 struct known_translation_t *newp; local
655 newp = (struct known_translation_t *)
658 if (newp != NULL)
660 newp
[all...]
/macosx-10.10.1/system_cmds-643.1.1/zdump.tproj/
H A Dzdump.c131 static long delta P((struct tm * newp, struct tm * oldp));
343 delta(newp, oldp)
344 struct tm * newp;
350 if (newp->tm_year < oldp->tm_year)
351 return -delta(oldp, newp);
353 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
355 result += newp->tm_yday - oldp->tm_yday;
357 result += newp->tm_hour - oldp->tm_hour;
359 result += newp->tm_min - oldp->tm_min;
361 result += newp
[all...]
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_auth_basic.c91 authn_provider_list *newp; local
93 newp = apr_pcalloc(cmd->pool, sizeof(authn_provider_list));
94 newp->provider_name = arg;
97 newp->provider = ap_lookup_provider(AUTHN_PROVIDER_GROUP,
98 newp->provider_name,
101 if (newp->provider == NULL) {
106 newp->provider_name);
109 if (!newp->provider->check_password) {
113 "Basic Authentication", newp->provider_name);
118 conf->providers = newp;
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dplarena.c180 void *newp; local
190 PL_ARENA_ALLOCATE(newp, pool, newSize);
191 if (newp == NULL) {
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
206 memcpy(newp, p, origSize);
236 return newp;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplarena.c180 void *newp; local
190 PL_ARENA_ALLOCATE(newp, pool, newSize);
191 if (newp == NULL) {
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
206 memcpy(newp, p, origSize);
236 return newp;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplarena.c180 void *newp; local
190 PL_ARENA_ALLOCATE(newp, pool, newSize);
191 if (newp == NULL) {
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
206 memcpy(newp, p, origSize);
236 return newp;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplarena.c180 void *newp; local
190 PL_ARENA_ALLOCATE(newp, pool, newSize);
191 if (newp == NULL) {
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
206 memcpy(newp, p, origSize);
236 return newp;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsubr_prof.c165 user_addr_t newp, size_t newlen)
172 user_addr_t newp = req->newptr; /* user buffer copy in address */ local
184 error = sysctl_int(oldp, oldlenp, newp, newlen, &gp->state);
193 error = sysctl_struct(oldp, oldlenp, newp, newlen,
197 error = sysctl_struct(oldp, oldlenp, newp, newlen,
201 error = sysctl_struct(oldp, oldlenp, newp, newlen,
205 error = sysctl_rdstruct(oldp, oldlenp, newp, gp, sizeof *gp);
164 sysctl_doprof(int *name, u_int namelen, user_addr_t oldp, size_t *oldlenp, user_addr_t newp, size_t newlen) argument

Completed in 197 milliseconds

1234