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

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_features.c40 #define STRUCT_OPENPAM_FEATURE(name, descr, dflt) \
44 dflt \
/freebsd-11-stable/usr.bin/tset/
H A Dterm.c124 askuser(const char *dflt) argument
135 if (dflt)
136 (void)fprintf(stderr, "Terminal type? [%s] ", dflt);
142 if (dflt == NULL) {
146 return (dflt);
153 if (dflt != NULL)
154 return (dflt);
/freebsd-11-stable/crypto/openssh/
H A Ddispatch.h49 #define dispatch_init(dflt) \
50 ssh_dispatch_init(active_state, (dflt))
H A Ddispatch.c66 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt) argument
70 ssh->dispatch[i] = dflt;
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c73 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) argument
77 *v = dflt;
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_cout.c318 declaration *dflt; local
349 dflt = def->def.un.default_decl;
350 if (dflt != NULL) {
351 if (!streq(dflt->type, "void")) {
354 strlen(format) + strlen(dflt->name) + 1);
355 if (isvectordef (dflt->type, dflt->rel)) {
357 dflt->name);
360 dflt->name);
363 print_ifstat(2, dflt
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos.c77 osm_qos_options_t * dflt);
593 osm_qos_options_t * dflt)
603 if (dflt->max_vls > 0)
604 cfg->max_vls = dflt->max_vls;
612 if (dflt->high_limit >= 0)
613 cfg->vl_high_limit = (uint8_t) dflt->high_limit;
621 if (dflt->vlarb_high)
622 p = dflt->vlarb_high;
637 if (dflt->vlarb_low)
638 p = dflt
592 qos_build_config(struct qos_config *cfg, osm_qos_options_t * opt, osm_qos_options_t * dflt) argument
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw.h105 int boolean_val(char const * str, int dflt);
106 int passwd_val(char const * str, int dflt);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c372 const char *dflt, char **result)
382 if (dflt) {
383 *result = strdup(dflt);
395 capdb_getaltnum(char *bp, const char *shrt, const char *lng, long dflt,
406 *result = dflt;
370 capdb_getaltstr(char *bp, const char *shrt, const char *lng, const char *dflt, char **result) argument
394 capdb_getaltnum(char *bp, const char *shrt, const char *lng, long dflt, long *result) argument
/freebsd-11-stable/lib/libc/gen/
H A Ddisklabel.c98 #define getnumdflt(field, dname, dflt) \
99 { long f; (field) = (cgetnum(buf, dname, &f) == -1) ? (dflt) : f; }
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched.h160 int ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg);
H A Dip_dummynet.c140 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) argument
144 if (dflt < lo)
145 dflt = lo;
146 if (dflt > hi)
147 dflt = hi;
149 *v = dflt;
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c250 askuser(const char *dflt) argument
263 if (dflt)
264 (void) fprintf(stderr, "Terminal type? [%s] ", dflt);
270 if (dflt == 0) {
274 return (dflt);
281 if (dflt != 0)
282 return (dflt);
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c64 #define String(str, ans, len) {char *z = ans; char **dflt = &z; if (string(str, dflt)) strncpy(ans, *dflt, len); }
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp486 static char *fix_program_name(char *arg, char *dflt) argument
489 return dflt;
/freebsd-11-stable/contrib/pf/libevent/
H A Devent.c716 struct timeval dflt = TIMEOUT_DEFAULT; local
722 *tv = dflt;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c458 goto dflt; /* no; go to default */
495 default: goto dflt;
499 default: dflt: { /* pattern class plus optional suffix */
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap.c682 nm_bound_var(u_int *v, u_int dflt, u_int lo, u_int hi, const char *msg) argument
687 if (dflt < lo)
688 dflt = lo;
689 if (dflt > hi)
690 dflt = hi;
692 *v = dflt;
H A Dnetmap_kern.h1471 u_int nm_bound_var(u_int *v, u_int dflt, u_int lo, u_int hi, const char *msg);
/freebsd-11-stable/contrib/expat/lib/
H A Dexpat.h186 const XML_Char *att_type, const XML_Char *dflt, int isrequired);
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c444 goto dflt; /* no; go to default */
480 default: goto dflt;
484 default: dflt: { /* pattern class plus optional suffix */
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h488 unsigned int dflt: 1; member in struct:dntt_type_fparam
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c277 const XML_Char *dflt, int isrequired) {
282 UNUSED_P(dflt);
275 dummy_attlist_decl_handler(void *userData, const XML_Char *elname, const XML_Char *attname, const XML_Char *att_type, const XML_Char *dflt, int isrequired) argument
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c127590 getSafetyLevel(const char *z, int omitFull, u8 dflt) argument
127615 sqlite3GetBoolean(const char *z, u8 dflt) argument
[all...]

Completed in 749 milliseconds