Home
last modified time | relevance | path

Searched refs:s (Results 1 – 8 of 8) sorted by relevance

/support/
A Dxstrdup.c24 xstrdup (const char *s) in xstrdup() argument
26 char *p = strdup (s); in xstrdup()
28 oom_error ("strdup", strlen (s)); in xstrdup()
A Dxcalloc.c26 xcalloc (size_t n, size_t s) in xcalloc() argument
30 p = calloc (n, s); in xcalloc()
32 oom_error ("calloc", n * s); in xcalloc()
A Dxstrndup.c24 xstrndup (const char *s, size_t length) in xstrndup() argument
26 char *p = strndup (s, length); in xstrndup()
A Dxmkdirp.c33 struct stat s; in xmkdirp() local
40 if (stat (path, &s) == 0) in xmkdirp()
42 if (S_ISDIR (s.st_mode)) in xmkdirp()
A Dsupport_process_state.c39 enum support_process_state s; in support_process_state_wait() member
73 if (state & process_states[i].s && cur_state == process_states[i].v) in support_process_state_wait()
A Dtimespec.h28 make_timespec (time_t s, long int ns) in make_timespec() argument
31 r.tv_sec = s; in make_timespec()
A Dtest-container.c53 #define mount(s,t,fs,f,d) no_mount() argument
488 struct stat s, d; in rsync_1() local
515 s.st_mode = ~0; in rsync_1()
518 if (lstat (src->buf, &s) != 0) in rsync_1()
527 if (S_ISDIR (s.st_mode)) in rsync_1()
536 if (!S_ISDIR (s.st_mode)) in rsync_1()
551 switch (s.st_mode & S_IFMT) in rsync_1()
608 s.st_mode = ~0; in rsync_1()
611 lstat (src->buf, &s); in rsync_1()
616 if (s.st_mode == ~0) in rsync_1()
[all …]
A Dsupport.h100 extern void *xcalloc (size_t n, size_t s)

Completed in 12 milliseconds