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

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libcurses/
inch.c 88 attr_t attr; local in function:winch
95 attr = (attr_t) ((win)->alines[(win)->cury]->line[(win)->curx].attr &
97 if (__using_color && ((attr & __COLOR) == __default_color))
98 attr &= ~__COLOR;
99 return (ch | attr);
inch.c 88 attr_t attr; local in function:winch
95 attr = (attr_t) ((win)->alines[(win)->cury]->line[(win)->curx].attr &
97 if (__using_color && ((attr & __COLOR) == __default_color))
98 attr &= ~__COLOR;
99 return (ch | attr);
inch.c 88 attr_t attr; local in function:winch
95 attr = (attr_t) ((win)->alines[(win)->cury]->line[(win)->curx].attr &
97 if (__using_color && ((attr & __COLOR) == __default_color))
98 attr &= ~__COLOR;
99 return (ch | attr);
insch.c 95 attr_t attr; local in function:winsch
101 attr = win->battr & __COLOR;
103 attr = 0;
120 temp1->attr = (attr_t) ch & __ATTRIBUTES;
121 if (temp1->attr & __COLOR)
122 temp1->attr |= (win->battr & ~__COLOR);
124 temp1->attr |= win->battr;
133 win->alines[LINES - 1]->line[COLS - 1].attr != attr)) {
insdelln.c 76 attr_t attr; local in function:winsdelln
88 attr = win->battr & __COLOR;
90 attr = 0;
121 win->alines[y]->line[i].attr = attr;
165 win->alines[y]->line[i].attr = attr;
insch.c 95 attr_t attr; local in function:winsch
101 attr = win->battr & __COLOR;
103 attr = 0;
120 temp1->attr = (attr_t) ch & __ATTRIBUTES;
121 if (temp1->attr & __COLOR)
122 temp1->attr |= (win->battr & ~__COLOR);
124 temp1->attr |= win->battr;
133 win->alines[LINES - 1]->line[COLS - 1].attr != attr)) {
insdelln.c 76 attr_t attr; local in function:winsdelln
88 attr = win->battr & __COLOR;
90 attr = 0;
121 win->alines[y]->line[i].attr = attr;
165 win->alines[y]->line[i].attr = attr;
insch.c 95 attr_t attr; local in function:winsch
101 attr = win->battr & __COLOR;
103 attr = 0;
120 temp1->attr = (attr_t) ch & __ATTRIBUTES;
121 if (temp1->attr & __COLOR)
122 temp1->attr |= (win->battr & ~__COLOR);
124 temp1->attr |= win->battr;
133 win->alines[LINES - 1]->line[COLS - 1].attr != attr)) {
  /src/lib/libpthread/
mtx.c 67 pthread_mutexattr_t attr; local in function:mtx_init_recursive
71 if (pthread_mutexattr_init(&attr) != 0)
74 if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) != 0) {
75 pthread_mutexattr_destroy(&attr);
80 if (pthread_mutex_init(mtx, &attr) == 0)
83 pthread_mutexattr_destroy(&attr);
mtx.c 67 pthread_mutexattr_t attr; local in function:mtx_init_recursive
71 if (pthread_mutexattr_init(&attr) != 0)
74 if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) != 0) {
75 pthread_mutexattr_destroy(&attr);
80 if (pthread_mutex_init(mtx, &attr) == 0)
83 pthread_mutexattr_destroy(&attr);
mtx.c 67 pthread_mutexattr_t attr; local in function:mtx_init_recursive
71 if (pthread_mutexattr_init(&attr) != 0)
74 if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) != 0) {
75 pthread_mutexattr_destroy(&attr);
80 if (pthread_mutex_init(mtx, &attr) == 0)
83 pthread_mutexattr_destroy(&attr);
  /src/sys/arch/i386/stand/lib/
biosdisk.h 39 uint64_t attr; member in struct:biosdisk_partition
biosdisk.h 39 uint64_t attr; member in struct:biosdisk_partition
biosdisk.h 39 uint64_t attr; member in struct:biosdisk_partition
  /src/tests/lib/libpthread/
t_detach.c 60 pthread_attr_t attr; local in function:ATF_TC_BODY
67 PTHREAD_REQUIRE(pthread_attr_init(&attr));
68 PTHREAD_REQUIRE(pthread_attr_setdetachstate(&attr, state));
69 PTHREAD_REQUIRE(pthread_create(&t, &attr, func, NULL));
t_detach.c 60 pthread_attr_t attr; local in function:ATF_TC_BODY
67 PTHREAD_REQUIRE(pthread_attr_init(&attr));
68 PTHREAD_REQUIRE(pthread_attr_setdetachstate(&attr, state));
69 PTHREAD_REQUIRE(pthread_create(&t, &attr, func, NULL));
t_detach.c 60 pthread_attr_t attr; local in function:ATF_TC_BODY
67 PTHREAD_REQUIRE(pthread_attr_init(&attr));
68 PTHREAD_REQUIRE(pthread_attr_setdetachstate(&attr, state));
69 PTHREAD_REQUIRE(pthread_create(&t, &attr, func, NULL));
  /src/tests/kernel/arch/aarch64/
execregs.c 135 /* x3: used to pass posix_spawn arg3, nonnull anyway (&attr) */
167 posix_spawnattr_t attr; local in function:spawnregschild
177 error = posix_spawnattr_init(&attr);
215 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
219 out: posix_spawnattr_destroy(&attr);
execregs.c 135 /* x3: used to pass posix_spawn arg3, nonnull anyway (&attr) */
167 posix_spawnattr_t attr; local in function:spawnregschild
177 error = posix_spawnattr_init(&attr);
215 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
219 out: posix_spawnattr_destroy(&attr);
  /src/tests/kernel/arch/i386/
execregs.c 94 posix_spawnattr_t attr; local in function:spawnregschild
104 error = posix_spawnattr_init(&attr);
121 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
125 out: posix_spawnattr_destroy(&attr);
execregs.c 94 posix_spawnattr_t attr; local in function:spawnregschild
104 error = posix_spawnattr_init(&attr);
121 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
125 out: posix_spawnattr_destroy(&attr);
  /src/tests/kernel/arch/vax/
execregs.c 121 posix_spawnattr_t attr; local in function:spawnregschild
131 error = posix_spawnattr_init(&attr);
155 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
159 out: posix_spawnattr_destroy(&attr);
execregs.c 121 posix_spawnattr_t attr; local in function:spawnregschild
131 error = posix_spawnattr_init(&attr);
155 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
159 out: posix_spawnattr_destroy(&attr);
  /src/tests/kernel/arch/x86_64/
execregs.c 103 /* rcx: used to pass posix_spawn arg3, nonnull anyway (&attr) */
116 posix_spawnattr_t attr; local in function:spawnregschild
126 error = posix_spawnattr_init(&attr);
145 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
149 out: posix_spawnattr_destroy(&attr);
execregs.c 103 /* rcx: used to pass posix_spawn arg3, nonnull anyway (&attr) */
116 posix_spawnattr_t attr; local in function:spawnregschild
126 error = posix_spawnattr_init(&attr);
145 error = posix_spawn(&pid, path, &fileacts, &attr, argv, envp);
149 out: posix_spawnattr_destroy(&attr);

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>