HomeSort by: relevance | last modified time | path
    Searched defs:ARGV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
argv.h 1 /* $NetBSD: argv.h,v 1.5 2025/02/25 19:15:51 christos Exp $ */
8 /* argv 3h
12 /* #include "argv.h"
19 typedef struct ARGV {
22 char **argv; /* string array */ member in struct:ARGV
23 } ARGV;
27 extern ARGV *argv_alloc(ssize_t);
28 extern ARGV *argv_sort(ARGV *); /* backwards compatibility */
29 extern ARGV *argv_qsort(ARGV *, ARGV_COMPAR_FN)
    [all...]
  /src/sys/arch/pmax/pmax/
machdep.c 127 #define ARGV(i) ((char *)(intptr_t)(argv32[i]))
251 if (argc > 0 && strcmp(ARGV(0), "boot") == 0) {
256 /* Look at argv[0] and compute bootdev */
257 makebootdev(ARGV(0));
267 for (cp = ARGV(i); *cp; cp++) {

Completed in 16 milliseconds