Home
last modified time | relevance | path

Searched +defs:file +defs:n (Results 126 – 150 of 36078) sorted by last modified time

12345678910>>...1444

/dports/sysutils/lxtask/lxtask-0.1.10/src/
H A Dxfce-taskmanager-linux.c197 int n; in get_task_list() local
225 FILE *file; in get_cpu_usage_from_proc() local
260 FILE *file; in get_system_status() local
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/
H A D_common.py729 def bytes2human(n, format="%(value).1f%(symbol)s"): argument
768 def term_supports_colors(file=sys.stdout): # pragma: no cover argument
802 s, color=None, bold=False, file=sys.stdout): # pragma: no cover argument
/dports/sysutils/xvidcap/xvidcap-1.1.7/src/
H A Dgnome_ui.c212 static char file[PATH_MAX + 1], tmp_buf[PATH_MAX + 1]; in GtkChangeLabel() local
233 int n; in GtkChangeLabel() local
731 char file[PATH_MAX + 1]; in stop_recording_nongui_stuff() local
870 char file[PATH_MAX + 1]; in stop_recording_gui_stuff() local
/dports/sysutils/deltarpm/deltarpm-3.6/zlib-1.2.2.f-rsyncable/
H A Dgzio.c430 uInt n = s->stream.avail_in; local
505 int ZEXPORT gzgetc(file) in gzgetc() argument
517 int ZEXPORT gzungetc(c, file) in gzungetc() argument
680 int ZEXPORT gzputc(file, c) in gzputc() argument
695 int ZEXPORT gzputs(file, s) in gzputs() argument
859 int ZEXPORT gzrewind (file) in gzrewind() argument
883 z_off_t ZEXPORT gztell (file) in gztell() argument
893 int ZEXPORT gzeof (file) in gzeof() argument
910 local void putLong (file, x) in putLong() argument
914 int n; local
[all …]
/dports/sysutils/deltarpm/deltarpm-3.6/zlib-1.2.2.f-rsyncable/examples/
H A Dgzappend.c175 } file; typedef
200 local void skip(file *in, unsigned n) in skip()
236 unsigned n; in gzheader() local
/dports/sysutils/deltarpm/deltarpm-3.6/
H A Dmakedeltarpm.c32 char *nevr, *n; in headtofiles() local
80 addtoseqn(int n) in addtoseqn()
107 int n; in addtoseq() local
137 read_prunelist(char *file) in read_prunelist()
186 is_pruned(char *n) in is_pruned()
199 is_unpatched(char *n, struct rpmlfile *files1, int nfiles1, struct rpmlfile *files2, int nfiles2, c… in is_unpatched()
558 int n = strlen(comp); in str2comp() local
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dncommand.c307 long n; local
440 long n; local
550 int n; in gettog() local
763 char n[21]; /* XXX */ local
787 #define ARGTOG(v, n, togs...) do { \ argument
981 const char *file; local
1079 long n; local
1114 long n; local
1163 long n; local
1496 long n; local
H A Dmarks.c84 ch_file file; /* file into which mark points */ member
225 int i, n; in marks_bookhints() local
327 char *file; local
H A Dch.c57 int file = -1; /* File descriptor of the input file */ variable
121 int n, gofor; in fch_get() local
/dports/sysutils/shim/shim-0.9/
H A DMokManager.c355 int i, n; in show_x509_info() local
1858 EFI_FILE *file = NULL; in mok_hash_enroll() local
1930 EFI_FILE *file = NULL; in mok_key_enroll() local
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dutil.c903 ssize_t n; in md5_file() local
959 ssize_t n; in sha256_file() local
1346 int _alpm_access(alpm_handle_t *handle, const char *dir, const char *file, int amode) in _alpm_access()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/src/
H A Deasylogging++.h2504 …LogMessage(Level level, const std::string& file, base::type::LineNumber line, const std::string& f… in LogMessage()
2512 inline const std::string& file(void) const { in file() function
3291 base::Writer(level, file, line, func, dispatchAction, verboseLevel) { in Writer() argument
4253 #define CLOG_EVERY_N(n, LEVEL, ...)\ argument
4255 #define CVLOG_EVERY_N(n, vlevel, ...)\ argument
4257 #define CLOG_AFTER_N(n, LEVEL, ...)\ argument
4259 #define CVLOG_AFTER_N(n, vlevel, ...)\ argument
4261 #define CLOG_N_TIMES(n, LEVEL, ...)\ argument
4263 #define CVLOG_N_TIMES(n, vlevel, ...)\ argument
4358 # define DCSYSLOG_EVERY_N(n, LEVEL, ...)\ argument
[all …]
/dports/sysutils/squashfs-tools/squashfs4.4/squashfs-tools/
H A Dmksquashfs.c1465 unsigned short get_fragment_checksum(struct file_info *file) in get_fragment_checksum()
1843 struct file_info *file; in add_file() local
2141 int file = pseudo_exec_file(get_pseudo_file(inode->pseudo_id), &child); in reader_read_process() local
2222 int blocks, file, res; in reader_read_file() local
3067 int n = 1; in basename_r() local
4622 int i, n; in display_path() local
4703 int n; in excluded() local
H A Dunsquashfs.c950 struct squashfs_file *file = malloc(sizeof(struct squashfs_file)); in queue_file() local
970 struct squashfs_file *file = malloc(sizeof(struct squashfs_file)); in queue_dir() local
1468 int i, n; in matches() local
2061 struct squashfs_file *file = queue_get(to_writer); in writer() local
2639 int n; in main() local
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dapt_repository.py287 def load(self, file): argument
356 def modify(self, file, n, enabled=None, source=None, comment=None): argument
364 def _add_valid_source(self, source_new, comment_new, file): argument
386 def add_source(self, line, comment='', file=None): argument
437 def add_source(self, line, comment='', file=None): argument
/dports/sysutils/pwsafe/pwsafe-1dbcfd0/
H A Dpwsafe.cpp1741 DB::DB(const char* n, Version v) : in DB()
2013 FILE* file = fopen(dbname, "rb"); in open() local
2616 int n = 0; in diff() local
2913 secalloc::Pool::Pool(size_t n) : next(0), top(0), bottom(0), level(0) { in Pool()
2984 void* secalloc::allocate(size_t n) { in allocate()
3001 void secalloc::deallocate(void* p, size_t n) { in deallocate()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dcommon.cc86 char *strndup(const char *s, size_t n) { in strndup()
146 int open_fifo(const char *file, int *reported) { in open_fifo()
162 FILE *open_file(const char *file, int *reported) { in open_file()
220 void format_seconds(char *buf, unsigned int n, long seconds) { in format_seconds()
243 void format_seconds_short(char *buf, unsigned int n, long seconds) { in format_seconds_short()
/dports/sysutils/pies/pies-1.5/src/
H A Dsysvinit.c212 runlevel_index (int n) in runlevel_index()
688 unintr_sleep (unsigned n) in unintr_sleep()
830 int n; in inittrans() local
1022 char const *file; member
1164 inittab_parse (const char *file) in inittab_parse()
/dports/sysutils/nix/nix-2.3.10/src/libexpr/primops/
H A DfetchGit.cc61 std::string file(p, uri.size() + 1); in exportGit() local
210 string n(attr.name); in prim_fetchGit() local
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dapt_repository.py273 def load(self, file): argument
342 def modify(self, file, n, enabled=None, source=None, comment=None): argument
350 def _add_valid_source(self, source_new, comment_new, file): argument
372 def add_source(self, line, comment='', file=None): argument
423 def add_source(self, line, comment='', file=None): argument
/dports/sysutils/rtty/rtty-4.0/
H A Dmisc.c51 cat_v(FILE *file, const u_char *buf, int nchars) { in cat_v()
130 safe_calloc(size_t n, size_t size) { in safe_calloc()
169 int n; in isnumber() local
/dports/sysutils/fileschanged/fileschanged-0.6.5/src/
H A Dfilelist.c19 ssize_t getline(char **lineptr, size_t *n, FILE *stream) in getline()
92 size_t n = 0; in in_filelist_file() local
177 char *file; in remove_duplicates() local
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dcrypto.c264 const BIGNUM *n, *e; in LoadSecretKeys() local
413 const BIGNUM *n, *e; in HavePublicKey() local
496 const BIGNUM *n, *e; in LoadPublicKey() local
807 static void OpenSSLLock_callback(int mode, int index, char *file, int line) in OpenSSLLock_callback()
/dports/sysutils/pam_mount/pam_mount-2.12/src/
H A Dmisc.c49 int pmt_fileop_exists(const char *file) in pmt_fileop_exists()
81 int pmt_fileop_owns(const char *user, const char *file) in pmt_fileop_owns()
112 const struct HXdeque_node *n; in arglist_log() local
185 const struct HXdeque_node *n; in arglist_build() local
322 void *xmalloc(size_t n) in xmalloc()
339 void *xrealloc(void *orig, size_t n) in xrealloc()
367 void pmt_readfile(const char *file) in pmt_readfile()
/dports/sysutils/heirloom/heirloom-070715/cpio/
H A Dcpio.c1314 outfile(const char *file, struct stat *st) in outfile()
1528 char *file; in addfile() local
3466 int n; in doinp() local
5540 cantsup(int err, const char *file) in cantsup()
6221 int n; in zipwtemp() local
6283 int n; in zipwdesc() local
6546 int n; in zipblast() local
6565 unsigned n; in zipblast() local
6763 long n = 0; in tgetrec() local
6992 int c, n; in utf8() local
[all …]

12345678910>>...1444