| /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.
|
| /src/sys/dev/raidframe/ |
| rf_dagutils.h | 47 void (*simple) (RF_DagNode_t *); member in struct:RF_RedFuncs_s
|
| /src/tests/lib/libpthread/ |
| t_kill.c | 110 ATF_TC(simple); variable 111 ATF_TC_HEAD(simple, tc) 115 ATF_TC_BODY(simple, tc) 144 ATF_TP_ADD_TC(tp, simple);
|
| /src/tests/lib/librumphijack/ |
| h_cwd.c | 80 simple(void) function 162 if (strcmp(argv[2], "simple") == 0) 163 simple();
|
| /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
|
| lex_string.c | 8 char simple[] = "x"; variable
|
| /src/tests/rump/rumpkern/h_client/ |
| h_forkcli.c | 18 simple(void) function 140 { "simple", simple },
|
| /src/libexec/ftpd/ |
| ftpd.c | 3426 int volatile simple; local 3433 simple = 0; 3456 simple = 1; 3529 if (simple || (stat(nbuf, &st) == 0 &&
|