Searched refs:path (Results 1 – 8 of 8) sorted by relevance
| /libev/ |
| H A D | ltmain.sh | 4591 if ((!path) || (!*path)) 4609 if ((!path) || (!*path)) 4640 /* Absolute path? */ 4673 if (path != NULL) 4712 /* Relative path | not found in path: prepend cwd */ 7038 path= 7074 path= 7089 path="-L$absdir" 7094 *" $path "*) ;; 8018 *" -L$path/$objdir "*) [all …]
|
| H A D | ev++.h | 725 void set (const char *path, ev_tstamp interval = 0.) throw () in EV_END_WATCHER() 729 ev_stat_set (static_cast<ev_stat *>(this), path, interval); in EV_END_WATCHER() 733 void start (const char *path, ev_tstamp interval = 0.) throw () in throw() 736 set (path, interval); in throw()
|
| H A D | ev.h | 383 const char *path; /* ro */ 698 #define ev_stat_set(ev,path_,interval_) do { (ev)->path = (path_); (ev)->interval = (interval_… 712 #define ev_stat_init(ev,cb,path,interval) do { ev_init ((ev), (cb)); ev_stat_set ((ev),(path),(i…
|
| H A D | ev.c | 4212 w->wd = inotify_add_watch (fs_fd, w->path, in infy_add() 4227 else if (!statfs (w->path, &sfs) in infy_add() 4252 if ((errno == ENOENT || errno == EACCES) && strlen (w->path) < 4096) in infy_add() 4254 char path [4096]; in infy_add() local 4255 strcpy (path, w->path); in infy_add() 4262 char *pend = strrchr (path, '/'); in infy_add() 4264 if (!pend || pend == path) in infy_add() 4268 w->wd = inotify_add_watch (fs_fd, path, mask); in infy_add() 4448 if (lstat (w->path, &w->attr) < 0) in ev_stat_stat()
|
| H A D | aclocal.m4 | 2689 # Append ld.so.conf contents to the search path 2950 [Compile-time system search path for libraries]) 2952 [Run-time system search path for libraries]) 3060 # Check if gcc -print-prog-name=ld gives a path. 4776 # as there is no search path for DLLs. 5152 # no search path for DLLs. 5737 to runtime path list]) 6150 # no search path for DLLs. 6191 # as there is no search path for DLLs. 8679 # relative path needs to be adjusted first. [all …]
|
| H A D | ev.pod | 1675 reuse the same code path. 2625 The path does not need to exist: changing from "path exists" to "path does 2633 C<.> or C<..>. The path I<should> be absolute: If it is relative and 2637 portable implementation simply calls C<stat(2)> regularly on the path 2683 many bugs), the path exists (i.e. stat succeeds), and the path resides on 2742 =item ev_stat_set (ev_stat *, const char *path, ev_tstamp interval) 2748 path for as long as the watcher is active. 2757 watched path in your callback, you could call this function to avoid 2781 =item const char *path [read-only] 2783 The file system path that is being watched. [all …]
|
| H A D | README | 22 - filesystem object (path) watching (with optional linux inotify support).
|
| H A D | configure | 4068 # Loop through the user's path and test for each of PROGNAME-LIST
|