HomeSort by: relevance | last modified time | path
    Searched refs:newstring (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/dix/
atom.c 121 char *newstring = malloc(len + 1); local
122 if (!newstring) {
126 strncpy(newstring, string, (int)len);
127 newstring[len] = 0;
128 nd->string = newstring;
  /xsrc/external/mit/xedit/dist/lisp/
string.c 1123 char *string, *newstring; local
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
1220 newstring = string
1266 char *string, *newstring; local
    [all...]
lisp.c 3017 char *newstring = LispMalloc(length + 1); local
3018 memcpy(newstring, string, length);
3019 newstring[length] = '\0';
3021 return LispNewStringStreamAlloced(newstring, flags, length);
  /xsrc/external/mit/xman/dist/
man.c 659 #define newstring(ptr) \ macro
678 newstring(sp) function
682 newstring(sp)
687 newstring(ep);
691 newstring(ep)
753 #define newstring(ptr) \ macro
774 newstring(sp) function
779 newstring(sp)
784 newstring(ep);
789 newstring(ep
    [all...]
  /xsrc/external/mit/smproxy/dist/
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)
257 int newstring; local

Completed in 29 milliseconds