Searched refs:oldlen (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/ctwm/dist/ext/
H A Drepl_str.c41 size_t cpylen, orglen, retlen, newlen, oldlen = strlen(old); local in function:replace_substr
61 pstr = pstr2 + oldlen;
69 retlen = orglen + (newlen - oldlen) * count;
88 pstr = str + pos_cache[i] + oldlen;
89 cpylen = (i == count-1 ? orglen : pos_cache[i+1]) - pos_cache[i] - oldlen;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dlog.c427 static int oldlen = -1; variable in typeref:typename:int
486 oldlen = -1;
502 if (len == oldlen && strcmp(buf, oldbuf) == 0) {
511 oldlen = len;
/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c335 size_t oldlen; local in function:Deiconified
342 oldlen = strlen (oldName);
343 if (oldlen >= 2)
345 newName = malloc (oldlen - 1);
348 strncpy (newName, oldName, oldlen - 2);
349 newName[oldlen - 2] = '\0';
/xsrc/external/mit/xorg-server/dist/os/
H A Dlog.c889 static int oldlen = -1; variable in typeref:typename:int
949 oldlen = -1;
965 if (len == oldlen && strcmp(buf, oldbuf) == 0) {
975 oldlen = len;

Completed in 6 milliseconds