HomeSort by: relevance | last modified time | path
    Searched defs:show (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/common/dist/zlib/
configure 158 show() function
195 show $cc -c $test.c
389 show $*
396 show $*
411 show $*
838 # show the results in the log
configure 158 show() function
195 show $cc -c $test.c
389 show $*
396 show $*
411 show $*
838 # show the results in the log
  /src/sbin/route/
show.c 1 /* $NetBSD: show.c,v 1.51 2020/08/29 19:28:32 christos Exp $ */
37 __RCSID("$NetBSD: show.c,v 1.51 2020/08/29 19:28:32 christos Exp $");
132 show(int argc, char *const *argv, int flags) function
show.c 1 /* $NetBSD: show.c,v 1.51 2020/08/29 19:28:32 christos Exp $ */
37 __RCSID("$NetBSD: show.c,v 1.51 2020/08/29 19:28:32 christos Exp $");
132 show(int argc, char *const *argv, int flags) function
  /src/games/morse/
morse.c 109 static void show(const char *);
183 show("");
187 show("...-.-"); /* SK */
224 show(alph[c - (isupper(c) ? 'A' : 'a')]);
226 show(digit[c - '0']);
228 show(""); /* could show BT for a pause */
232 show(other[i].morse);
238 show(const char *s) function
morse.c 109 static void show(const char *);
183 show("");
187 show("...-.-"); /* SK */
224 show(alph[c - (isupper(c) ? 'A' : 'a')]);
226 show(digit[c - '0']);
228 show(""); /* could show BT for a pause */
232 show(other[i].morse);
238 show(const char *s) function
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/mpeg/
nouveau_nvkm_engine_mpeg_nv50.c 74 u32 show = stat; local
80 show &= ~0x01000000;
84 if (show) {
nouveau_nvkm_engine_mpeg_nv50.c 74 u32 show = stat; local
80 show &= ~0x01000000;
84 if (show) {
nouveau_nvkm_engine_mpeg_nv44.c 160 u32 show = stat; local
176 show &= ~0x01000000;
181 show &= ~0x01000000;
188 if (show) {
nouveau_nvkm_engine_mpeg_nv44.c 160 u32 show = stat; local
176 show &= ~0x01000000;
181 show &= ~0x01000000;
188 if (show) {
nouveau_nvkm_engine_mpeg_nv31.c 198 u32 show = stat; local
207 show &= ~0x01000000;
212 show &= ~0x01000000;
219 if (show) {
nouveau_nvkm_engine_mpeg_nv31.c 198 u32 show = stat; local
207 show &= ~0x01000000;
212 show &= ~0x01000000;
219 if (show) {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_debugfs.h 49 * @show:
51 * Show callback. &seq_file->private will be set to the &struct
55 int (*show)(struct seq_file*, void*); member in struct:drm_info_list
drm_debugfs.h 49 * @show:
51 * Show callback. &seq_file->private will be set to the &struct
55 int (*show)(struct seq_file*, void*); member in struct:drm_info_list
  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.h 109 virtual void show(void) { function in class:TabWindow
tabwindow.h 109 virtual void show(void) { function in class:TabWindow
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_crtc.h 63 void (*show)(struct nouveau_crtc *, bool update); member in struct:nouveau_crtc::__anon5239
nouveau_crtc.h 63 void (*show)(struct nouveau_crtc *, bool update); member in struct:nouveau_crtc::__anon5239
  /src/usr.bin/comm/
comm.c 61 static void show(FILE *, const char *, char *);
127 show(fp2, col2, line2);
132 show(fp1, col1, line1);
168 show(FILE *fp, const char *offset, char *buf) function
comm.c 61 static void show(FILE *, const char *, char *);
127 show(fp2, col2, line2);
132 show(fp1, col1, line1);
168 show(FILE *fp, const char *offset, char *buf) function
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv20.c 200 u32 show = stat; local
209 if (show) {
210 nvkm_snprintbf(msg, sizeof(msg), nv10_gr_intr_name, show);
216 show, msg, nsource, src, nstatus, sta, chid,
nouveau_nvkm_engine_gr_nv40.c 252 u32 show = stat; local
275 if (show) {
276 nvkm_snprintbf(msg, sizeof(msg), nv10_gr_intr_name, show);
282 show, msg, nsource, src, nstatus, sta,
nouveau_nvkm_engine_gr_nv20.c 200 u32 show = stat; local
209 if (show) {
210 nvkm_snprintbf(msg, sizeof(msg), nv10_gr_intr_name, show);
216 show, msg, nsource, src, nstatus, sta, chid,
nouveau_nvkm_engine_gr_nv40.c 252 u32 show = stat; local
275 if (show) {
276 nvkm_snprintbf(msg, sizeof(msg), nv10_gr_intr_name, show);
282 show, msg, nsource, src, nstatus, sta,
  /src/usr.bin/uniq/
uniq.c 60 static void show(FILE *, const char *);
164 show(ofp, prevline);
177 show(ofp, prevline);
184 * show --
189 show(FILE *ofp, const char *str) function

Completed in 84 milliseconds

1 2 3