Searched refs:alternate (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.1-release/contrib/texinfo/info/
H A Dsearch.c93 char *alternate = (char *)NULL;
104 alternate = xstrdup (string);
108 if (islower (alternate[i]))
109 alternate[i] = toupper (alternate[i]);
110 else if (isupper (alternate[i]))
111 alternate[i] = tolower (alternate[i]);
124 if ((c != string[i]) && (!alternate || c != alternate[
92 char *alternate = (char *)NULL; local
152 char *alternate = (char *)NULL; local
[all...]
/freebsd-10.1-release/lib/libc/i386/string/
H A Dswab.S58 jz L2 # while swaping alternate bytes.
68 jz L4 # while swapping alternate bytes.
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_leapsec.h146 /* Get the current or alternate table pointer. Getting the alternate
150 extern leap_table_t *leapsec_get_table(int alternate);
H A Dntp_leapsec.c107 int alternate)
123 if (alternate) {
106 leapsec_get_table( int alternate) argument
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_bios.c285 bool alternate)
289 return alternate ? 66 : 48;
292 return alternate ? 100 : 96;
294 return alternate ? 100 : 120;
284 intel_bios_ssc_frequency(struct drm_device *dev, bool alternate) argument
/freebsd-10.1-release/sys/netinet/
H A Dsctp_timer.c172 /* Find and return an alternate network if possible */
185 * JRS 5/14/07 - If mode is set to 2, use the CMT PF find alternate
290 * choosing an alternate net.
389 /* Found an alternate address */
816 /* Find an alternate and mark those for retransmission */
935 * Yes, note it as such and find an alternate note:
941 if (stcb->asoc.alternate) {
942 sctp_free_remote_addr(stcb->asoc.alternate);
944 stcb->asoc.alternate = alt;
945 atomic_add_int(&stcb->asoc.alternate
[all...]
H A Dsctp_indata.c2171 ((stcb->asoc.alternate) ? stcb->asoc.alternate : stcb->asoc.primary_destination));
3310 /* Can we find an alternate? */
3315 * FR's to an alternate. Armando Caro's
3365 /* yes, there is an alternate. */
3821 if (stcb->asoc.alternate) {
3823 * release the alternate,
3826 sctp_free_remote_addr(stcb->asoc.alternate);
3827 stcb->asoc.alternate = NULL;
4004 if (asoc->alternate) {
[all...]
H A Dsctp_output.c3967 if (stcb->asoc.alternate) {
3968 sctp_free_remote_addr(stcb->asoc.alternate);
3970 stcb->asoc.alternate = alt;
3971 atomic_add_int(&stcb->asoc.alternate->ref_count, 1);
6611 if (stcb->asoc.alternate) {
6612 net = stcb->asoc.alternate;
7916 if ((net != stcb->asoc.alternate) &&
7975 if (asoc->alternate) {
7976 chk->whoTo = asoc->alternate;
8066 if (asoc->alternate
[all...]
H A Dsctp_pcb.c3442 if (asoc->asoc.alternate) {
3443 netp = asoc->asoc.alternate;
4466 if (net == stcb->asoc.alternate) {
4467 sctp_free_remote_addr(stcb->asoc.alternate);
4468 stcb->asoc.alternate = NULL;
4675 if (stcb->asoc.alternate) {
4676 sctp_free_remote_addr(stcb->asoc.alternate);
4677 stcb->asoc.alternate = NULL;
6723 if (!(net->dest_state & SCTP_ADDR_PF) && (stcb->asoc.alternate)) {
6724 sctp_free_remote_addr(stcb->asoc.alternate);
[all...]
H A Dsctp_usrreq.c804 if (stcb->asoc.alternate) {
805 netp = stcb->asoc.alternate;
829 if (stcb->asoc.alternate) {
830 netp = stcb->asoc.alternate;
1004 if (stcb->asoc.alternate) {
1005 netp = stcb->asoc.alternate;
1023 if (stcb->asoc.alternate) {
1024 netp = stcb->asoc.alternate;
5445 if ((stcb->asoc.alternate) &&
5448 sctp_free_remote_addr(stcb->asoc.alternate);
[all...]
H A Dsctp_asconf.c529 (stcb->asoc.alternate)) {
530 sctp_free_remote_addr(stcb->asoc.alternate);
531 stcb->asoc.alternate = NULL;
H A Dsctp_structs.h840 struct sctp_nets *alternate; /* If primary is down or PF */ member in struct:sctp_association
1178 /* flags to handle send alternate net tracking */
/freebsd-10.1-release/contrib/binutils/gas/
H A Dmacro.c69 /* Whether we are in alternate syntax mode. */
92 macro_init (int alternate, int mri, int strip_at, argument
97 macro_alternate = alternate;
103 /* Switch in and out of alternate mode on the fly. */
106 macro_set_alternate (int alternate) argument
108 macro_alternate = alternate;
151 to the dot. With the alternate, labels have to start in
781 /* At least in alternate mode this seems correct; without this
/freebsd-10.1-release/lib/libusb/
H A Dusb.h291 int usb_set_altinterface(usb_dev_handle * dev, int alternate);
H A Dlibusb01.c780 usb_set_altinterface(usb_dev_handle * dev, int alternate) argument
788 err = libusb20_dev_set_alt_index((void *)dev, iface, alternate);
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_compat_linux.h279 uint8_t alternate);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp204 Indent(o, indent) << "<key>alternate</key>";
/freebsd-10.1-release/bin/chio/
H A Dchio.c776 int alternate = 0; local
792 alternate = 1;
841 if (alternate) {
/freebsd-10.1-release/sys/cam/
H A DREADME.quirks124 o ALT_IFACE_1 - Drive needs to be switched to alternate interface 1. Rare.
/freebsd-10.1-release/contrib/gdb/include/
H A Dhp-symtab.h1243 vtpointer alias ; /* alternate name, if any */
1292 vtpointer alias; /* alternate name, if any */
1853 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
/freebsd-10.1-release/contrib/ncurses/include/
H A DCaps.uwin317 enter_alt_charset_mode smacs str as - - YB-G- start alternate character set (P)
330 exit_alt_charset_mode rmacs str ae - - YB-G- end alternate character set (P)
451 ena_acs enacs str eA - - ----- enable alternate char set
653 # gnu_change_scroll_region OTcS str cS - - ---GE alternate set scrolling region
H A DCaps349 enter_alt_charset_mode smacs str as - - YB-G- start alternate character set (P)
362 exit_alt_charset_mode rmacs str ae - - YB-G- end alternate character set (P)
483 ena_acs enacs str eA - - ----- enable alternate char set
827 # gnu_change_scroll_region OTcS str cS - - ---GE alternate set scrolling region
H A DCaps.aix4349 enter_alt_charset_mode smacs str as - - YB-G- start alternate character set (P)
362 exit_alt_charset_mode rmacs str ae - - YB-G- end alternate character set (P)
638 ena_acs enacs str eA - - ----- enable alternate char set
929 # gnu_change_scroll_region OTcS str cS - - ---GE alternate set scrolling region
H A DCaps.hpux11351 enter_alt_charset_mode smacs str as - - YB-G- start alternate character set (P)
364 exit_alt_charset_mode rmacs str ae - - YB-G- end alternate character set (P)
546 ena_acs enacs str eA - - ----- enable alternate char set
841 # gnu_change_scroll_region OTcS str cS - - ---GE alternate set scrolling region
H A DCaps.keys351 enter_alt_charset_mode smacs str as - - YB-G- start alternate character set (P)
364 exit_alt_charset_mode rmacs str ae - - YB-G- end alternate character set (P)
485 ena_acs enacs str eA - - ----- enable alternate char set
917 # gnu_change_scroll_region OTcS str cS - - ---GE alternate set scrolling region

Completed in 391 milliseconds

12