Searched refs:fileName (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_5/ |
H A D | demo_module_5.h | 30 int AddItem (char* fileName); 31 int ChangeItem (int fileIndex, char* fileName); 45 char fileName[MAXNAMELEN]; member in struct:fileTable
|
H A D | demo_module_5.c | 251 char *fileName = NULL; local 318 (u_char *) data->fileName, 319 strlen(data->fileName)); 377 if (!(fileName = strdup(undofn))) { 383 (ME5FILE_SET_FILENAME, fileName, 426 data->findex, data->fileName); 465 /* Function to add a fileName to the linked list of files */ 468 AddItem(char *fileName) argument 473 if (!fileName || !strlen(fileName)) { 514 ChangeItem(int fileIndex, char *fileName) argument [all...] |
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_2/ |
H A D | demo_module_2.c | 38 int AddItem (char* fileName) { argument 42 if (!fileName || !strlen(fileName)) { 45 if (stat(fileName, &fAttrib) == -1) { 52 DEBUGMSGTL(("demo_module_2", "Can't access the file %s", fileName)); 63 strcpy(fprt->fileName, fileName); 71 strcpy(fprt->fileName, fileName); 79 int ChangeItem (int fileIndex, char* fileName) { argument 263 char* fileName = NULL; local [all...] |
H A D | demo_module_2.h | 39 char fileName[255]; member in struct:fileTable
|
Completed in 326 milliseconds