Home
last modified time | relevance | path

Searched refs:statestr (Results 1 – 11 of 11) sorted by relevance

/freebsd/bin/sh/
H A Djobs.c371 const char *statestr, *coredump; in showjob() local
390 statestr = "Running"; in showjob()
400 statestr = strsignal(i); in showjob()
401 if (statestr == NULL) in showjob()
402 statestr = "Suspended"; in showjob()
406 statestr = "Done"; in showjob()
410 statestr = statebuf; in showjob()
414 statestr = strsignal(i); in showjob()
415 if (statestr == NULL) in showjob()
416 statestr = "Unknown signal"; in showjob()
[all …]
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsminfo.c65 char *statestr[] = { variable
72 #define STATESTR(s) (((unsigned)(s)) < SMINFO_STATE_LAST ? statestr[s] : "???")
/freebsd/usr.sbin/ntp/libntp/
H A DMakefile30 socktoa.c socktohost.c ssl_init.c statestr.c \
/freebsd/contrib/ntp/libntp/
H A DMakefile.in180 socktohost.c ssl_init.c statestr.c strdup.c strl_obsd.c \
244 ssl_init.$(OBJEXT) statestr.$(OBJEXT) strdup.$(OBJEXT) \
266 socktohost.c ssl_init.c statestr.c strdup.c strl_obsd.c \
329 ./$(DEPDIR)/ssl_init.Po ./$(DEPDIR)/statestr.Po \
835 statestr.c \
1105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statestr.Po@am__quote@ # am--include-marker
1391 -rm -f ./$(DEPDIR)/statestr.Po
1545 -rm -f ./$(DEPDIR)/statestr.Po
H A DMakefile.am205 statestr.c \
/freebsd/sys/dev/usb/
H A Dusb_device.c265 static const char* statestr[USB_STATE_MAX] = { variable
276 return ((state < USB_STATE_MAX) ? statestr[state] : "UNKNOWN"); in usb_statestr()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c7344 const char *statestr; member
7461 state[info_cb_this_state].statestr), 0)) { in sslapi_info_callback()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04175 libntp/statestr.c:
5103 * libntp/statestr.c: Ditto.
5939 * libntp/statestr.c: Only #include <config.h> if HAVE_CONFIG_H is
H A DCommitLog2635 libntp/statestr.c@1.32 +0 -1
10804 libntp/statestr.c@1.31 +12 -5
12232 tests/libntp/run-statestr.c@1.13 +2 -0
15986 libntp/statestr.c@1.30 +147 -137
16481 tests/libntp/run-statestr.c@1.12 +8 -0
20565 libntp/statestr.c@1.29 +4 -5
26369 tests/libntp/run-statestr.c@1.11 +4 -4
26390 tests/libntp/statestr.c@1.6 +11 -0
28720 tests/libntp/run-statestr.c@1.10 +1 -1
29204 BitKeeper/deleted/37/statestr
[all...]
H A DChangeLog962 * tests/libntp/statestr.c remove empty functions, remove unnecessary include,
1085 numtoa.c, numtohost.c, refnumtoa.c, ssl_init.c, statestr.c,
4471 libntp/statestr.c for more details.
H A DNEWS2859 * tests/libntp/statestr.c remove empty functions, remove unnecessary include,
3072 numtoa.c, numtohost.c, refnumtoa.c, ssl_init.c, statestr.c,
6625 * tests/libntp/statestr.c remove empty functions, remove unnecessary include,
6838 numtoa.c, numtohost.c, refnumtoa.c, ssl_init.c, statestr.c,