Searched refs:newstring (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | atom.c | 121 char *newstring = malloc(len + 1); local in function:MakeAtom 122 if (!newstring) { 126 strncpy(newstring, string, (int)len); 127 newstring[len] = 0; 128 nd->string = newstring;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | string.c | 1123 char *string, *newstring; local in function:LispStringUpcase 1148 newstring = string; 1152 newstring = LispMalloc(length + 1); 1154 memcpy(newstring, string, offset); 1156 memcpy(newstring + end, string + end, length - end); 1157 newstring[length] = '\0'; 1161 newstring[offset] = toupper(string[offset]); 1164 result = LSTRING2(newstring, length); 1195 char *string, *newstring; local in function:LispStringDowncase 1220 newstring 1266 char *string, *newstring; local in function:LispStringCapitalize [all...] |
| H A D | lisp.c | 3017 char *newstring = LispMalloc(length + 1); local in function:LispNewStringStream 3018 memcpy(newstring, string, length); 3019 newstring[length] = '\0'; 3021 return LispNewStringStreamAlloced(newstring, flags, length);
|
| /xsrc/external/mit/xman/dist/ |
| H A D | man.c | 659 #define newstring(ptr) \ macro 678 newstring(sp) 682 newstring(sp) 687 newstring(ep); 691 newstring(ep) 753 #define newstring(ptr) \ macro 774 newstring(sp) 779 newstring(sp) 784 newstring(ep); 789 newstring(e [all...] |
| /xsrc/external/mit/smproxy/dist/ |
| H A D | smproxy.c | 69 static char * CheckFullyQuantifiedName ( char *name, int *newstring ); 204 CheckFullyQuantifiedName(char *name, int *newstring) 217 *newstring = 0; 232 *newstring = 0; 240 *newstring = 0; 243 *newstring = 1; 262 int newstring; 280 (char *) winInfo->wm_client_machine.value, &newstring); 283 if (newstring) 200 CheckFullyQuantifiedName(char * name,int * newstring) argument 257 int newstring; local in function:FinishSaveYourself
|
Completed in 11 milliseconds