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

  /src/bin/setfacl/
setfacl.c 61 struct sf_entry { struct
65 TAILQ_ENTRY(sf_entry) next;
67 static TAILQ_HEAD(, sf_entry) entrylist;
185 struct sf_entry *entry;
363 struct sf_entry *entry;
383 entry = zmalloc(sizeof(struct sf_entry));
398 entry = zmalloc(sizeof(struct sf_entry));
404 entry = zmalloc(sizeof(struct sf_entry));
425 entry = zmalloc(sizeof(struct sf_entry));
436 entry = zmalloc(sizeof(struct sf_entry));
    [all...]
setfacl.c 61 struct sf_entry { struct
65 TAILQ_ENTRY(sf_entry) next;
67 static TAILQ_HEAD(, sf_entry) entrylist;
185 struct sf_entry *entry;
363 struct sf_entry *entry;
383 entry = zmalloc(sizeof(struct sf_entry));
398 entry = zmalloc(sizeof(struct sf_entry));
404 entry = zmalloc(sizeof(struct sf_entry));
425 entry = zmalloc(sizeof(struct sf_entry));
436 entry = zmalloc(sizeof(struct sf_entry));
    [all...]

Completed in 22 milliseconds