Searched refs:requested (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/usr.bin/lastcomm/
H A Dlastcomm.c66 int requested(char *[], struct acctv2 *);
156 if (*argv && !requested(argv, &ab))
237 requested(char *argv[], struct acctv2 *acp) function
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_program.c294 ssize_t ret, requested, avail; local
297 requested = buf_len > SSIZE_MAX ? SSIZE_MAX : buf_len;
301 ret = read(state->child_stdout, buf, requested);
/freebsd-9.3-release/contrib/nvi/common/
H A Drecover.c603 int fd, found, locked, requested, sv_fd; local
619 for (found = requested = 0; (dp = readdir(dirp)) != NULL;) {
693 ++requested;
738 if (requested > 1)
741 if (found > requested)
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dupnp_xml.c185 * actionName will be replaced according to action requested
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_peap.c727 const char *requested; local
738 requested = data->tlv_request == TLV_REQ_SUCCESS ? "Success" :
743 "- requested %s", requested);
751 "- requested %s", requested);
/freebsd-9.3-release/contrib/cvs/src/
H A Dlog.c1285 /* If the default branch was requested, add a revlist entry for
1488 int requested; local
1506 requested = log_version_requested (data->log_data, data->revlist,
1511 if (requested)
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc119 // Install it as the requested FD
/freebsd-9.3-release/contrib/gdb/gdb/
H A Djv-lang.c917 error ("cannot subscript requested type");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c408 usage(boolean_t requested) argument
412 FILE *fp = requested ? stdout : stderr;
492 exit(requested ? 0 : 2);
4595 allow_usage(boolean_t un, boolean_t requested, const char *msg) argument
4614 FILE *fp = requested ? stdout : stderr;
4659 exit(requested ? 0 : 2);
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt414 requested command, so the QLogic firmware will rewrite the response
/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.c229 SYSCTL_INT(_kern_sched_ipiwakeup, OID_AUTO, requested, CTLFLAG_RD,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c306 usage(boolean_t requested) argument
308 FILE *fp = requested ? stdout : stderr;
359 exit(requested ? 0 : 2);
1290 * Print out configuration state as requested by status_callback.
3851 (void) printf(gettext("none requested\n"));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c550 usage(boolean_t requested) argument
556 FILE *fp = requested ? stdout : stderr;
600 exit(requested ? 0 : 1);
/freebsd-9.3-release/contrib/binutils/
H A Dconfigure4717 # Specifically requested language; tell them.
4732 # Specifically requested language; tell them.
4817 The following requested languages could not be built: ${missing_languages}
4820 The following requested languages could not be built: ${missing_languages}
4847 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4848 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4857 # Keep target-boehm-gc if requested for Objective-C.
5093 # have requested that this magic not happen.
/freebsd-9.3-release/contrib/gdb/
H A Dltmain.sh3011 echo "*** it was explicitly requested with -no-undefined,"
4696 # Install the libtool object if requested.
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh3802 $echo "*** it was explicitly requested with -no-undefined,"
6042 # Install the libtool object if requested.
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh3802 $echo "*** it was explicitly requested with -no-undefined,"
6042 # Install the libtool object if requested.
/freebsd-9.3-release/crypto/heimdal/
H A Dltmain.sh3794 $echo "*** it was explicitly requested with -no-undefined,"
6034 # Install the libtool object if requested.

Completed in 471 milliseconds