Searched refs:setp (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/lib/libgssapi/
H A Dgss_release_oid_set.c35 gss_OID_set *setp)
42 if (setp) {
43 set = *setp;
52 *setp = GSS_C_NO_OID_SET;
34 gss_release_oid_set(OM_uint32 *minor_status, gss_OID_set *setp) argument
/freebsd-11-stable/lib/libnetbsd/
H A Dutil.c55 string_to_flags(char **stringp, u_long *setp, u_long *clrp) argument
58 return strtofflags(stringp, setp, clrp);
H A Dutil.h55 int string_to_flags(char **stringp, u_long *setp, u_long *clrp);
/freebsd-11-stable/lib/libc/gen/
H A Dstrtofflags.c130 strtofflags(char **stringp, u_long *setp, u_long *clrp) argument
135 if (setp)
136 *setp = 0;
150 if (setp)
151 *setp |= mapping[i].flag;
156 if (setp)
157 *setp |= mapping[i].flag;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_thread_db.h131 #define td_event_emptyset(setp) \
135 (setp)->event_bits[__i - 1] = 0; \
138 #define td_event_fillset(setp) \
142 (setp)->event_bits[__i - 1] = GDB_UINT32_C (0xffffffff); \
145 #define td_event_addset(setp, n) \
146 (((setp)->event_bits[__td_eventword (n)]) |= __td_eventmask (n))
147 #define td_event_delset(setp, n) \
148 (((setp)->event_bits[__td_eventword (n)]) &= ~__td_eventmask (n))
149 #define td_eventismember(setp, n) \
150 (__td_eventmask (n) & ((setp)
[all...]
/freebsd-11-stable/sys/kgssapi/
H A Dgssd_prot.c141 xdr_gss_OID_set(XDR *xdrs, gss_OID_set *setp) argument
148 set = *setp;
165 *setp = GSS_C_NO_OID_SET;
173 *setp = set;
178 set = *setp;
H A Dgssd.x42 %extern bool_t xdr_gss_OID_set(XDR *xdrs, gss_OID_set *setp);
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc67 setp(buf, buf + n);
81 setp(buf, buf + n);
166 setp(buf, buf + new_size);
276 setp(seeklow, epptr());
281 setp(pbase(), epptr());
332 setp(put, put + N);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp47 setp(__pbeg, __pbeg + __n);
187 setp(buf + einp, buf + new_size);
283 setp(min(pbase(), newpos), epptr());
313 setp(min(pbase(), newpos), epptr());
/freebsd-11-stable/sys/kern/
H A Dkern_cpuset.c287 cpuset_create(struct cpuset **setp, struct cpuset *parent, const cpuset_t *mask) argument
296 *setp = set = uma_zalloc(cpuset_zone, M_WAITOK);
406 struct cpuset **setp)
415 *setp = set = NULL;
446 *setp = set;
461 *setp = pr->pr_cpuset;
888 * In case of no error, returns the set in *setp locked with a reference.
891 cpuset_create_root(struct prison *pr, struct cpuset **setp) argument
897 KASSERT(setp != NULL, ("[%s:%d] invalid setp", __func_
405 cpuset_which(cpuwhich_t which, id_t id, struct proc **pp, struct thread **tdp, struct cpuset **setp) argument
[all...]
H A Dkern_sig.c1112 sigset_t *setp, *osetp; local
1115 setp = (uap->set != NULL) ? &set : NULL;
1117 if (setp) {
1118 error = copyin(uap->set, setp, sizeof(set));
1122 error = kern_sigprocmask(td, uap->how, setp, osetp, 0);
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c1405 fd_set *setp; local
1411 setp = calloc(howmany(state->connection_in + 1,
1413 if (setp == NULL)
1443 memset(setp, 0, howmany(state->connection_in + 1,
1445 FD_SET(state->connection_in, setp);
1457 if ((r = select(state->connection_in + 1, setp,
1491 free(setp);
2231 fd_set *setp; local
2236 setp = calloc(howmany(state->connection_out + 1,
2238 if (setp
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h408 this->setp(_M_buf, _M_buf + _M_buf_size - 1);
410 this->setp(NULL, NULL);
H A Dstd_streambuf.h551 setp(char_type* __pbeg, char_type* __pend) function in class:basic_streambuf
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry.c121 unsigned long *setp, unsigned long *clrp);
123 unsigned long *setp, unsigned long *clrp);
1992 ae_strtofflags(const char *s, unsigned long *setp, unsigned long *clrp) argument
2040 if (setp)
2041 *setp = set;
2060 ae_wcstofflags(const wchar_t *s, unsigned long *setp, unsigned long *clrp) argument
2108 if (setp)
2109 *setp = set;
/freebsd-11-stable/lib/libthread_db/
H A Dlibthr_db.c638 pt_thr_set_event(const td_thrhandle_t *th, td_thr_events_t *setp) argument
647 mask |= *setp;
654 pt_thr_clear_event(const td_thrhandle_t *th, td_thr_events_t *setp) argument
663 mask &= ~*setp;
H A Dlibpthread_db.c954 td_thr_events_t *setp __unused)
962 td_thr_events_t *setp __unused)
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.std288 PSSRCS= sh.decls.h glob.c glob.h dotlock.c dotlock.h mi.termios.c mi.wait.h mi.varargs.h ma.setp.c \
296 mi.termios.${SUF} ma.setp.${SUF} vms.termcap.${SUF}
H A DMakefile.vms266 PSSRCS= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h ma.setp.c \
274 ma.setp.${SUF} vms.termcap.${SUF}
H A DMakefile.in378 PSSRCS= sh.decls.h glob.c glob.h dotlock.c dotlock.h mi.termios.c mi.wait.h mi.varargs.h ma.setp.c \
386 mi.termios.${SUF} ma.setp.${SUF} vms.termcap.${SUF}

Completed in 247 milliseconds