manページ検索

phrase: max: clip:
target: order:
Results of 1 - 3 of about 3 for errfnd (0.002 sec.)
Man page of GETSUBOPT 11924
GETSUBOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get ... nly = 0; int readwrite = 0; char *name = NULL; int errfnd = 0; while ((opt = getopt(argc, argv, "o:")) != -1 ... 'o': subopts = optarg; while (*subopts != '\0' && !errfnd) { switch (getsubopt(&subopts, token, &value)) { c ... value for " "suboption '%s'\n", token[NAME_OPT]); errfnd = 1; continue; } name = value; break; default: fpr ... rr, "No match found " "for token: /%s/\n", value); errfnd = 1; break; } } if (readwrite && readonly) { fprin ...
https://man.plustar.jp/manpage/man3/getsubopt.3.html - [similar]
Man page of INSQUE 7980
INSQUE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 insque ... t element *first, *elem, *prev; int circular, opt, errfnd; /* The "-c" command-line option can be used to sp ... ecify that the list is circular */ errfnd = 0; circular = 0; while ((opt = getopt(argc, argv ... ch (opt) { case 'c': circular = 1; break; default: errfnd = 1; break; } } if (errfnd || optind >= argc) { fp ...
https://man.plustar.jp/manpage/man3/insque.3.html - [similar]
Man page of INSQUE 7980
INSQUE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 insque ... t element *first, *elem, *prev; int circular, opt, errfnd; /* The "-c" command-line option can be used to sp ... ecify that the list is circular */ errfnd = 0; circular = 0; while ((opt = getopt(argc, argv ... ch (opt) { case 'c': circular = 1; break; default: errfnd = 1; break; } } if (errfnd || optind >= argc) { fp ...
https://man.plustar.jp/manpage/man3/remque.3.html - [similar]
PREV 1 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022