Searched refs:status (Results 51 - 75 of 2466) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/uuid/
H A Duuid_create_nil.c39 uuid_create_nil(uuid_t *u, uint32_t *status) argument
42 if (status)
43 *status = uuid_s_ok;
H A Duuid_hash.c38 uuid_hash(const uuid_t *u, uint32_t *status) argument
41 if (status)
42 *status = uuid_s_ok;
H A Duuid_from_string.c44 uuid_from_string(const char *s, uuid_t *u, uint32_t *status) argument
50 uuid_create_nil(u, status);
55 if (status != NULL)
56 *status = uuid_s_invalid_string_uuid;
86 if (status != NULL)
87 *status = uuid_s_bad_version;
89 if (status != NULL)
90 *status = uuid_s_ok;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.ZeroFunctionProbes.d.ksh52 status=$?
54 if [ "$status" -ne 0 ]; then
58 exit $status
H A Dtst.ZeroModuleProbes.d.ksh51 status=$?
53 if [ "$status" -ne 0 ]; then
57 exit $status
H A Dtst.ZeroNameProbes.d.ksh50 status=$?
52 if [ "$status" -ne 0 ]; then
56 exit $status
H A Dtst.ZeroProbesWithoutZ.d.ksh50 status=$?
52 if [ "$status" -ne 0 ]; then
57 exit $status
H A Dtst.ZeroProviderProbes.d.ksh51 status=$?
53 if [ "$status" -ne 0 ]; then
57 exit $status
H A Dtst.ExitStatus1.d.ksh34 # specified request cannot be satisfied, an exit status of 1 is returned.
49 status=$?
51 if [ "$status" -ne 1 ]; then
H A Dtst.ExitStatus2.d.ksh33 # When invalid command line options or arguments are specified an exit status
48 status=$?
50 if [ "$status" -ne 2 ]; then
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfld_stat.c39 | Function : int set_field_status(FIELD *field, bool status)
47 set_field_status(FIELD *field, bool status) argument
49 T((T_CALLED("set_field_status(%p,%d)"), field, status));
53 if (status)
54 field->status |= _CHANGED;
56 field->status &= ~_CHANGED;
76 returnBool((Normalize_Field(field)->status & _CHANGED) ? TRUE : FALSE);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.probemod.ksh45 status=$?
49 if [ $status -gt 0 ]; then
50 exit $status
54 exit $status
H A Dtst.main.ksh45 status = 1;
50 status = 0;
55 exit(status);
/freebsd-9.3-release/usr.bin/csup/
H A Dstatus.h35 struct status;
63 struct status *status_open(struct coll *, time_t, char **);
64 int status_get(struct status *, char *, int, int,
66 int status_put(struct status *, struct statusrec *);
67 int status_eof(struct status *);
68 char *status_errmsg(struct status *);
69 int status_delete(struct status *, char *, int);
70 void status_close(struct status *, char **);
/freebsd-9.3-release/etc/periodic/daily/
H A DMakefile12 400.status-disks \
13 401.status-graid \
14 405.status-ata-raid \
15 406.status-gmirror \
16 407.status-graid3 \
17 408.status-gstripe \
18 409.status-gconcat \
19 420.status-network \
20 450.status-security \
30 FILES+= 470.status
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dtcp_client.c43 krb5_error_code status; local
49 status = krb5_auth_con_init (context, &auth_context);
50 if (status)
51 krb5_err (context, 1, status, "krb5_auth_con_init");
53 status = krb5_auth_con_setaddrs_from_fd (context,
56 if (status)
57 krb5_err (context, 1, status, "krb5_auth_con_setaddrs_from_fd");
59 status = krb5_sname_to_principal (context,
64 if (status)
65 krb5_err (context, 1, status, "krb5_sname_to_principa
[all...]
H A Duu_server.c47 krb5_error_code status; local
63 status = krb5_auth_con_init (context, &auth_context);
64 if (status)
66 krb5_get_err_text(context, status));
76 status = krb5_auth_con_setaddrs (context,
80 if (status)
82 krb5_get_err_text(context, status));
84 status = krb5_read_message(context, &sock, &client_name);
85 if(status)
86 krb5_err(context, 1, status, "krb5_read_messag
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_complib.c62 cl_status_t status = CL_SUCCESS; local
64 status = cl_spinlock_init(&cl_atomic_spinlock);
65 if (status != CL_SUCCESS)
68 status = __cl_timer_prov_create();
69 if (status != CL_SUCCESS)
75 CL_STATUS_MSG(status));
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_exit.c24 tuklib_exit(int status, int err_status, int show_error) argument
26 if (status != err_status) {
32 status = err_status;
46 if (status != err_status) {
49 // Just set the exit status.
53 status = err_status;
56 exit(status);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dvsnprintf.c109 int status; local
112 status = checkit (buf, 10, "%s:%d", "foobar", 9);
113 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
116 status = checkit (buf, 9, "%s:%d", "foobar", 9);
117 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
120 status = checkit (buf, 8, "%s:%d", "foobar", 9);
121 VERIFY (status==8 && memcmp (buf, "foobar:\0XXXXXX\0", 15) == 0);
124 status = checkit (buf, 7, "%s:%d", "foobar", 9);
125 VERIFY (status==8 && memcmp (buf, "foobar\0XXXXXXX\0", 15) == 0);
128 status
[all...]
/freebsd-9.3-release/tools/regression/mqueue/mqtest1/
H A Dmqtest1.c17 int status; local
24 status = mq_unlink(MQNAME);
25 if (status)
27 status = mq_getattr(mq, &attr2);
28 if (status)
37 status = mq_notify(mq, &sigev);
38 if (status)
40 status = mq_notify(mq, &sigev);
41 if (status == 0)
45 status
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh60 status=$?
61 if [ "$status" -ne 0 ]; then
63 exit $status
66 exit $status
/freebsd-9.3-release/contrib/cvs/lib/
H A Dmkdir.c43 int cpid, status; local
67 status = umask (0); /* Get current umask. */
68 umask (status | (0777 & ~dmode)); /* Set for mkdir. */
73 while (wait (&status) != cpid) /* Wait for kid to finish. */
76 if (status & 0xFFFF)
92 int cpid, status; local
115 while (wait (&status) != cpid) /* Wait for kid to finish. */
118 if (status & 0xFFFF)
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_free_data.c58 int status)
63 (void)status;
56 openpam_free_data(pam_handle_t *pamh, void *data, int status) argument
/freebsd-9.3-release/contrib/tzdata/
H A Dchecklinks.awk19 status = 1
33 status = 1
43 status = 1
47 exit status

Completed in 501 milliseconds

1234567891011>>