lclint annotations.
authorjbj <devnull@localhost>
Thu, 21 Oct 1999 18:48:00 +0000 (18:48 +0000)
committerjbj <devnull@localhost>
Thu, 21 Oct 1999 18:48:00 +0000 (18:48 +0000)
CVS patchset: 3393
CVS date: 1999/10/21 18:48:00

popt/.lclintrc
popt/poptint.h

index 9aea531..3e869d5 100644 (file)
@@ -8,7 +8,7 @@
 +unixlib
 
 # don't-bother-me-yet parameters
--branchstate
+#-branchstate
 #-immediatetrans
 -mustfree
 #-observertrans
index 4cab19f..64e8cec 100644 (file)
@@ -29,19 +29,19 @@ struct poptContext_s {
     int nextLeftover;
     /*@keep@*/ const struct poptOption * options;
     int restLeftover;
-    /*@owned@*/ const char * appName;
-    /*@owned@*/ struct poptAlias * aliases;
+    /*@only@*/ const char * appName;
+    /*@only@*/ struct poptAlias * aliases;
     int numAliases;
     int flags;
     struct execEntry * execs;
     int numExecs;
-    /*@owned@*/ const char ** finalArgv;
+    /*@only@*/ const char ** finalArgv;
     int finalArgvCount;
     int finalArgvAlloced;
     /*@dependent@*/ struct execEntry * doExec;
-    /*@owned@*/ const char * execPath;
+    /*@only@*/ const char * execPath;
     int execAbsolute;
-    /*@owned@*/ const char * otherHelp;
+    /*@only@*/ const char * otherHelp;
 };
 
 #define        xfree(_a)       free((void *)_a)