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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dpasswd.c16 static char* my_new_password(const struct passwd *pw, uid_t myuid, int algo, char *newp) argument
24 //bb_error_msg("pw=(%s) newp=(%s) myuid=(%d) algo=(%d)\n", pw->pw_passwd, newp, myuid, algo);
32 ret = xstrdup(pw_encrypt(newp, salt));
38 nuke_str(newp);
39 if (ENABLE_FEATURE_CLEAN_UP) free(newp);
52 char *newp = NULL; local
71 newp = bb_askpass(0, "New password:"); /* returns ptr to static */
72 if (!newp)
74 newp
124 char *newp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dgopher.c127 char *newp; local
132 newp = path;
133 newp+=2;
136 j = strlen(newp);
138 if(newp[i] == '?')
139 newp[i] = '\x09';
142 sel = curl_easy_unescape(data, newp, 0, &len);
H A Ddict.c106 char *newp; local
113 newp = curl_easy_unescape(data, inputbuff, 0, &len);
114 if(!newp)
121 for(ptr = newp;
132 free(newp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y69 struct expression *newp;
77 newp = (struct expression *) malloc (sizeof (*newp));
78 if (newp != NULL)
80 newp->nargs = nargs;
81 newp->operation = op;
83 newp->val.args[i] = args[i];
84 return newp;
H A Ddcigettext.c392 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
395 if (newp != NULL) { \
396 newp->address = (addr); \
397 newp->next = (list); \
398 (list) = newp; \
777 struct known_translation_t *newp; local
784 newp = (struct known_translation_t *) malloc (size);
785 if (newp != NULL)
793 (char *) mempcpy (newp
[all...]
H A Dplural.c199 struct expression *newp; local
207 newp = (struct expression *) malloc (sizeof (*newp));
208 if (newp != NULL)
210 newp->nargs = nargs;
211 newp->operation = op;
213 newp->val.args[i] = args[i];
214 return newp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcm_mpool_pub.h164 * newp: OUTPUT The handle for the new pool, if creation is successful
178 bcm_mp_pool_h *newp);
207 * newp: OUTPUT The handle for the new pool, if creation is successful
217 bcm_mp_pool_h *newp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dasn1.c34 uint8 *newp; local
35 newp = SMB_REALLOC(data->data, data->ofs+len);
36 if (!newp) {
41 data->data = newp;
127 char *newp; local
131 v = strtol(p, &newp, 10);
132 p = newp;
133 v2 = strtol(p, &newp, 10);
134 p = newp;
139 v = strtol(p, &newp, 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dftw.c253 struct known_object *newp = malloc (sizeof (struct known_object)); local
254 if (newp == NULL)
256 newp->dev = st->st_dev;
257 newp->ino = st->st_ino;
258 return __tsearch (newp, &data->known_objects, object_compare) ? 0 : -1;
298 char *newp; local
300 newp = (char *) realloc (buf, bufsize);
301 if (newp == NULL)
309 buf = newp;
401 char *newp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dftw.c253 struct known_object *newp = malloc (sizeof (struct known_object)); local
254 if (newp == NULL)
256 newp->dev = st->st_dev;
257 newp->ino = st->st_ino;
258 return __tsearch (newp, &data->known_objects, object_compare) ? 0 : -1;
298 char *newp; local
300 newp = (char *) realloc (buf, bufsize);
301 if (newp == NULL)
309 buf = newp;
401 char *newp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_dbex.c454 ack_type (struct ospf6_lsa *newp, int ismore_recent, argument
464 if (CHECK_FLAG (newp->flag, OSPF6_LSA_FLAG_FLOODBACK))
469 ! CHECK_FLAG (newp->flag, OSPF6_LSA_FLAG_FLOODBACK))
487 else if (CHECK_FLAG (newp->flag, OSPF6_LSA_FLAG_DUPLICATE) &&
488 CHECK_FLAG (newp->flag, OSPF6_LSA_FLAG_IMPLIEDACK))
506 else if (CHECK_FLAG (newp->flag, OSPF6_LSA_FLAG_DUPLICATE) &&
507 ! CHECK_FLAG (newp->flag, OSPF6_LSA_FLAG_IMPLIEDACK))
511 else if (IS_LSA_MAXAGE (newp))
513 if (! ospf6_lsdb_lookup (newp->header->type, newp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h303 unsigned newp; local
307 newp = (hb->wr+1) % HDLCDRV_HDLCBUFFER;
308 if (newp != hb->rd) {
310 hb->wr = newp;
H A Dcpumask.h301 const cpumask_t *oldp, const cpumask_t *newp, int nbits)
303 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits);
309 const cpumask_t *oldp, const cpumask_t *newp, int nbits)
311 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits);
300 __cpu_remap(int oldbit, const cpumask_t *oldp, const cpumask_t *newp, int nbits) argument
308 __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp, const cpumask_t *oldp, const cpumask_t *newp, int nbits) argument
H A Dnodemask.h314 const nodemask_t *oldp, const nodemask_t *newp, int nbits)
316 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits);
322 const nodemask_t *oldp, const nodemask_t *newp, int nbits)
324 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits);
313 __node_remap(int oldbit, const nodemask_t *oldp, const nodemask_t *newp, int nbits) argument
321 __nodes_remap(nodemask_t *dstp, const nodemask_t *srcp, const nodemask_t *oldp, const nodemask_t *newp, int nbits) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dmls.h40 struct policydb *newp,
H A Dmls.c464 * policy `oldp' to the values specified in the policy `newp'.
467 struct policydb *newp,
480 levdatum = hashtab_search(newp->p_levels.table,
492 catdatum = hashtab_search(newp->p_cats.table,
466 mls_convert_context(struct policydb *oldp, struct policydb *newp, struct context *c) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtalloc.c324 void *newp = TALLOC(t,size); local
326 if (newp)
327 memcpy(newp, p, size);
329 return newp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1360 struct callout *newp, *p, **pp; local
1365 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL)
1367 newp->c_arg = arg;
1368 newp->c_func = func;
1370 newp->c_time.tv_sec = timenow.tv_sec + secs;
1371 newp->c_time.tv_usec = timenow.tv_usec + usecs;
1372 if (newp->c_time.tv_usec >= 1000000) {
1373 newp->c_time.tv_sec += newp->c_time.tv_usec / 1000000;
1374 newp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c1073 struct patternlist *newp; \
1088 newp = (struct patternlist *) alloca (newpsize); \
1089 newp->malloced = 0; \
1093 newp = (struct patternlist *) malloc (newpsize); \
1094 if (!newp) \
1096 newp->malloced = 1; \
1098 *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \
1099 newp->next = NULL; \
1100 *lastp = newp; \
1101 lastp = &newp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_table.c147 u_char *newp = (u_char *)&new->u.prefix;
152 newp[i] = np[i];
168 newp[i] = np[i] & maskbit[new->prefixlen % 8];
146 u_char *newp = (u_char *)&new->u.prefix; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dtable.c144 u_char *newp = (u_char *)&new->u.prefix;
149 newp[i] = np[i];
165 newp[i] = np[i] & maskbit[new->prefixlen % 8];
143 u_char *newp = (u_char *)&new->u.prefix; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c1231 struct xfrm_policy *newp = xfrm_policy_alloc(GFP_ATOMIC); local
1233 if (newp) {
1234 newp->selector = old->selector;
1235 if (security_xfrm_policy_clone(old, newp)) {
1236 kfree(newp);
1239 newp->lft = old->lft;
1240 newp->curlft = old->curlft;
1241 newp->action = old->action;
1242 newp->flags = old->flags;
1243 newp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_internal.c778 _CopyObjBytes(interp, obj, newp, sizep, freep)
781 void *newp;
799 *(void **)newp = tmp;
811 *(void **)newp = new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.c299 char *newp, *new_start; local
305 newp = cxt->realloc(cxt->bph, size);
306 if (!newp)
309 shift = newp - (char *)cxt->bph;
312 cxt->bph = (struct boot_param_header *)newp;
324 str = newp + size - ssize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c814 char *newp; local
945 cp = newp = XNMALLOC (len + 1, char);
946 newp[len] = '\0';
950 newp = stpncpy (stpcpy (newp, known_fields[idx].name), \
963 stpcpy (newp, header_fields[UNKNOWN].string);

Completed in 1007 milliseconds

12