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

12

/freebsd-10-stable/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-stable/lib/libc/i386/string/
H A Dswab.S58 jz L2 # while swaping alternate bytes.
68 jz L4 # while swapping alternate bytes.
/freebsd-10-stable/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-stable/sys/dev/drm2/i915/
H A Dintel_bios.c326 bool alternate)
330 return alternate ? 66 : 48;
333 return alternate ? 100 : 96;
335 return alternate ? 100 : 120;
325 intel_bios_ssc_frequency(struct drm_device *dev, bool alternate) argument
/freebsd-10-stable/sys/netinet/
H A Dsctp_timer.c174 /* Find and return an alternate network if possible */
187 * JRS 5/14/07 - If mode is set to 2, use the CMT PF find alternate
292 * choosing an alternate net.
392 /* Found an alternate address */
828 /* Find an alternate and mark those for retransmission */
947 * Yes, note it as such and find an alternate note:
953 if (stcb->asoc.alternate) {
954 sctp_free_remote_addr(stcb->asoc.alternate);
956 stcb->asoc.alternate = alt;
957 atomic_add_int(&stcb->asoc.alternate
[all...]
H A Dsctp_output.c3956 if (stcb->asoc.alternate) {
3957 sctp_free_remote_addr(stcb->asoc.alternate);
3959 stcb->asoc.alternate = alt;
3960 atomic_add_int(&stcb->asoc.alternate->ref_count, 1);
6620 if (stcb->asoc.alternate) {
6621 net = stcb->asoc.alternate;
7927 if ((net != stcb->asoc.alternate) &&
7986 if (asoc->alternate) {
7987 chk->whoTo = asoc->alternate;
8078 if (asoc->alternate
[all...]
H A Dsctp_indata.c2185 ((stcb->asoc.alternate) ? stcb->asoc.alternate : stcb->asoc.primary_destination));
3307 /* Can we find an alternate? */
3312 * FR's to an alternate. Armando Caro's
3362 /* yes, there is an alternate. */
3822 if (stcb->asoc.alternate) {
3824 * release the alternate,
3827 sctp_free_remote_addr(stcb->asoc.alternate);
3828 stcb->asoc.alternate = NULL;
4008 if (asoc->alternate) {
[all...]
H A Dsctp_pcb.c3467 if (asoc->asoc.alternate) {
3468 netp = asoc->asoc.alternate;
4485 if (net == stcb->asoc.alternate) {
4486 sctp_free_remote_addr(stcb->asoc.alternate);
4487 stcb->asoc.alternate = NULL;
4694 if (stcb->asoc.alternate) {
4695 sctp_free_remote_addr(stcb->asoc.alternate);
4696 stcb->asoc.alternate = NULL;
6739 if (!(net->dest_state & SCTP_ADDR_PF) && (stcb->asoc.alternate)) {
6740 sctp_free_remote_addr(stcb->asoc.alternate);
[all...]
H A Dsctp_usrreq.c773 if (stcb->asoc.alternate) {
774 netp = stcb->asoc.alternate;
798 if (stcb->asoc.alternate) {
799 netp = stcb->asoc.alternate;
973 if (stcb->asoc.alternate) {
974 netp = stcb->asoc.alternate;
5723 if ((stcb->asoc.alternate) &&
5726 sctp_free_remote_addr(stcb->asoc.alternate);
5727 stcb->asoc.alternate = NULL;
H A Dsctp_asconf.c529 (stcb->asoc.alternate)) {
530 sctp_free_remote_addr(stcb->asoc.alternate);
531 stcb->asoc.alternate = NULL;
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts.def125 However, an alternate location can be specified on the command line.
H A Dupdate-leap.in437 $NTPCONF. However, an alternate location can be specified on the
/freebsd-10-stable/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-stable/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-stable/sys/dev/usb/
H A Dusb_compat_linux.h279 uint8_t alternate);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp204 Indent(o, indent) << "<key>alternate</key>";
/freebsd-10-stable/bin/chio/
H A Dchio.c776 int alternate = 0; local
792 alternate = 1;
841 if (alternate) {
/freebsd-10-stable/sys/cam/
H A DREADME.quirks124 o ALT_IFACE_1 - Drive needs to be switched to alternate interface 1. Rare.
/freebsd-10-stable/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-stable/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

Completed in 349 milliseconds

12