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

/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_crypt.c107 u_char *p, *P14, *S21; local
111 P14 = p;
113 bcopy(apwd, P14, MIN(14, strnlen((char *)apwd, SMB_MAXPASSWORDLEN + 1)));
115 * S21 = concat(Ex(P14, N8), zeros(5));
117 smb_E(P14, N8, S21);
118 smb_E(P14 + 7, N8, S21 + 8);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dntlm.c373 char P14[14]; local
376 strncpy(P14, (char *)passwd->data, sizeof(P14));
377 ucase(P14, sizeof(P14));
379 E(P16, P14, sizeof(P14), S8, sizeof(S8));
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src11375 # Latest range, functionally very similar to the P9. The P14 has a
11599 prism14|p14|P14|MDC Prism-14 in ANSII mode:\
11607 prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode:\
11613 # P14 terminal in MDC emulation mode.
11617 prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode:\
11623 # P14 terminal in MDC emulation mode and 132 column mode.
11625 prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode:\
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src14427 # Latest range, functionally very similar to the P9. The P14 has a
14658 prism14|p14|P14|MDC Prism-14 in ANSII mode,
14666 prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode,
14672 # P14 terminal in MDC emulation mode.
14676 prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode,
14682 # P14 terminal in MDC emulation mode and 132 column mode.
14684 prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode,

Completed in 234 milliseconds