Searched refs:dflt (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dsasl.c109 const char *dflt = interact->defresult; local
117 if( defaults ) dflt = defaults->realm;
120 if( defaults ) dflt = defaults->authcid;
123 if( defaults ) dflt = defaults->passwd;
127 if( defaults ) dflt = defaults->authzid;
138 if( dflt && !*dflt ) dflt = NULL;
141 ( dflt || interact->id == SASL_CB_USER ) )
157 if( dflt ) {
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dconformance.c29 static const char* dflt[] = { "ast", "standard", 0 }; variable
95 p = (char**)dflt;
121 if (ids != (char**)dflt)
128 s = dflt[1];
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodVisitor.java241 * @param dflt beginning of the default handler block.
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]); argument
250 * @param dflt beginning of the default handler block.
255 void visitLookupSwitchInsn(Label dflt, int keys[], Label labels[]); argument
H A DMethodWriter.java929 final Label dflt,
938 addSuccessor(stackSize, dflt);
951 dflt.put(this, code, source, true);
959 final Label dflt,
969 addSuccessor(stackSize, dflt);
982 dflt.put(this, code, source, true);
926 visitTableSwitchInsn( final int min, final int max, final Label dflt, final Label labels[]) argument
958 visitLookupSwitchInsn( final Label dflt, final int keys[], final Label labels[]) argument
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddispatch.c61 dispatch_init(dispatch_fn *dflt) argument
65 dispatch[i] = dflt;
/macosx-10.10.1/diskdev_cmds-576/fdisk.tproj/
H A Dmisc.c86 ask_num(const char *str, int flags, unsigned int dflt, unsigned int low, unsigned int high, void (*help) __P((void))) argument
93 num = dflt;
116 num = dflt;
/macosx-10.10.1/vim-55/src/proto/
H A Dmessage.pro68 int vim_dialog_yesno __ARGS((int type, char_u *title, char_u *message, int dflt));
69 int vim_dialog_yesnocancel __ARGS((int type, char_u *title, char_u *message, int dflt));
70 int vim_dialog_yesnoallcancel __ARGS((int type, char_u *title, char_u *message, int dflt));
71 char_u *do_browse __ARGS((int flags, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter, buf_T *buf));
H A Dgui_gtk.pro14 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_athena.pro29 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_motif.pro31 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_dir.c50 const char *dflt; member in struct:dir_config_struct
129 (void*)APR_OFFSETOF(dir_config_rec, dflt),
167 new->dflt = add->dflt ? add->dflt : base->dflt;
178 name_ptr = d->dflt;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c145 char *dflt; member in struct:TNC_attDecl
734 TncAttDeclCommand (userData, elname, attname, att_type, dflt, isrequired)
739 const char *dflt;
778 if (dflt != NULL) {
902 if (dflt != NULL) {
906 clen = UTF8_CHAR_LEN (*dflt);
908 if (!UTF8_GET_NAME_START (dflt, clen)) {
914 if (dflt[i] == '\0') {
917 clen = UTF8_CHAR_LEN (dflt[i]);
919 if (!UTF8_GET_NAMING_NMTOKEN (&dflt[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/cmdline/
H A Dcmdline.tcl766 set dflt [lindex $opt 1]
767 if {$dflt != {}} {
768 set defaults($name) $dflt
796 foreach {opt dflt} [array get defaults] {
798 set result($opt) $dflt
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py194 def get_objectForKey_(self, key, dflt=None):
197 res = dflt
219 def setdefault_setObject_forKey_(self, key, dflt=None):
223 self[key] = dflt
224 return dflt
229 def pop_setObject_forKey_(self, key, dflt=None):
233 res = dflt
/macosx-10.10.1/vim-55/src/
H A Dmessage.c3634 vim_dialog_yesno(type, title, message, dflt)
3638 int dflt;
3643 (char_u *)_("&Yes\n&No"), dflt, NULL) == 1)
3649 vim_dialog_yesnocancel(type, title, message, dflt)
3653 int dflt;
3658 (char_u *)_("&Yes\n&No\n&Cancel"), dflt, NULL))
3667 vim_dialog_yesnoallcancel(type, title, message, dflt)
3671 int dflt;
3677 dflt, NULL))
3695 do_browse(flags, title, dflt, ex
[all...]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dconfig.c399 TidyOptionValue* dflt )
402 dflt->p = (char*)option->pdflt;
404 dflt->v = option->dflt;
412 val->v == option->dflt;
420 TidyOptionValue dflt; local
424 GetOptionDefault( option, &dflt );
425 CopyOptionValue( option, value, &dflt );
459 TidyOptionValue dflt; local
461 GetOptionDefault( option, &dflt );
[all...]
H A Dconfig.h45 ulong dflt; /* default for TidyInteger and TidyBoolean */ member in struct:_tidy_option
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dnamespaces.c677 xmlNsPtr dflt;
678 dflt = xmlSearchNs(cur->doc, cur, NULL);
679 if (dflt != NULL)
680 URI = dflt->href;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Ddisklabel.c123 #define getnumdflt(field, dname, dflt) \
124 { long f; (field) = (cgetnum(buf, dname, &f) == -1) ? (dflt) : f; }
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtset.c229 askuser(const char *dflt) argument
242 if (dflt)
243 (void) fprintf(stderr, "Terminal type? [%s] ", dflt);
249 if (dflt == 0) {
253 return (dflt);
260 if (dflt != 0)
261 return (dflt);
/macosx-10.10.1/Libc-1044.1.2/nls/FreeBSD/
H A Dmsgcat.c273 catgets(nl_catd catd, int setId, int msgId, __const char *dflt) argument
280 return ((char *)dflt);
285 cptr = dflt;
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/examples/
H A Dflatten.tcl165 # dflt default type
171 proc AttListDecl {out name attname type dflt dfltval} {
175 puts $out "<!ATTLIST $name $attname $type $dflt $dfltval>"
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py194 def get_objectForKey_(self, key, dflt=None):
197 res = dflt
238 def setdefault_setObject_forKey_(self, key, dflt=None):
242 self[key] = dflt
243 return dflt
249 def pop_setObject_forKey_(self, key, dflt=pop_setObject_dflt):
253 if dflt == pop_setObject_dflt:
255 res = dflt
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_convenience.py168 def get_objectForKey_(self, key, dflt=None):
171 res = dflt
218 def setdefault_setObject_forKey_(self, key, dflt=None):
222 self[key] = dflt
223 return dflt
229 def pop_setObject_forKey_(self, key, dflt=pop_setObject_dflt):
233 if dflt == pop_setObject_dflt:
235 res = dflt
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dmain.cpp486 static char *fix_program_name(char *arg, char *dflt) argument
489 return dflt;

Completed in 257 milliseconds

123