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

/macosx-10.9.5/Security-55471.14.18/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.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h39 - (NSString *) realName;
H A DMVChatConnection.h199 - (NSString *) realName;
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/ICU-511.35/icuSources/common/
H A Ducnv_bld.cpp359 getAlgorithmicTypeFromName(const char *realName) argument
367 ucnv_io_stripForCompare(strippedName, realName);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcreststn.c347 const char *realName = NULL; local
369 realName = ures_getLocale(norway, &status);
370 log_verbose("ures_getLocale(\"%s\")=%s\n", norwayNames[i], realName);
371 if(realName == NULL || strcmp(norwayLocales[i], realName) != 0) {
372 log_data_err("Wrong locale name for %s, expected %s, got %s\n", norwayNames[i], norwayLocales[i], realName);
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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 164 milliseconds