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

  /src/share/doc/usd/
Makefile 23 SUBARTICLES=title contents
25 SRCS.contents=00.contents
  /src/tests/usr.bin/shmif_dumpbus/
t_basic.sh 50 test_case contents
61 contents() function
86 atf_add_test_case contents
  /src/share/doc/psd/05.sysman/
Makefile 9 DEPSRCS=facilities contents
12 CLEANFILES+=facilities contents pagelog
29 contents: ${SRCS} target
  /src/share/doc/psd/
Makefile 31 SUBARTICLES=title contents
33 SRCS.contents=00.contents
  /src/share/doc/smm/
Makefile 30 SUBARTICLES=title contents
32 SRCS.contents=00.contents
  /src/share/misc/
NetBSD.el 95 (defun netbsd-knf-write-contents-hook ()
104 (remove-hook 'write-contents-hook 'netbsd-knf-write-contents-hook))
120 (add-hook 'write-contents-hooks 'netbsd-knf-write-contents-hook))
  /src/sys/arch/x86/x86/
linux_trap.c 70 unsigned int contents:2; member in struct:linux_user_desc
196 info.contents, info.read_exec_only, info.limit_in_pages,
  /src/tests/lib/libc/gen/posix_spawn/
t_spawn.c 175 char *contents; local in function:check_success
177 REQUIRE_LIBC(contents = malloc(sizeof_file), NULL);
189 bytes_read = read(fd, contents, sizeof_file - 1);
190 contents[sizeof_file - 1] = '\0';
191 ATF_REQUIRE_MSG(strcmp(dir, contents) == 0,
192 "[%s] != [%s] Directories don't match", dir, contents);
197 free(contents);
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 528 u_int contents:2; member in struct:linux_ldt_info
551 if (ldt_info.contents == 3) {
559 (oldmode || (ldt_info.contents == 0 &&
570 d.sd.sd_type = 16 | (ldt_info.contents << 2) |
  /src/sys/fs/udf/
ecma167-udf.h 564 struct regid contents; member in struct:part_desc
  /src/lib/libc/time/
zic.c 1427 /* Create symlink contents suitable for symlinking TARGET to LINKNAME, as a
1430 relative or absolute. Return a null pointer if the symlink contents
1552 char const *contents = absolute ? target : linkalloc; local in function:dolink
1555 if (contents) {
1557 if (symlink(contents, outname) == 0) {

Completed in 21 milliseconds