Searched refs:stb (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-12-stable/contrib/amd/amd/
H A Dinfo_ndbm.c83 struct stat stb; local
90 error = stat(dbfilename, &stb);
92 error = fstat(dbm_pagfno(db), &stb);
94 if (!error && *tp < stb.st_mtime) {
95 *tp = stb.st_mtime;
114 struct stat stb; local
121 error = stat(dbfilename, &stb);
123 error = fstat(dbm_pagfno(db), &stb);
128 *tp = stb.st_mtime;
H A Damfs_linkx.c85 struct stat stb; local
98 if (lstat(ln, &stb) < 0)
H A Damfs_toplvl.c168 struct stat stb; local
178 if (stat(mp->am_path, &stb) < 0) {
180 } else if ((stb.st_mode & S_IFMT) != S_IFDIR) {
257 struct stat stb; local
274 if (lstat(mp->am_path, &stb) < 0) {
279 if ((stb.st_mode & S_IFMT) != S_IFDIR) {
H A Damfs_nfsl.c98 struct stat stb; local
119 } else if (lstat(cp, &stb) < 0) {
214 struct stat stb; local
233 !STRCEQ(ho, hostd)) || lstat(cp, &stb) < 0) {
H A Dinfo_file.c199 struct stat stb; local
200 if (fstat(fileno(mapf), &stb) < 0)
203 *tp = stb.st_mtime;
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-setshow.c260 struct ui_stream *stb;
263 stb = ui_out_stream_new (uiout);
264 old_chain = make_cleanup_ui_out_stream_delete (stb);
283 fputstr_filtered (*(unsigned char **) c->var, '"', stb->stream);
291 fputs_filtered (*(char **) c->var, stb->stream);
295 fputs_filtered (*(int *) c->var ? "on" : "off", stb->stream);
301 fputs_filtered ("on", stb->stream);
304 fputs_filtered ("off", stb->stream);
307 fputs_filtered ("auto", stb->stream);
318 fputs_filtered ("unlimited", stb
258 struct ui_stream *stb; local
[all...]
/freebsd-12-stable/crypto/heimdal/appl/rcp/
H A Dutil.c83 struct stat stb; local
85 if (!stat(cp, &stb)) {
86 if (S_ISDIR(stb.st_mode))
150 struct stat stb; local
154 if (fstat(fd, &stb) < 0) {
158 size = roundup(stb.st_blksize, blksize);
H A Drcp.c279 struct stat stb; local
291 if (fstat(fd, &stb)) {
295 if (S_ISDIR(stb.st_mode) && iamrecursive) {
296 rsource(name, &stb);
298 } else if (!S_ISREG(stb.st_mode)) {
312 (long)stb.st_mtime,
313 (long)stb.st_atime);
321 (unsigned int)(stb.st_mode & MODEMASK),
322 (unsigned long)stb.st_size,
333 for (haderr = i = 0; i < stb
416 struct stat stb; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddisasm.c90 int how_many, struct ui_stream *stb)
136 ui_file_rewind (stb->stream);
138 ui_out_field_stream (uiout, "inst", stb);
139 ui_file_rewind (stb->stream);
156 int how_many, struct ui_stream *stb)
279 how_many, stb);
301 int how_many, struct ui_stream *stb)
308 num_displayed = dump_insns (uiout, di, low, high, how_many, stb);
357 struct ui_stream *stb = ui_out_stream_new (uiout); local
358 struct cleanup *cleanups = make_cleanup_ui_out_stream_delete (stb);
88 dump_insns(struct ui_out *uiout, struct disassemble_info * di, CORE_ADDR low, CORE_ADDR high, int how_many, struct ui_stream *stb) argument
151 do_mixed_source_and_assembly(struct ui_out *uiout, struct disassemble_info *di, int nlines, struct linetable_entry *le, CORE_ADDR low, CORE_ADDR high, struct symtab *symtab, int how_many, struct ui_stream *stb) argument
299 do_assembly_only(struct ui_out *uiout, struct disassemble_info * di, CORE_ADDR low, CORE_ADDR high, int how_many, struct ui_stream *stb) argument
[all...]
/freebsd-12-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-stack.c237 static struct ui_stream *stb = NULL; local
240 stb = ui_out_stream_new (uiout);
306 type_print (sym2->type, "", stb->stream, -1);
307 ui_out_field_stream (uiout, "type", stb);
312 print_variable_value (sym2, fi, stb->stream);
313 ui_out_field_stream (uiout, "value", stb);
318 print_variable_value (sym2, fi, stb->stream);
319 ui_out_field_stream (uiout, "value", stb);
331 ui_out_stream_delete (stb);
/freebsd-12-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c692 struct stat stb; local
721 sff, smode, &stb);
724 sff, smode, &stb);
730 if (stb.st_mode == ST_MODE_NOFILE && bitset(SFF_CREAT, sff))
748 if (filechanged(fn, fd, &stb))
855 ** stb -- stat structure from before open.
863 filechanged(fn, fd, stb)
866 struct stat *stb;
870 if (stb->st_mode == ST_MODE_NOFILE)
874 if (lstat(fn, stb) <
[all...]
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_hash.h108 * - `br_xxx_set_state(br_xxx_context *ctx, const void *stb, uint64_t count)`
110 * Set the internal state to the provided values. The 'stb' and
324 * \param stb source buffer for the state.
328 const void *stb, uint64_t count);
458 * \param stb source buffer for the running state.
461 void br_md5_set_state(br_md5_context *ctx, const void *stb, uint64_t count);
553 * \param stb source buffer for the running state.
556 void br_sha1_set_state(br_sha1_context *ctx, const void *stb, uint64_t count);
648 * \param stb source buffer for the running state.
652 const void *stb, uint64_
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s41 stb %g0, [%fp - 4]
H A Dtst.embedded.s41 stb %g0, [%fp - 4]
H A Dtst.br.s68 stb %g0, [%fp - 4]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c112 struct stat stb; local
176 fstat(fileno(cfile), &stb) >= 0 &&
177 (stb.st_mode & 077) != 0) {
187 if (fstat(fileno(cfile), &stb) >= 0
188 && (stb.st_mode & 077) != 0) {
/freebsd-12-stable/contrib/tnftp/src/
H A Druserpass.c96 struct stat stb; local
163 fstat(fileno(cfile), &stb) >= 0 &&
164 (stb.st_mode & 077) != 0) {
175 if (fstat(fileno(cfile), &stb) >= 0
176 && (stb.st_mode & 077) != 0) {
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c162 struct stat stb; local
203 statok = stat(pp->lock_file, &stb);
204 if (statok == 0 && (stb.st_mode & LFM_PRINT_DIS))
218 * been created by open(). Update &stb to match that new file.
221 statok = stat(pp->lock_file, &stb);
249 if (stb.st_mode & LFM_RESET_QUE) { /* reset queue flag */
250 if (fchmod(lfd, stb.st_mode & ~LFM_RESET_QUE) < 0)
278 if (stat(q->job_cfname, &stb) < 0)
296 if (fstat(lfd, &stb) == 0) {
298 if (stb
627 struct stat stb; local
1007 struct stat stb; local
1566 struct stat stb; local
[all...]
/freebsd-12-stable/contrib/opie/
H A Dglob.c362 struct stat stb; local
375 if (fstat(dirp->dd_fd, &stb) < 0)
377 if (!isdir(stb)) {
403 struct stat stb; local
427 if (stat(gpath, &stb) >= 0) {
556 struct stat stb; local
627 if (stat(gpath, &stb) == 0 && isdir(stb))
/freebsd-12-stable/contrib/bearssl/src/hash/
H A Dmd5sha1.c115 br_md5sha1_set_state(br_md5sha1_context *cc, const void *stb, uint64_t count) argument
119 buf = stb;
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl406 stb $h0,[$mac+0] ! store little-endian result
408 stb $r0,[$mac+1]
410 stb $r1,[$mac+2]
411 stb $r2,[$mac+3]
414 stb $h1,[$mac+4]
416 stb $r0,[$mac+5]
418 stb $r1,[$mac+6]
419 stb $r2,[$mac+7]
422 stb $h2,[$mac+8]
424 stb
[all...]
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl602 stb %l0,[%i1+0]
604 stb %l1,[%i1+1]
605 stb %l2,[%i1+2]
607 stb %o0,[%i1+3]
610 stb %l4,[%i1+4]
612 stb %l5,[%i1+5]
613 stb %l6,[%i1+6]
615 stb %o1,[%i1+7]
618 stb %l0,[%i1+8]
620 stb
[all...]
H A Daes-parisc.pl134 stb $acc0,0($out)
136 stb $acc1,1($out)
138 stb $acc2,2($out)
140 stb $s0,3($out)
142 stb $acc4,4($out)
144 stb $acc5,5($out)
146 stb $acc6,6($out)
148 stb $s1,7($out)
150 stb $acc0,8($out)
152 stb
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dscp.c1059 struct stat stb; local
1080 if (fstat(fd, &stb) < 0) {
1084 if (stb.st_size < 0) {
1089 switch (stb.st_mode & S_IFMT) {
1094 rsource(name, &stb);
1108 if (do_times(remout, verbose_mode, &stb) < 0)
1113 (u_int) (stb.st_mode & FILEMODEMASK),
1114 (long long)stb.st_size, last);
1128 start_progress_meter(curfile, stb.st_size, &statbytes);
1130 for (haderr = i = 0; i < stb
1226 struct stat stb; local
1631 struct stat stb; local
1677 struct stat stb; local
[all...]
/freebsd-12-stable/libexec/comsat/
H A Dcomsat.c162 struct stat stb; local
177 if (stat(tty, &stb) == -1 || !(stb.st_mode & (S_IXUSR | S_IXGRP))) {
197 switch (stb.st_mode & (S_IXUSR | S_IXGRP)) {

Completed in 386 milliseconds

123