Displaying 2 results from an estimated 2 matches for "dotdir_nam".
Did you mean:
dotdir_name
2019 Apr 17
3
[Bug 13901] New: Empty quotes adds cwd to SRC directories
https://bugzilla.samba.org/show_bug.cgi?id=13901
Bug ID: 13901
Summary: Empty quotes adds cwd to SRC directories
Product: rsync
Version: 3.1.3
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter:
2015 Jul 11
2
C coding tips please / Localisation
...t; variables always declared before other variables?
What is the purpose of "#define"? I can understand what is happening with
the following line ...
#define _(String) gettext (String)
... but what about the following lines ...
#define NORMAL_NAME 0
#define SLASH_ENDING_NAME 1
#define DOTDIR_NAME 2
... where it seems to be used to declare a variable?
Thanks & hasta pronto, Michael.