Home
last modified time | relevance | path

Searched refs:OldPointer (Results 1 – 3 of 3) sorted by relevance

/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dstrcalls.c137 …ePT, const unsigned long int Line, const char *const FunctionPT, char *OldPointer, const char *Str… in mystrrealloc() argument
143 if ((OldPointer == NULL) && (StringPT == NULL)) { in mystrrealloc()
148 if (OldPointer == NULL) { OldLen = 0; } in mystrrealloc()
150 OldLen = strlen(OldPointer); in mystrrealloc()
161 if (strcmp(StringPT, OldPointer) != FALSE) { strcpy(OldPointer, StringPT); } in mystrrealloc()
163 return(OldPointer); in mystrrealloc()
167 free(OldPointer); in mystrrealloc()
173 NewPointer = memcalls_realloc(FilePT, Line, FunctionPT, OldPointer, NewLen); in mystrrealloc()
175 NewPointer = realloc(OldPointer, NewLen); in mystrrealloc()
179 return(OldPointer); in mystrrealloc()
H A Dstrcalls.h82 …ePT, const unsigned long int Line, const char *const FunctionPT, char *OldPointer, const char *Str…
/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dobjects.c141 struct o *Pointer = NULL,*OldPointer = NULL; local
160 if (OldPointer == NULL) {
165 OldPointer->oInfo = SQ_GONE;
170 OldPointer->oInfo = SQ_NEW;
248 record_wire(OldPointer);
249 OldPointer = Pointer;
274 record_wire(OldPointer);