Searched refs:realName (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dcredential.c19 char * realName; member in struct:_credential_s
34 free_safe(cred->realName);
129 cred->realName = _copy_string(pw->pw_gecos);
152 cred->realName = _copy_string(srcCred->realName);
193 return cred->realName;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py120 self.realName = name
155 self._setValue(self.parent, self.realName, value)
156 self.__init__(self.realName, value, self.parent, self._setValue)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py120 self.realName = name
155 self._setValue(self.parent, self.realName, value)
156 self.__init__(self.realName, value, self.parent, self._setValue)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py120 self.realName = name
155 self._setValue(self.parent, self.realName, value)
156 self.__init__(self.realName, value, self.parent, self._setValue)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h39 - (NSString *) realName;
H A DMVChatConnection.h199 - (NSString *) realName;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h39 - (NSString *) realName;
H A DMVChatConnection.h199 - (NSString *) realName;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h39 - (NSString *) realName;
H A DMVChatConnection.h199 - (NSString *) realName;
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkOption.c1084 CONST char *realName;
1100 realName = Tcl_TranslateFileName(interp, fileName, &newName);
1101 if (realName == NULL) {
1104 chan = Tcl_OpenFileChannel(interp, realName, "r", 0);
1076 CONST char *realName; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkOption.c1109 CONST char *realName;
1125 realName = Tcl_TranslateFileName(interp, fileName, &newName);
1126 if (realName == NULL) {
1129 chan = Tcl_OpenFileChannel(interp, realName, "r", 0);
1101 CONST char *realName; local
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_bld.cpp364 getAlgorithmicTypeFromName(const char *realName) argument
372 ucnv_io_stripForCompare(strippedName, realName);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcreststn.c342 const char *realName = NULL; local
364 realName = ures_getLocale(norway, &status);
365 log_verbose("ures_getLocale(\"%s\")=%s\n", norwayNames[i], realName);
366 if(realName == NULL || strcmp(norwayLocales[i], realName) != 0) {
367 log_data_err("Wrong locale name for %s, expected %s, got %s\n", norwayNames[i], norwayLocales[i], realName);
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixFont.c142 char *realName; /* The real name of the encoding to load if member in struct:EncodingAlias
3042 return aliasPtr->realName;
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c143 char *realName; /* The real name of the encoding to load if member in struct:EncodingAlias
2933 return aliasPtr->realName;

Completed in 386 milliseconds