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

  /src/lib/libc/gen/
setmode.c 65 #define SET_LEN 6 /* initial # of bitcmd struct to malloc */
66 #define SET_LEN_INCR 4 /* # of bitcmd structs to add as needed */
68 typedef struct bitcmd { struct
72 } BITCMD;
80 static BITCMD *addcmd(BITCMD *, mode_t, mode_t, mode_t, mode_t);
81 static void compress_mode(BITCMD *);
83 static void dumpmode(BITCMD *);
87 * Given the old mode and an array of bitcmd structures, apply the operations
88 * described in the bitcmd structures to the old mode, and return the new mode
    [all...]

Completed in 11 milliseconds