HomeSort by: relevance | last modified time | path
    Searched defs:simple (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/patch/
backupfile.h 27 /* Make simple backups of every file. */
28 simple, enumerator in enum:backup_type
32 * and simple backups of the others.
backupfile.c 44 * The extension added to file names to produce a simple (as opposed to
67 if (backup_type == simple)
230 "none", "never", "simple", "nil", "existing", "t", "numbered", 0
234 none, simple, simple, numbered_existing, enumerator in enum:backup_types
  /src/sys/dev/raidframe/
rf_dagutils.h 47 void (*simple) (RF_DagNode_t *); member in struct:RF_RedFuncs_s
  /src/tests/lib/librumphijack/
h_cwd.c 80 simple(void) function in typeref:typename:void
162 if (strcmp(argv[2], "simple") == 0)
163 simple();
  /src/libexec/httpd/testsuite/
Makefile 27 check: check-simple check-cgi check-bigfile
29 check-simple:
31 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}"
36 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}" -c "${.CURDIR}/cgi-bin"
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_simple_resource.c 37 * struct vmw_user_simple_resource - User-space simple resource struct
41 * @simple: The embedded struct vmw_simple_resource.
46 struct vmw_simple_resource simple; member in struct:vmw_user_simple_resource
48 * Nothing to be placed after @simple, since size of @simple is
55 * vmw_simple_resource_init - Initialize a simple resource object.
58 * @simple: The struct vmw_simple_resource to initialize.
60 * @res_free: Function pointer to destroy the simple resource.
68 struct vmw_simple_resource *simple,
72 struct vmw_resource *res = &simple->res
    [all...]
  /src/tests/usr.bin/indent/
lex_char.c 8 int simple = 'x'; variable in typeref:typename:int
lex_string.c 8 char simple[] = "x"; variable in typeref:typename:char[]
  /src/tests/rump/rumpkern/h_client/
h_forkcli.c 18 simple(void) function in typeref:typename:void
140 { "simple", simple },
  /src/usr.bin/make/unit-tests/
dotwait.mk 5 TESTS= simple recursive shared cycle
40 # simple: no recursion, no cycles
41 simple: simple.1 .WAIT simple.2 target
  /src/libexec/ftpd/
ftpd.c 3426 int volatile simple; local in function:send_file_list
3433 simple = 0;
3456 simple = 1;
3529 if (simple || (stat(nbuf, &st) == 0 &&

Completed in 16 milliseconds