Searched defs:del (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlcatalog.c38 static int del = 0; variable
245 } else if (!strcmp(command, "del")) {
247 printf("del requires 1\n");
251 printf("del command failed\n");
317 \t--sgml : handle SGML Super catalogs for --add and --del\n\
323 \t--del 'values' : remove values\n\
325 \t used with --add or --del, it saves the catalog changes\n\
379 } else if ((!strcmp(argv[i], "-del")) ||
380 (!strcmp(argv[i], "--del"))) {
382 del
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib2.c1518 u8_t del = 0; local
1525 del = 1;
1533 del = 1;
1536 if (del)

Completed in 47 milliseconds