Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h141 #define SKM_sk_free(type, st) \ argument
143 #define SKM_sk_num(type, st) \ argument
145 #define SKM_sk_value(type, st,i) \ argument
147 #define SKM_sk_set(type, st,i,val) \ argument
149 #define SKM_sk_zero(type, st) \ argument
151 #define SKM_sk_push(type, st, val) \ argument
155 #define SKM_sk_find(type, st, val) \ argument
169 #define SKM_sk_dup(type, st) \ argument
173 #define SKM_sk_shift(type, st) \ argument
175 #define SKM_sk_pop(type, st) \ argument
[all …]
/dragonfly/crypto/libressl/crypto/stack/
H A Dstack.c176 sk_delete(_STACK *st, int loc) in sk_delete()
218 sk_find(_STACK *st, void *data) in sk_find()
230 sk_push(_STACK *st, void *data) in sk_push()
242 sk_shift(_STACK *st) in sk_shift()
252 sk_pop(_STACK *st) in sk_pop()
262 sk_zero(_STACK *st) in sk_zero()
286 sk_free(_STACK *st) in sk_free()
295 sk_num(const _STACK *st) in sk_num()
303 sk_value(const _STACK *st, int i) in sk_value()
320 sk_sort(_STACK *st) in sk_sort()
[all …]
/dragonfly/contrib/libarchive/tar/
H A Dbsdtar_platform.h103 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec argument
104 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtimespec.tv_nsec argument
106 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec argument
107 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtim.tv_nsec argument
109 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctime_n argument
110 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtime_n argument
112 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_uctime * 1000 argument
113 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_umtime * 1000 argument
115 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctime_usec * 1000 argument
118 #define ARCHIVE_STAT_CTIME_NANOS(st) (0) argument
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dstat-time.h52 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim) argument
66 get_stat_atime_ns (struct stat const *st) in get_stat_atime_ns()
79 get_stat_ctime_ns (struct stat const *st) in get_stat_ctime_ns()
92 get_stat_mtime_ns (struct stat const *st) in get_stat_mtime_ns()
118 get_stat_atime (struct stat const *st) in get_stat_atime()
132 get_stat_ctime (struct stat const *st) in get_stat_ctime()
146 get_stat_mtime (struct stat const *st) in get_stat_mtime()
/dragonfly/contrib/grep/lib/
H A Dstat-time.h52 # define STAT_TIMESPEC(st, st_xtim) ((st)->st_xtim) argument
66 get_stat_atime_ns (struct stat const *st) in get_stat_atime_ns()
79 get_stat_ctime_ns (struct stat const *st) in get_stat_ctime_ns()
92 get_stat_mtime_ns (struct stat const *st) in get_stat_mtime_ns()
118 get_stat_atime (struct stat const *st) in get_stat_atime()
132 get_stat_ctime (struct stat const *st) in get_stat_ctime()
146 get_stat_mtime (struct stat const *st) in get_stat_mtime()
H A Dopenat.h102 statat (int fd, char const *name, struct stat *st) in statat()
108 lstatat (int fd, char const *name, struct stat *st) in lstatat()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_scan_sta.c162 struct sta_table *st; in sta_attach() local
188 struct sta_table *st = ss->ss_priv; in sta_detach() local
207 struct sta_table *st = ss->ss_priv; in sta_flush() local
220 sta_flush_table(struct sta_table *st) in sta_flush_table()
248 struct sta_table *st = ss->ss_priv; in sta_add() local
715 struct sta_table *st = ss->ss_priv; in sta_start() local
737 struct sta_table *st = ss->ss_priv; in sta_restart() local
1181 sta_dec_fails(struct sta_table *st) in sta_dec_fails()
1195 struct sta_table *st = ss->ss_priv; in select_bss() local
1222 struct sta_table *st = ss->ss_priv; in sta_pick_bss() local
[all …]
/dragonfly/usr.bin/dsynth/
H A Dmount.c54 struct stat st; in DoCreateTemplate() local
155 struct stat st; in DoDestroyTemplate() local
314 struct stat st; in domount() local
437 struct stat st; in makeDiscreteCopies() local
H A Ddsynth.c519 struct stat st; in CheckAddReExec() local
529 struct stat st; in DoAddReExec() local
581 struct stat st; in DoInit() local
/dragonfly/contrib/file/src/
H A Dis_json.c181 size_t *st, size_t lvl) in json_parse_array()
218 size_t *st, size_t lvl) in json_parse_object()
347 size_t *st, size_t lvl) in json_parse()
426 size_t st[JSON_MAX]; in file_is_json() local
479 struct stat st; in main() local
/dragonfly/sys/crypto/poly1305/
H A Dpoly1305.c39 poly1305_init(poly1305_state *st, const uint8_t key[POLY1305_KEY_SIZE]) in poly1305_init()
66 poly1305_blocks(poly1305_state *st, const uint8_t *m, size_t bytes) in poly1305_blocks()
159 poly1305_update(poly1305_state *st, const uint8_t *m, size_t bytes) in poly1305_update()
196 poly1305_finish(poly1305_state *st, uint8_t mac[POLY1305_MAC_SIZE]) in poly1305_finish()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c436 #define sk_LogotypeInfo_num(st) \ argument
438 #define sk_LogotypeInfo_value(st, i) (LogotypeInfo *) \ argument
440 #define sk_LogotypeImage_num(st) \ argument
442 #define sk_LogotypeImage_value(st, i) (LogotypeImage *) \ argument
444 #define sk_LogotypeAudio_num(st) \ argument
446 #define sk_LogotypeAudio_value(st, i) (LogotypeAudio *) \ argument
448 #define sk_HashAlgAndValue_num(st) \ argument
450 #define sk_HashAlgAndValue_value(st, i) (HashAlgAndValue *) \ argument
452 #define sk_ASN1_IA5STRING_num(st) \ argument
454 #define sk_ASN1_IA5STRING_value(st, i) (ASN1_IA5STRING *) \ argument
[all …]
/dragonfly/crypto/openssh/
H A Dsftp-common.c68 stat_to_attrib(const struct stat *st, Attrib *a) in stat_to_attrib()
86 attrib_to_stat(const Attrib *a, struct stat *st) in attrib_to_stat()
215 ls_file(const char *name, const struct stat *st, int remote, int si_units, in ls_file()
H A Dauth-rhosts.c65 struct stat st; in check_rhosts_file() local
195 struct stat st; in auth_rhosts2() local
/dragonfly/sbin/jscan/
H A Djfile.c76 struct stat st; in jopen_prefix() local
158 struct stat st; in jrecord_init() local
228 struct stat st; in jread() local
577 struct stat st; in jwrite() local
/dragonfly/crypto/libressl/crypto/poly1305/
H A Dpoly1305-donna.c57 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_init() local
84 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) in poly1305_blocks()
179 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_update() local
217 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_finish() local
/dragonfly/sys/kern/
H A Dkern_sensors.c241 struct sensor_task *st; in sensor_task_unregister() local
252 sensor_task_unregister2(struct sensor_task *st) in sensor_task_unregister2()
273 struct sensor_task *st; in sensor_task_register2() local
304 struct sensor_task *st, *nst; in sensor_task_thread() local
344 sensor_task_schedule(struct sensor_taskthr *thr, struct sensor_task *st) in sensor_task_schedule()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c333 BN_STACK_init(BN_STACK *st) in BN_STACK_init()
340 BN_STACK_finish(BN_STACK *st) in BN_STACK_finish()
348 BN_STACK_reset(BN_STACK *st) in BN_STACK_reset()
355 BN_STACK_push(BN_STACK *st, unsigned int idx) in BN_STACK_push()
379 BN_STACK_pop(BN_STACK *st) in BN_STACK_pop()
/dragonfly/libexec/dma/
H A Dspool.c78 struct stat st; in newspoolf() local
237 struct stat st; in linkspool() local
406 struct stat st; in flushqueue_since() local
/dragonfly/sbin/hammer2/
H A Dcmd_setcheck.c44 struct stat st; in cmd_setcheck() local
96 cmd_setcheck_core(uint8_t check_algo, const char *path_str, struct stat *st) in cmd_setcheck_core()
H A Dcmd_setcomp.c44 struct stat st; in cmd_setcomp() local
132 cmd_setcomp_core(uint8_t comp_algo, const char *path_str, struct stat *st) in cmd_setcomp_core()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vfsops.c101 struct stat st; in dirfs_mount() local
293 struct statfs st; in dirfs_statfs() local
312 struct statvfs st; in dirfs_statvfs() local
/dragonfly/contrib/tcsh-6/
H A Dtc.os.c287 struct sf *st; in dogetspath() local
333 struct sf *st; in dosetspath() local
374 struct sf *st; in sitename() local
385 struct sf *st; in migratepid() local
417 struct sf *st; in domigrate() local
1440 apperr(status_$t *st) in apperr()
1460 status_$t st; in llib() local
1535 status_$t st; in dorootnode() local
1558 static status_$t st; in isapad() local
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_internal.c34 static void internal_free_pages(struct sg_table *st) in internal_free_pages()
50 struct sg_table *st; in i915_gem_object_get_pages_internal() local
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dkgdb.c97 struct stat st; in kernel_from_dumpnr() local
309 struct stat st; in verify_remote() local
337 struct stat st; in main() local

12345678910>>...20