Searched refs:oldp (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Ddoalloc.c45 _nc_doalloc(void *oldp, size_t amount) argument
49 if (oldp != 0) {
50 if ((newp = realloc(oldp, amount)) == 0) {
51 free(oldp);
H A Dalloc_entry.c105 _nc_copy_entry(ENTRY * oldp) argument
110 *newp = *oldp;
111 _nc_copy_termtype(&(newp->tterm), &(oldp->tterm));
/haiku-fatelf/src/bin/zic/
H A Dzdump.c151 static long delta P((struct tm * newp, struct tm * oldp));
521 delta(newp, oldp)
523 struct tm * oldp;
528 if (newp->tm_year < oldp->tm_year)
529 return -delta(oldp, newp);
531 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
533 result += newp->tm_yday - oldp->tm_yday;
535 result += newp->tm_hour - oldp->tm_hour;
537 result += newp->tm_min - oldp->tm_min;
539 result += newp->tm_sec - oldp
[all...]
H A Dzic.c402 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
/haiku-fatelf/src/libs/ncurses/include/
H A Dterm_entry.h121 extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); variable
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c1224 struct binding *oldp = _nl_domain_bindings; local
1226 if (oldp->dirname != INTUSE(_nl_default_dirname))
1228 free (oldp->dirname);
1229 free (oldp->codeset);
1230 free (oldp);
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c1214 struct binding *oldp = _nl_domain_bindings; local
1216 if (oldp->dirname != INTUSE(_nl_default_dirname))
1218 free (oldp->dirname);
1219 free (oldp->codeset);
1220 free (oldp);
/haiku-fatelf/headers/cpp/
H A Dstreambuf.h191 unsigned short oldp = _precision; _precision = (unsigned short)newp; local
192 return oldp; }
/haiku-fatelf/src/bin/gdb/readline/
H A Ddisplay.c2031 char *oldp, *oldl, *oldlprefix; local
2035 oldp = rl_display_prompt;
2050 rl_display_prompt = oldp;
/haiku-fatelf/src/bin/bash/lib/readline/
H A Ddisplay.c2456 char *oldp; local
2458 oldp = rl_display_prompt;
2471 rl_display_prompt = oldp;
/haiku-fatelf/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c391 args->u.sysctl.namelen, convert_to_local(&command->area[2],&area[2],args->u.sysctl.oldp),
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncurses2082 ENTRY *oldp)
2338 void *oldp,
H A Dllib-lncursesw2826 ENTRY *oldp)
3082 void *oldp,
/haiku-fatelf/src/tools/rman/
H A Drman.c4623 char *p,*oldp;
4775 oldp = "";
4776 for (; *p; oldp=p, p++) {
4777 if (*oldp=='\0') rebuspat[rebuspatcnt++] = p;
4607 char *p,*oldp; local

Completed in 150 milliseconds