OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFILE
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
tio.h
31
This library is not thread safe. You cannot share
TFILE
objects between
33
threads. All the state is in the
TFILE
object so calls to this library on
48
typedef struct tio_fileinfo
TFILE
;
50
/* Open a new
TFILE
based on the file descriptor. The timeout is set for any
52
TFILE
*tio_fdopen(int fd, int readtimeout, int writetimeout,
58
int tio_read(
TFILE
*fp, void *buf, size_t count);
61
int tio_skip(
TFILE
*fp, size_t count);
64
int tio_skipall(
TFILE
*fp, int timeout);
67
int tio_write(
TFILE
*fp, const void *buf, size_t count);
70
int tio_flush(
TFILE
*fp)
[
all
...]
tio.c
116
/* open a new
TFILE
based on the file descriptor */
117
TFILE
*tio_fdopen(int fd, int readtimeout, int writetimeout,
200
int tio_read(
TFILE
*fp, void *buf, size_t count)
293
int tio_skip(
TFILE
*fp, size_t count)
299
int tio_skipall(
TFILE
*fp, int timeout)
332
static int tio_writebuf(
TFILE
*fp)
387
int tio_flush(
TFILE
*fp)
405
static int tio_flush_nonblock(
TFILE
*fp)
424
int tio_write(
TFILE
*fp, const void *buf, size_t count)
479
int tio_close(
TFILE
*fp
[
all
...]
nslcd-prot.h
344
TFILE
*nslcd_client_open(void)
/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.h
184
int write_address(
TFILE
*fp,struct berval *addr);
192
int read_address(
TFILE
*fp,char *addr,int *addrlen,int *af);
232
int nssov_alias_byname(nssov_info *ni,
TFILE
*fp,Operation *op);
233
int nssov_alias_all(nssov_info *ni,
TFILE
*fp,Operation *op);
234
int nssov_ether_byname(nssov_info *ni,
TFILE
*fp,Operation *op);
235
int nssov_ether_byether(nssov_info *ni,
TFILE
*fp,Operation *op);
236
int nssov_ether_all(nssov_info *ni,
TFILE
*fp,Operation *op);
237
int nssov_group_byname(nssov_info *ni,
TFILE
*fp,Operation *op);
238
int nssov_group_bygid(nssov_info *ni,
TFILE
*fp,Operation *op);
239
int nssov_group_bymember(nssov_info *ni,
TFILE
*fp,Operation *op)
[
all
...]
netgroup.c
51
static int write_string_stripspace_len(
TFILE
*fp,const char *str,int len)
87
static int write_netgroup_triple(
TFILE
*fp,const char *triple)
pam.c
153
int pam_do_bind(nssov_info *ni,
TFILE
*fp,Operation *op,
219
int pam_authc(nssov_info *ni,
TFILE
*fp,Operation *op,uid_t calleruid)
344
int pam_authz(nssov_info *ni,
TFILE
*fp,Operation *op)
567
static int pam_sess(nssov_info *ni,
TFILE
*fp,Operation *op,int action)
705
int pam_sess_o(nssov_info *ni,
TFILE
*fp,Operation *op)
710
int pam_sess_c(nssov_info *ni,
TFILE
*fp,Operation *op)
715
int pam_pwmod(nssov_info *ni,
TFILE
*fp,Operation *op,uid_t calleruid)
nssov.c
134
int write_address(
TFILE
*fp,struct berval *addr)
173
int read_address(
TFILE
*fp,char *addr,int *addrlen,int *af)
241
static int read_header(
TFILE
*fp,int32_t *action)
256
int nssov_config(nssov_info *ni,
TFILE
*fp,Operation *op)
293
TFILE
*fp;
/src/tests/fs/vfs/
t_union.c
56
atf_tc_fail_errno("read
tfile
");
104
#define
TFILE
"tensti"
120
xput_tfile(lowerpath,
TFILE
);
123
error = xread_tfile(mp,
TFILE
);
136
RL(rump_sys_unlink(
TFILE
));
137
ATF_REQUIRE_ERRNO(ENOENT, rump_sys_stat(
TFILE
, &sb) == -1);
146
if (strcmp(dp->d_name,
TFILE
) == 0 && dp->d_type != DT_WHT)
/src/bin/sh/
show.c
87
}
TFILE
;
96
TFILE
tracedata, *tracetfile;
102
static void shtree(union node *, int, int, int,
TFILE
*);
103
static void shcmd(union node *,
TFILE
*);
104
static void shsubsh(union node *,
TFILE
*);
105
static void shredir(union node *,
TFILE
*, int);
106
static void sharg(union node *,
TFILE
*);
107
static void indent(int,
TFILE
*);
109
static void trace_putc(char,
TFILE
*);
110
static void trace_puts(const char *,
TFILE
*);
[
all
...]
/src/usr.sbin/npf/npfctl/
npf_scan.l
120
file return
TFILE
;
npf_parse.y
122
%token
TFILE
397
:
TFILE
STRING { $$ = $2; }
/src/external/bsd/jemalloc.old/dist/bin/
jeprof.in
3862
open(
TFILE
, "<$file_name");
3863
binmode
TFILE
;
3864
my $firstline = ReadProfileHeader(*
TFILE
);
3865
close(
TFILE
);
/src/external/bsd/jemalloc/dist/bin/
jeprof
3887
open(
TFILE
, "<$file_name");
3888
binmode
TFILE
;
3889
my $firstline = ReadProfileHeader(*
TFILE
);
3890
close(
TFILE
);
jeprof.in
3887
open(
TFILE
, "<$file_name");
3888
binmode
TFILE
;
3889
my $firstline = ReadProfileHeader(*
TFILE
);
3890
close(
TFILE
);
Completed in 26 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026