Home
last modified time | relevance | path

Searched refs:namebuf (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/src/regex/
A Dglob.c99 char namebuf[l + de->d_reclen + 2], *name = namebuf; in match_in_dir() local
/third_party/uapp/fsck-msdosfs/
A Ddir.c156 static char namebuf[MAXPATHLEN + 1]; in fullpath() local
160 cp = namebuf + sizeof namebuf - 1; in fullpath()
165 if ((cp -= nl) <= namebuf + 1) in fullpath()
/third_party/dev/ethernet/e1000/
A Dif_em.c4013 char namebuf[QUEUE_NAME_LEN]; in em_add_hw_stats() local
4051 snprintf(namebuf, QUEUE_NAME_LEN, "queue_tx_%d", i); in em_add_hw_stats()
4052 queue_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, namebuf, in em_add_hw_stats()
4073 snprintf(namebuf, QUEUE_NAME_LEN, "queue_rx_%d", j); in em_add_hw_stats()
4074 queue_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, namebuf, in em_add_hw_stats()

Completed in 14 milliseconds