Searched refs:opttype (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dgetoptx.bash146 local opttype="${opt##*[^;:.]}"
147 [ -z "$opttype" ] && opttype=";"
152 if [ "$opttype" != ":" ]; then return 0; fi
165 if [ "$opttype" = ";" ];
180 [ "$opttype" != ":" ] && return 0
193 if [ $opttype = ";" ]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DTlsOptions.cpp10 enum opttype { enum
18 opttype type;
41 static void checkOpt( TlsOptions::tls_option opt, opttype type ) {
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-dhcp6.c334 u_int16_t opttype; local
349 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type);
350 printf(" (%s", dhcp6opt_name(opttype));
351 switch (opttype) {
/macosx-10.10/rsync-45/rsync/
H A Dsocket.c567 int opttype; member in struct:__anon12248
640 switch (socket_options[i].opttype) {
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c2527 enum { SOPT_UNKNOWN, SOPT_BOOL, SOPT_INT, SOPT_IFNAME, SOPT_LINGER } opttype;
2580 switch (sopt->opttype)
2516 enum { SOPT_UNKNOWN, SOPT_BOOL, SOPT_INT, SOPT_IFNAME, SOPT_LINGER } opttype; member in struct:socket_options

Completed in 254 milliseconds